soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

CLI: `network ls` and `identity ls` should include global networks/identities

Open paulbellamy opened this issue 1 year ago • 3 comments

What did you do?

Currently:

$ soroban config network ls

What did you expect to see?

Maybe something like this? or some way to indicate they are global

$ soroban config network ls
futurenet (global)
standalone (global)

What did you see instead?

Global networks and identities are excluded. Unless you do soroban config network ls --global, which is confusing because you don't need to pass the --global flag to use the networks/identities.

paulbellamy avatar May 10 '23 13:05 paulbellamy

And add to this that we should also add an -l option to see the values too.

willemneal avatar May 10 '23 13:05 willemneal

Related to #1026

stellarsaur avatar Nov 24 '23 23:11 stellarsaur

Related to #1026

+1 because of #1026 I think this issue becomes just focused on the network command.

leighmcculloch avatar Nov 25 '23 03:11 leighmcculloch