Skip to main content

CLI tool for AWS SSM parameter

Project description

Description: # AWS SSM parameter helper cli I created for myself

### Install

pip3 install ssmp ### Usage

ssmp –help

### Example

list all parameters only under the path , no recursive.

` $ ssmp ls / Name Type Value Version LastModifiedDate test String test111 1 19/12/12 21:09 test2 String test222 1 19/12/16 20:31 $ ssmp ls /test Name Type Value Version LastModifiedDate /test/abc String test111 1 19/12/12 21:11 /test/cde String test 1 19/12/16 20:32 `

Search key under the path recursive or no recursive

` $ ssmp grep ab / Not found $ ssmp grep -r ab / Name Type Value Version LastModifiedDate /test/abc String test111 1 19/12/12 21:11 $ ssmp grep abc /test Name Type Value Version LastModifiedDate /test/abc String test111 1 19/12/12 21:11 `

Platform: UNKNOWN Description-Content-Type: text/markdown

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

ssmp-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

ssmp-0.0.2-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page