SSM Parameter Manager
Project description
SSM Parameter Manager
Get and set AWS SSM parameters.
Installation
Install from pypi:
pip install ssmpm
Install from GitHub:
pip install git+https://git@github.com/craighurley/ssmpm.git
Usage
Usage:
ssmpm get [-s] [-p AWS_PROFILE] [-r AWS_REGION]
ssmpm set FILE [-d] [-p AWS_PROFILE] [-r AWS_REGION]
ssmpm (-h | --help)
ssmpm (-v | --version)
Arguments:
get Get parameters.
set Create/update/delete parameters.
FILE Path to file that contains parameters.
Options:
-d Perform a dryrun.
-h --help Show this screen.
-p PROFILE AWS profile to use.
-r REGION AWS region to use.
-s Get secret value.
-v --version Show version.
FILE Format
ssmpm determines what to do with an entry based on the first character(s). Examples work best to describe the options:
#comment
/create/string=foo
*/create/securestring=password
!/create/string/but/do/not/update=bar
!*/create/securestring/but/do/not/update=password
-/delete/anything=true
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ssmpm-1.0.5.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ssmpm-1.0.5-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file ssmpm-1.0.5.tar.gz.
File metadata
- Download URL: ssmpm-1.0.5.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68749a36bd84b6bd16c42806bbaf3abc0203519dd688148780ca69bba3285451
|
|
| MD5 |
9c4d346341f5be242b50cb3630b27cf4
|
|
| BLAKE2b-256 |
5606efd289ced9abc0bae986090363916d427702e01e1a043ad276ca66abb987
|
File details
Details for the file ssmpm-1.0.5-py3-none-any.whl.
File metadata
- Download URL: ssmpm-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd7a0a2959ded51da5d3a0124fa869a1888368a35f2ae7ccc1ca2cb9381481f1
|
|
| MD5 |
82e7c96cd5e399282830531dfa2e7241
|
|
| BLAKE2b-256 |
9b46961aff2c46dea9745cd19f35743689ddb3721af951a246c742bf86508f0f
|