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
The network and identity commands are buried under config which makes them hard to find. They're important concepts that devs need to access regularly.
We should bury things under config if they're a set once and forget type of thing.
In reality devs need to interact with keys frequently. And likely need to switch and use multiple networks frequently too.
The text was updated successfully, but these errors were encountered:
I think we should consider moving the commands that live under
soroban config
to the top level.i.e.:
config identity
=>key
(assuming #1053)config network
=>network
The
network
andidentity
commands are buried under config which makes them hard to find. They're important concepts that devs need to access regularly.We should bury things under config if they're a set once and forget type of thing.
In reality devs need to interact with keys frequently. And likely need to switch and use multiple networks frequently too.
The text was updated successfully, but these errors were encountered: