3535- ` KEY ` - name of environment variable
3636- ` VALUE ` - value of environment variable
3737- ` PROCESS ` - name of process which you want to run
38+
3839Options:
3940- ` --help ` /` -h ` - show help message
4041
@@ -49,6 +50,7 @@ Print all environment variables
4950
5051Usage:
5152` envfetch print `
53+
5254Options:
5355- ` --help ` /` -h ` - show help message
5456
@@ -68,6 +70,7 @@ Get value of environment variable
6870Usage:
6971` envfetch get <KEY> ` , where:
7072- ` KEY ` - name of environment variable
73+
7174Options:
7275- ` --help ` /` -h ` - show help message
7376- ` --no-similar-names ` /` -s ` - disable showing similar variables if variable not
8588` envfetch delete <KEY> <PROCESS> ` , where:
8689- ` KEY ` - name of environment variable
8790- ` PROCESS ` - name of command to run
88- Options:
91+
92+ Options:
8993- ` --help ` /` -h ` - show help message
9094
9195For example:
@@ -99,10 +103,11 @@ Load environment variables from dotenv-style file and run process. Note that var
99103Usage:
100104` envfetch load <PROCESS> ` , where:
101105- ` PROCESS ` - name of process which you want to run
102- Options:
106+
107+ Options:
103108- ` --help ` /` -h ` - show help message
104109- ` --file <FILE> ` /` -f <FILE> ` - relative or absolute path to file to read variables from. Note that it must in .env format.
105- By default, program loads variables from ` .env ` file in current directory.
110+ By default, program loads variables from ` .env ` file in current directory.
106111
107112For example:
108113``` shell
0 commit comments