Skip to content

Commit 8ab10f0

Browse files
committedJun 6, 2018
Update the README with --silent
1 parent b586e7d commit 8ab10f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ in the SSM Parameter store. It was directly inspired by
1515
[envconsul](https://github.com/hashicorp/envconsul).
1616

1717
## Example Usage
18+
1819
Create parameters in Parameter Store:
1920
```bash
2021
aws ssm put-parameter --name /service-prefix/ENV_VAR1 --value example
@@ -52,14 +53,16 @@ GLOBAL OPTIONS:
5253
--strip Strip invalid characters in keys
5354
--upcase Force keys to uppercase
5455
--debug Log additional debugging information [$PARAMS_DEBUG]
56+
--silent Silence all logs [$PARAMS_SILENT]
5557
--help, -h show help
5658
--version, -v print the version
5759
```
5860

5961
## Building
62+
6063
This project uses [dep](http://github.com/golang/dep). To build the project:
6164

6265
```bash
6366
dep ensure
6467
go build
65-
```
68+
```

0 commit comments

Comments
 (0)