Skip to content

Commit d421855

Browse files
committed
repo: more readme fixes
1 parent d1de774 commit d421855

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,17 @@ BAZ=3
9898
#### execute command excluding external environment
9999
100100
```bash
101-
$ envy exec -insulate example env
101+
$ envy exec --insulate example env
102102
BAR=2
103103
BAZ=3
104104
```
105105
106+
Note that `-i` is short for `--insulate`.
107+
106108
#### execute command including extra variables
107109
108110
```bash
109-
$ envy exec -insulate example EXTRA=value env
111+
$ envy exec --insulate example EXTRA=value env
110112
EXTRA=value
111113
BAR=2
112114
BAZ-3
@@ -133,11 +135,13 @@ AWS_SECRET_ACCESS_KEY
133135
#### show profile variables w/ values
134136
135137
```bash
136-
$ envy show -decrypt test
138+
$ envy show --unveil test
137139
AWS_ACCESS_KEY_ID=aaabbbccc
138140
AWS_SECRET_ACCESS_KEY=233kjsdf309jfsd
139141
```
140142
143+
Note that `-u` is short for `--unveil`.
144+
141145
#### delete profile
142146
143147
```bash

0 commit comments

Comments
 (0)