storacha-network / w3cli

💾 w3 command line interface
Other
30 stars 7 forks source link

`w3 space info` should show the name of the space #162

Closed olizilla closed 2 months ago

olizilla commented 7 months ago

w3 space ls shows me the did and the nickname of all the spaces the agent knows about.

$ w3 space ls
* did:key:z6MkhuXLUzZrrQeWMe3CrPNHsH6pwHjaYFjh2ZipjZbzxcmR add-to-web3

w3 space info shows the did and the provider, but not the nickname. It feels like info should show everything we know about that space and at least the nickname where we have it.

$ w3 space info

      DID: did:key:z6MkhuXLUzZrrQeWMe3CrPNHsH6pwHjaYFjh2ZipjZbzxcmR
Providers: did:web:web3.storage
alanshaw commented 2 months ago

resolved by https://github.com/w3s-project/w3cli/pull/164