TBD54566975 / web5-go

Apache License 2.0
7 stars 6 forks source link

Change CLI DID creation arg structure #84

Closed KendallWeihe closed 4 months ago

KendallWeihe commented 4 months ago

Originally thought of here https://github.com/TBD54566975/web5-go/pull/77

This way we're consistent with the web5 did resolve

Previously

$> web5 did:jwk create

$> web5 did:web create <domain>

Now

$> web5 did create jwk

$> web5 did create web <domain>