Port details on branch 2023Q2 |
- py-awscli Universal Command Line Interface for Amazon Web Services
- 1.29.81_2 devel
=5 1.29.81_2Version of this port present on the latest quarterly branch. - Maintainer: otis@FreeBSD.org
 - Port Added: 2022-11-15 20:18:08
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: curl, screen, rsync, libevent, libXdamage
- Also Listed In: python
- License: APACHE20
- WWW:
- https://aws.amazon.com/cli/
- Description:
- This package provides a unified command line interface to many Amazon Web
Services.
The currently supported services include:
* Amazon Elastic Compute Cloud (Amazon EC2)
* Elastic Load Balancing
* Auto Scaling
* AWS CloudFormation
* AWS Elastic Beanstalk
* Amazon Simple Notification Service (Amazon SNS)
* Amazon Simple Queue Service (Amazon SQS)
* Amazon Relational Database Service (Amazon RDS)
... and more.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}awscli>0:devel/py-awscli@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-awscli/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-awscli
- pkg install py311-awscli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-awscli listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-awscli
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1699515688
SHA256 (awscli-1.29.81.tar.gz) = a09abd2da6a6a21740dd9b7192c60f5a01ace29ec0ebc5e018d769903d4b888d
SIZE (awscli-1.29.81.tar.gz) = 1594885
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-botocore>=1.31.35 : devel/py-botocore@py311
- py311-colorama>=0.2.5 : devel/py-colorama@py311
- py311-docutils>=0.10 : textproc/py-docutils@py311
- py311-rsa>=3.1.2 : security/py-rsa@py311
- py311-s3transfer>=0.6.0 : net/py-s3transfer@py311
- py311-pyyaml>=3.10 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- sysutils/amazon-ssm-plugin
Configuration Options:
- No options to configure
- Options name:
- devel_py-awscli
- USES:
- python
- pkg-message:
- For install:
- To auto-complete on your shell, please add a following line:
(bashrc) complete -C '/usr/local/bin/aws_completer' aws
(zshrc) source /usr/local/bin/aws_zsh_completer.sh
- Master Sites:
|