Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 663 Bytes

ssmtoyaml.md

File metadata and controls

24 lines (15 loc) · 663 Bytes

ssmtoyaml

A program for managing your SSM params as YAML files.

Synopsis

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.

Options

  -h, --help            help for ssmtoyaml
      --region string   AWS Region to run against. (default "us-east-1")

SEE ALSO

  • 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.