File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,17 @@ BAZ=3
98
98
# ### execute command excluding external environment
99
99
100
100
` ` ` bash
101
- $ envy exec -insulate example env
101
+ $ envy exec -- insulate example env
102
102
BAR= 2
103
103
BAZ= 3
104
104
` ` `
105
105
106
+ Note that ` -i` is short for ` --insulate` .
107
+
106
108
# ### execute command including extra variables
107
109
108
110
` ` ` bash
109
- $ envy exec -insulate example EXTRA= value env
111
+ $ envy exec -- insulate example EXTRA= value env
110
112
EXTRA= value
111
113
BAR= 2
112
114
BAZ-3
@@ -133,11 +135,13 @@ AWS_SECRET_ACCESS_KEY
133
135
# ### show profile variables w/ values
134
136
135
137
` ` ` bash
136
- $ envy show -d ecrypt test
138
+ $ envy show --unveil test
137
139
AWS_ACCESS_KEY_ID= aaabbbccc
138
140
AWS_SECRET_ACCESS_KEY= 233kjsdf309jfsd
139
141
` ` `
140
142
143
+ Note that ` -u` is short for ` --unveil` .
144
+
141
145
# ### delete profile
142
146
143
147
` ` ` bash
You can’t perform that action at this time.
0 commit comments