-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stellar contract alias
subcommand
#1420
Comments
Suggestion: |
Could add |
stellar contract alias
subcommand
Added |
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 |
stellar contract alias rm [ALIAS] --network NETWORK
(Addcontract alias remove
. #1563)stellar contract alias add [ALIAS] --network NETWORK
(Addcontract alias add
. #1565)stellar contract alias ls --network NETWORK
(Addcontract alias ls
. #1572)stellar contract alias show [ALIAS] --network NETWORK
(Addcontract alias show
. #1567)Maybe add
--all
to list all networks.The text was updated successfully, but these errors were encountered: