Skip to content

Commit

Permalink
fixes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rbi13 committed Mar 26, 2018
1 parent 4af7c9b commit ceb6104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ sudo chmod +x /usr/local/bin/param-inject
example:
```sh
# Treat the binary as a passthrough script
export AWS_REGION='us-east-1'
export AWS_ENV_PATH='/production/app1'
param-inject node -e "console.log(process.env)"
# OR
AWS_ENV_PATH='/production/app1/' param-inject node -e "console.log(process.env)"
AWS_REGION='us-east-1' AWS_ENV_PATH='/production/app1/' param-inject node -e "console.log(process.env)"
```

Use multiple namespaces by seperating them with semi-colons:
Expand Down

0 comments on commit ceb6104

Please sign in to comment.