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]
ssmpm set FILE [-d] [-p AWS_PROFILE]
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.
-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:
#ignored=true
/create/string1=foo
*/create/securestring1=password1
!/create/string2/but/do/not/update=foo
!*/create/securestring2/but/do/not/update=password2
-/delete/string1=
-*/delete/securestring1=
-!/delete/string2=
-!*/delete/securestring2=
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.4.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.4-py3-none-any.whl
(4.8 kB
view details)
File details
Details for the file ssmpm-1.0.4.tar.gz.
File metadata
- Download URL: ssmpm-1.0.4.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 |
8483d59a0abaac4fa5de75a52b8d2de90cf2688fa1577074ae116103228f20cc
|
|
| MD5 |
cf84859f0ed0b2b8f2be501a0c388338
|
|
| BLAKE2b-256 |
b7a0d5837fb611c39d837922c8a933ff86832c671d39fd98469cdf6fa25976fa
|
File details
Details for the file ssmpm-1.0.4-py3-none-any.whl.
File metadata
- Download URL: ssmpm-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
9413a80ef99cb853a1f1929a4355921d4e94677c8eec0b645afc5cdab3d060e7
|
|
| MD5 |
b9f7d750ad1ad98a096a2d8c6bff31c7
|
|
| BLAKE2b-256 |
7a2492fb6135af6a936f0338964c8876e2588edae28979885074b146744e07ce
|