aws_parameter_update

Crates.ioaws_parameter_update
lib.rsaws_parameter_update
version0.5.1
sourcesrc
created_at2020-04-05 20:27:12.663744
updated_at2021-07-29 19:42:07.105884
descriptionA small tool used to quickly update simple AWS Parameters.
homepagehttps://github.com/lanesawyer/aws_parameter_update
repositoryhttps://github.com/lanesawyer/aws_parameter_update
max_upload_size
id226691
size88,225
Lane Sawyer (lanesawyer)

documentation

https://docs.rs/aws_parameter_update

README

AWS Parameter Update Tool

This is a small tool used to quickly update simple AWS Parameters.

CLI Tool

Run apu -h to see a list of commands and their usage.

Updating From a File

The file structure for updating paramters is as follows:

- 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
Commit count: 68

cargo fmt