Skip to content

Commit

Permalink
Update the README with --silent
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jun 6, 2018
1 parent b586e7d commit 8ab10f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 8ab10f0

Please sign in to comment.