soroban-cli
soroban-cli copied to clipboard
Add `stellar contract alias` subcommand
- [ ]
stellar contract alias rm [ALIAS] --network NETWORK - [ ]
stellar contract alias add [ALIAS] --network NETWORK - [ ]
stellar contract alias ls --network NETWORK - [ ]
stellar contract alias show [ALIAS] --network NETWORK
Maybe add --all to list all networks.
Suggestion: stellar contract alias list|rm|add, because we may want to introduce other scoped aliasing (e.g. assets)
Could add add while you're at it.
Added show !
Why does the alias command require the network? I thought there was only a single alias.
Why does the alias command require the network? I thought there was only a single alias.
It's scoped by network. I personally would just recycle commands on the terminal and change just the network.
Did this issue get closed because we resolved to no longer do it? As far as I can tell this has not been done yet.
Closing alias issue