Skip to content

Commit

Permalink
repo: more readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 25, 2024
1 parent d1de774 commit d421855
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,17 @@ BAZ=3
#### execute command excluding external environment
```bash
$ envy exec -insulate example env
$ envy exec --insulate example env
BAR=2
BAZ=3
```
Note that `-i` is short for `--insulate`.
#### execute command including extra variables
```bash
$ envy exec -insulate example EXTRA=value env
$ envy exec --insulate example EXTRA=value env
EXTRA=value
BAR=2
BAZ-3
Expand All @@ -133,11 +135,13 @@ AWS_SECRET_ACCESS_KEY
#### show profile variables w/ values
```bash
$ envy show -decrypt test
$ envy show --unveil test
AWS_ACCESS_KEY_ID=aaabbbccc
AWS_SECRET_ACCESS_KEY=233kjsdf309jfsd
```
Note that `-u` is short for `--unveil`.
#### delete profile
```bash
Expand Down

0 comments on commit d421855

Please sign in to comment.