We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b586e7d commit 8ab10f0Copy full SHA for 8ab10f0
README.md
@@ -15,6 +15,7 @@ in the SSM Parameter store. It was directly inspired by
15
[envconsul](https://github.com/hashicorp/envconsul).
16
17
## Example Usage
18
+
19
Create parameters in Parameter Store:
20
```bash
21
aws ssm put-parameter --name /service-prefix/ENV_VAR1 --value example
@@ -52,14 +53,16 @@ GLOBAL OPTIONS:
52
53
--strip Strip invalid characters in keys
54
--upcase Force keys to uppercase
55
--debug Log additional debugging information [$PARAMS_DEBUG]
56
+ --silent Silence all logs [$PARAMS_SILENT]
57
--help, -h show help
58
--version, -v print the version
59
```
60
61
## Building
62
63
This project uses [dep](http://github.com/golang/dep). To build the project:
64
65
66
dep ensure
67
go build
-```
68
+```
0 commit comments