https://github.com/selfkeyfoundation/selfkey-issuer-service
https://github.com/selfkeyfoundation/selfkey-issuer-service
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/selfkeyfoundation/selfkey-issuer-service
- Owner: SelfKeyFoundation
- License: gpl-3.0
- Created: 2020-10-27T16:59:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T09:51:21.000Z (about 5 years ago)
- Last Synced: 2025-02-13T02:55:21.301Z (over 1 year ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 * * * *"]
```