SSM Tree is a tool that provides a tree visualization of the parameters hierarchy from AWS System Manager Parameter Store.
SSM Tree can be installed using pip:
$ pip install aws-ssm-tree
Usage: ssm-tree [OPTIONS]
SSM Tree is a tool that provides a tree visualization of the parameters
hierarchy from AWS System Manager Parameter Store.
Options:
-p, --path TEXT The hierarchy for the parameter. Hierarchies start
with a forward slash (/) and end with the parameter
name. Here is an example of a hierarchy: /Servers/Prod
[required]
-s, --show-encrypted Show encrypted parameters with a '*' symbol.
--no-recursion Prevent recursion into descending levels.
--region TEXT Specify which AWS Region to send this request to.
--version Shows the version and exit.
--help Shows this message and exit.
This project is licensed under the MIT License - see the LICENSE file for details