File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ To run envfetch, run `envfetch <COMMAND> <ARGS>` in your terminal.
35
35
You can run ` envfetch help ` to see help message or ` envfetch --version ` to see program's version.
36
36
### Command list
37
37
#### Set
38
- Set environment variable and run process. Note that variable sets only for one run
38
+ Set environment variable and run process.
39
+ > [ !NOTE]
40
+ > Now variable sets only for one run
39
41
40
42
Usage:
41
43
` envfetch set <KEY> <VALUE> <PROCESS> ` , where:
@@ -89,7 +91,9 @@ $ envfetch get MY_VAR
89
91
```
90
92
It will print value of specified variable.
91
93
#### Delete
92
- Delete variable and start process. Note that variable deletes only for one run
94
+ Delete variable and start process.
95
+ > [ !NOTE]
96
+ > Now variable deletes only for one run
93
97
94
98
Usage:
95
99
` envfetch delete <KEY> <PROCESS> ` , where:
@@ -105,7 +109,9 @@ $ envfetch delete MY_VAR "npm run"
105
109
```
106
110
It will delete variable ` MY_VAR ` and run ` npm run ` command.
107
111
#### Load
108
- Load environment variables from dotenv-style file and run process. Note that variables sets only for one run
112
+ Load environment variables from dotenv-style file and run process.
113
+ > [ !NOTE]
114
+ > Now variables set only for one run
109
115
110
116
Usage:
111
117
` envfetch load <PROCESS> ` , where:
You can’t perform that action at this time.
0 commit comments