aws-shell
aws-shell copied to clipboard
An integrated shell for working with the AWS CLI.
Would be great if we could have some autocompletion for both `.profile` and `--profile` based on available profiles in `~/.aws/config` or `~/.aws/credentials`.
As a user of the AWS CLI, I would like aws-shell to automatically update my credentials from a third-party SAML provider (like Okta). This will save time from running a...
.edit command works when I have EDITOR set to nano, but not when it's set to "emacsclient -t". I get the following error in that case: ``` Traceback (most recent...
There's hardcoded lists for renames such as `s3 -> s3api`, we need to be able to have this described in a data driven way.
This is a feature request. # Usecase `elb attach-load-balancer-to-subnets` API accepts - load-balancer-name(`elb describe-loadbalancers`) - subnet(`ec2 describe-subnets`) and you want to autocomplete both parameters. # Problem At `completions-1.json`, `operation` assumes...
> We might want to consolidate the places where we create the ~/.aws/shell/ directory (and sub directories). I count four separate locations now in the codebase (including this new call)...
Original discussion: https://github.com/awslabs/aws-shell/pull/45/files#diff-d0a45db8e5ed54b02374996d81926a8cR65 > The model completer is also available via the .completer property on shellcomplete.AWSShellCompleter. I think I still have some refactoring to do to get all the various...