You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
either the space name or the -nr flag gets ignored depending on arg order.
with -nr flag set i should not be promted to save the key, and yet
β― w3 space create 'fruits' -nr
π You need to save the following secret recovery key somewhere safe! For example write it down on a piece of paper and put it inside your favorite book.
with name arg provided i should not be prompted to choose a name, and yet
β― w3 space create -nr 'fruits'
? What would you like to call this space?
The text was updated successfully, but these errors were encountered:
β― w3 space create --no-recovery 'fruits'
ποΈ To serve this space we need to set a billing account
β¨ Billing account is set
βοΈ To manage space across devices we need to authorize an account
β¨ Account is authorized
β Space created: did:key:z6Mku56ywWspVnzkcVQbeSkw6egVRSNKVSYgS38HhKcUJRiN
~
β― w3 space create 'veg' --no-recovery
ποΈ To serve this space we need to set a billing account
β¨ Billing account is set
βοΈ To manage space across devices we need to authorize an account
β¨ Account is authorized
β Space created: did:key:z6Mktg5HxV1fifagzK8tnXXgCDsw1o4ekQHQpp9DKbLkh9hU
either the space name or the
-nr
flag gets ignored depending on arg order.with
-nr
flag set i should not be promted to save the key, and yetwith
name
arg provided i should not be prompted to choose a name, and yetThe text was updated successfully, but these errors were encountered: