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

When generating docs on windows, newlines are rendered as '^M'. Need to track down where this `\r\n` behavior is being introduced.

bug
documentation

Documentation displays ^M instead of Line Returns on Windows ![image](https://user-images.githubusercontent.com/3459916/82686626-231bc680-9c24-11ea-8028-e264908888d3.png) **Environment:** - Windows 10, Version 10.0.18363.836 - Python 3.8.3 - Console: Tested with cmd.exe, powershell and Windows Terminal

I just spent quite a while with a colleague trying to figure out why the aws shell wasn't honouring the default region that we'd set in `~/.aws/config` It turns out...

pip install aws-shell Collecting aws-shell Downloading https://mirrors.tencent.com/pypi/packages/7b/a9/bc5ce706e632833932969c65d66bccb5ecbb3791d5f911c74d3e205c5d53/aws_shell-0.2.1-py2.py3-none-any.whl (50kB) 100% |████████████████████████████████| 51kB 1.5MB/s Collecting awscli=1.16.10 (from aws-shell) Downloading https://mirrors.tencent.com/pypi/packages/6d/d5/e68a9c6fd1608f50d210b7e0c14dbb080bbbb95d6ae2d18eb0e8f2d91001/awscli-1.18.135-py2.py3-none-any.whl (3.3MB) 100% |████████████████████████████████| 3.3MB 503kB/s Collecting configobj=5.0.6 (from aws-shell) Using cached https://mirrors.tencent.com/pypi/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz...

Hi! aws-shell looks great! I have another region as my default region, but "aws support" only has an endpoint in `us-east-1`. So I have to run it with `--region us-east-1`...

https://github.com/awslabs/aws-shell/blob/8950f03d9d720879890af6c11537b8f9789ce5a9/setup.py#L10

The CLI will prefer explicit AWS credentials in the environment variables thus ignoring the profile set by the shell. If you manually invoke a profile using the shell this will...

Previously, if you hit the input timeout while searching the documentation panel would close as input into the search buffer would be taken into consideration for the documentation to be...

AWS-Shell prompt-toolkit version (1.x) incompatible with ipython v7.13 prompt-toolkit version (3.0.5+). Seen on windows10 pro OS. Unable to run both cmd line programs at the same time, one from dos...

Although it seems like e1ven is reporting broken commands, I think the following report actually shows some confusion with not having to prefix commands with `aws`. Muscle memory could be...

customer-feedback-wanted