A program for managing your SSM params as YAML files.
This program allows you to export your SSM parameters into a YAML file that represents their Path-Like naming structure and manage their values and some attributes.
This is a rewrite of a ruby gem I also authored.
-h, --help help for ssmtoyaml
--region string AWS Region to run against. (default "us-east-1")
- ssmtoyaml get - Retrieves an entire tree of your SSM param store as a YAML document.
- ssmtoyaml put - Put YAML file of parameters into SSM Parameter store.