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
list profiles:
aws-configure list
set profile options:
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
get profile options:
aws-configure get [--profile/-p <profile_name>] [<config_options...>]
--profile/-p <profile_name> : select profile ['default']
<config_options> : option key e.g. 'region' 'source_profile'
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'
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.1.0.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file aws-configure-2.1.0.tar.gz
.
File metadata
- Download URL: aws-configure-2.1.0.tar.gz
- Upload date:
- Size: 3.8 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 | 2e681ceb6cc1ce3c85d87475475b313193d1ebd34394765372f5ca2f235e1920 |
|
MD5 | 8132c4bd1ac7b5580f0ab20524384ffe |
|
BLAKE2b-256 | 08e207a5064b3225a4c94937d54829e9ecd64dac604cac81fd32a578b3a120f0 |
Provenance
File details
Details for the file aws_configure-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: aws_configure-2.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | 59baede4f611296159739ab2cdbcb27fb022390c764a3d0efb4ca8501e08ac12 |
|
MD5 | b34ea92ba0b3d952185557e5504b79ba |
|
BLAKE2b-256 | 24e6a673d7de2439b8343771eec1f73b4bd13f8c06b8155c43dbefacec7e71f5 |