ssm-parameter-store

command module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2022 License: MPL-2.0 Imports: 1 Imported by: 0

README

ssm-parameter-store

A CLI to pull, diff, and push SSM Parameter Store to and from disk

Usage:
  ssm-parameter-store [flags]
  ssm-parameter-store [command]

Available Commands:
  diff        diff SSM Parameters with those on disk
  help        Help about any command
  pull        pull SSM Parameters
  push        push SSM Parameters

Flags:
  -d, --directory string   output directory (default "/home/justmiles/edo/parameter-store")
  -f, --format string      format type (default "yaml")
  -h, --help               help for ssm-parameter-store
  -p, --path strings       path (default [/])
      --version            version for ssm-parameter-store

Use "ssm-parameter-store [command] --help" for more information about a command.

Install

Download one of the prebuilt binaries add it to your system PATH.

Homebrew

brew install chrispruitt/tap/ssm-parameter-store

Examples

Pull from the Parameter Store to a local directory

ssm-parameter-store pull

Diff changes on local disk with the remote Parameter Store

ssm-parameter-store diff

Push the changes from local disk to remote Parameter Store

ssm-paramter-store push

Docker

When using Docker, mount the local parameter directory into the container and pass in AWS credentials, for example

docker run -v <absolute path to a directory>:/my-parameters --rm -e AWS_DEFAULT_REGION -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY ssm-parameter-store diff -d my-parameters

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL