An open API service indexing awesome lists of open source software.

https://github.com/selfkeyfoundation/selfkey-issuer-service


https://github.com/selfkeyfoundation/selfkey-issuer-service

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Selfkey issuer service

## CLI

`./bin/issuer-cli --help`

```
issuer-cli

Commands:
issuer-cli get-whitelisted-did [did] Checks if did is whitelisted
[aliases: is]
issuer-cli get-approved print a list of all dids that were
approved [aliases: a]
issuer-cli get-whitelisted print a list of all did's that were
whitelisted [aliases: wl]
issuer-cli get-not-whitelisted print a list of all did's that were
approved but not whitelisted
[aliases: nwl]
issuer-cli fix-not-whitelisted whitelist all did's that were approved
but not whitelisted [aliases: fnwl]

Options:
--version Show version number [boolean]
--help Show help [boolean]
```

## Cron CLI

```
./bin/cron --help
cron

Commands:
cron fix-whitelist-job [period] Based on cron period, fix not whitelisted
dids periodically (defulat 5 mins)
[aliases: wj]

Positionals:
period period for the task in cron notation with optional seconds
[string] [default: "*/5 * * * *"]

```