A CLI to configure AWS named profiles in ~/.aws/config and ~/.aws/credentials files
Project description
aws-configure
A CLI to configure AWS named profiles in ~/.aws/config
and ~/.aws/credentials files
Usage
configure profile:
aws-configure set [--profile/-p <profile_name>] [--clean/-c] [<config_options...>]
--profile/-p <profile_name> : select profile ['default']
<config_options> : key=value pairs e.g. 'region=eu-central-1' 'source_profile=default'
--empty/-e : empty all profile options before setting new options
--empty-config : empty profile config options before setting
--empty-credentials : empty profile credentials options before setting
delete profile:
aws-configure delete [--profile/-p <profile_name>] [--config] [--credentials]
--profile/-p <profile_name> : select profile ['default']
--config : delete only profile config in '~/.aws/config'
--credentials : delete only profile credentials in '~/.aws/credentials'
list profiles:
aws-configure list
print help
aws-configure help
Setup dev environment
Install Dev Dependencies
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
Create Package
python3 setup.py sdist bdist_wheel
Local Install
pip3 install --force-reinstall --no-deps dist/aws_configure-*-py3-none-any.whl
Deploy to PiPy
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws-configure-2.0.0.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file aws-configure-2.0.0.tar.gz
.
File metadata
- Download URL: aws-configure-2.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 453a4e772535185098fd2ad4a362fe9f895369ed74b0dd58b56113d7a6c51226 |
|
MD5 | a9c837dd3f4e311ae730939f05e97690 |
|
BLAKE2b-256 | 82e26b3a6724c79970e1623d967814dab58041c2a19c41333ab2f677c7af9a4b |
File details
Details for the file aws_configure-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: aws_configure-2.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 257212a581f856c1e1986f12ece2162199aa90f8fcabfac1ef506a936d77ad60 |
|
MD5 | 549867d8fc4923b30a1424a3fe6bb09f |
|
BLAKE2b-256 | ab79d74fed592b0e60cceeb88fa327079f11a4e772887c08fd2f447be6b4d0f4 |