TBD54566975 / web5-go

Apache License 2.0
10 stars 6 forks source link

Match function param options in web5 cmd's did:web and did:jwk creation #85

Open KendallWeihe opened 7 months ago

KendallWeihe commented 7 months ago

Currently we just have

$> web5 did create jwk

$> web5 did create web <domain>

But both did:jwk and did:web have CreateOptions -- we should make these options available to the command line args

TODO unclear how we can make the key manager available... might do that in a separate PR