10 个不稳定版本 (3 个破坏性更改)
0.5.1 | 2021 年 7 月 29 日 |
---|---|
0.5.0 | 2021 年 7 月 29 日 |
0.4.2 | 2021 年 3 月 29 日 |
0.4.1 | 2021 年 1 月 19 日 |
0.2.3 | 2020 年 4 月 5 日 |
#13 在 #更新
每月下载量 36 次
27KB
295 行
AWS 参数更新工具
这是一个用于快速更新简单 AWS 参数的小工具。
CLI 工具
运行 apu -h
查看命令列表及其用法。
从文件更新
更新参数的文件结构如下
- name: "new_parameter"
value: "Example parameter"
description: "An example of an unsecure parameter"
is_secure: false
- name: "new_secure_parameter"
value: "$uper$ecretP@$$W0rd"
description: "An example of a secure parameter"
is_secure: true
lib.rs
:
AWS 参数更新库
aws_parameter_update
是一个用于快速更新简单 AWS 参数的小工具
依赖项
~12–23MB
~310K SLoC