1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: aws-shell
Section: admin
Priority: optional
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 11),
, awscli (>= 1.16.10)
, awscli (<< 2.0.0)
, dh-python
, python3-all (>= 3.3)
, python3-setuptools
, python3-mock
, python3-configobj(>=5.0.6)
, python3-prompt-toolkit(>=1.0.0)
, python3-boto3(>=1.2.1)
, python3-pygments(>=2.1.3)
, python3-pytest
Standards-Version: 4.2.1
Homepage: https://github.com/awslabs/aws-shell
Vcs-Git: https://salsa.debian.org/debian/aws-shell.git
Vcs-Browser: https://salsa.debian.org/debian/aws-shell
Package: aws-shell
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${python3:Depends},
python3,
awscli (>= 1.16.10),
awscli (<< 2.0.0),
python3-boto3 (>= 1.2.1),
python3-configobj (>= 5.0.6),
Description: Interactive productivity booster for the AWS CLI
aws-shell provides a interactive environment to control AWS services.
The following features are supported:
.
* Auto completion of commands and options
* Shorthand auto completion
* Server side auto completion
* Fuzzy searching
* Inline documentation
* Fish-style auto suggestions
* Command history
* Toolbar options
* Dot commands
* Executing Shell Commands
|