We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\status
For the \status command, currently it will print current region, ledger and version:
Region: us-west-2, Ledger: test-ledger, Shell version: 2.0.0-alpha14
It would be more helpful to also print the current AWS credentials or profile the Shell is using, like the aws configure list command:
aws configure list
❯ aws configure list Name Value Type Location ---- ----- ---- -------- profile <not set> None None access_key ****************X6VS shared-credentials-file secret_key ****************srna shared-credentials-file region us-west-2 config-file ~/.aws/config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the
\status
command, currently it will print current region, ledger and version:It would be more helpful to also print the current AWS credentials or profile the Shell is using, like the
aws configure list
command:The text was updated successfully, but these errors were encountered: