Add 'hzn sdo keys create' sub-cmd
bmpotter opened this issue · 1 comments
bmpotter commented
- Add
hzn sdo keys create
sub-cmd (that callsPOST /api/orgs/{orgid}/keys
and returns the concatenated public key to the user) - Add
hzn sdo keys list
sub-cmd (that callsGET /api/orgs/{orgid}/keys
and returns the list of public keys) - Add
hzn sdo keys download <key-name>
sub-cmd (that callsGET /api/orgs/{orgid}/keys/<key-name>
and returns the concatenated public key to the user)
linggao commented
The work is done in issue 114.