You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Searches for SSM Parameters in your AWS account based on the variables provided
17
17
*`AWS_REGION`[Required] - Region in which the SSM Parameters are stored
18
18
*`DIRECTORY`[Optional] - Directory path of the .env file. Can contain child directories. Default is `/ssm`. *NOTE:* The default cannot be changed if used in a side car configuration.
19
19
*`LOG_LEVEL`[Optional] - Levels such as `fatal`, `error`, `warn`, `info`, `debug`, or `disable`. Default is `info`
20
+
*`TO_STDOUT`[Optional] - (boolean) prints the parameters to stdout to be evaled. *NOTE:*`LOG_LEVEL` needs to be set to `warn` or above.
0 commit comments