From 8ab10f09e24d247f80ec8de1a754c9e8301af527 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Wed, 6 Jun 2018 19:01:43 -0400 Subject: [PATCH] Update the README with --silent --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80a82a7..801ec65 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ in the SSM Parameter store. It was directly inspired by [envconsul](https://github.com/hashicorp/envconsul). ## Example Usage + Create parameters in Parameter Store: ```bash aws ssm put-parameter --name /service-prefix/ENV_VAR1 --value example @@ -52,14 +53,16 @@ GLOBAL OPTIONS: --strip Strip invalid characters in keys --upcase Force keys to uppercase --debug Log additional debugging information [$PARAMS_DEBUG] + --silent Silence all logs [$PARAMS_SILENT] --help, -h show help --version, -v print the version ``` ## Building + This project uses [dep](http://github.com/golang/dep). To build the project: ```bash dep ensure go build -``` \ No newline at end of file +```