Skip to content

Commit

Permalink
docs: add directions for terminal env vars (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment authored Mar 4, 2020
1 parent 99a1a98 commit 233c6c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ file formats are supported:
File is written to standard output by default but you may specify an output
file.

To set env vars in your terminal you can eval the dotenv export format. For example,
```shell
eval `chamber export foo -f dotenv`
echo $foo_var
```

### Importing
```bash
$ chamber import <service> <filepath>
Expand Down

0 comments on commit 233c6c1

Please sign in to comment.