从aws系统管理器参数存储中构建参数树。

aws-ssm-tree的Python项目详细描述


SSM树

Build StatusContributions welcome

ssm树是一个工具,它提供了aws系统管理器参数存储中参数层次结构的树可视化。

安装

可以使用pip

$ pip install aws-ssm-tree

示例

example

使用量

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.

许可证

这个项目是在麻省理工学院的许可下授权的-详细信息请参见LICENSE文件

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何使用DBFlow进行迁移?   java无法从socket读取数据   java在JButton上使用鼠标运动监听器?   元素的java ArrayList链接和get IndexOutOfBoundsException   javascript如何在Java脚本中从ajax调用解析JSON对象   从数据库中获取信息并将其写入JTable。错误:java。lang.IndexOutOfBoundsException:索引:2,大小:2   spring如何使用Java SpringBoot在FCM推送通知中向IOS发送图像通知   java jsoup:解析某个标记的数据,该标记恰好位于某个特定标记之后   java没有HashMap的等式依赖于EntrySet。钥匙套?   未按预期评估java Maven属性(osmavenplugin)   类Java向ArrayList添加了用户输入,需要用另一个ArrayList中的变量分隔   JavaJSF丰富:每行呈现的数据列表?   集合Java 8按属性区分   在Java中,是否可以(静态)导入构造函数或局部变量?   安卓在ubuntu 10上安装java时出错64位   java是否应该hashCode()只使用equals()中使用的不可变字段的子集?   java如何创建ConcurrentMultiMap