aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

An integrated shell for working with the AWS CLI.

Results 102 aws-shell issues
Sort by recently updated
recently updated
newest added

Would be great if we could have some autocompletion for both `.profile` and `--profile` based on available profiles in `~/.aws/config` or `~/.aws/credentials`.

feature-request

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...

feature-request

.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...

bug

There's hardcoded lists for renames such as `s3 -> s3api`, we need to be able to have this described in a data driven way.

enhancement

We're not currently completing enums.

feature-request

Currently there's no auto-completion for .commands

feature-request

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...

feature-request

> 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)...

enhancement

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...

enhancement