-
Notifications
You must be signed in to change notification settings - Fork 65
CLI
Przemysław Rekucki edited this page Dec 12, 2019
·
2 revisions
$ yagna id show
... information about default identity ...
$ yagna id show rq1
... information about identity with alias rq1 ...
$ yagna id list
... lists avaiable identities ...
$ yagna id update rq1 --alias "reqc-macbook-1"
... updates alias ...
Create identity with default parameters
$ yagna id create
Create an identity with a given name
$ yagna id create --alias "my-new-dell"
Create identity from keystore
$ yagna id create --from-keystore keystore.json --alias import-from-golem
Deleting identity
$ yagna id drop <node-id or alias>
List application keys for default identity.
$ yagna appkey list
Create new application key for default identity.
$ yagna appkey create "wasm provider" --role manager
Create new application key for my-new-dell
$ yagna appkey --id my-new-dell create "wasm provider" --role manager
List application keys for my-new-dell identity.
$ yagna appkey --id my-new-dell list
Drop application key for default identity.
$ yagna appkey drop "wasm provider"