File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -172,29 +172,6 @@ current environment settings. By invoking the program `env` in place
172
172
of ` myprogram ` above you can see what the environment will look like
173
173
after evaluating multiple Dotenv files.
174
174
175
- The ` --schema FILE ` will get the envs configuration from the ` FILE ` . For instance:
176
-
177
- ``` shell
178
- $ cat .env
179
- PORT=123a
180
- $ cat .schema.yml
181
- - name: PORT
182
- required: true
183
- type: integer
184
- ```
185
-
186
- running ` dotenv ` will throw:
187
-
188
- ``` shell
189
- $ dotenv -s .schema.yml " echo $PORT "
190
- dotenv: 1:4:
191
- unexpected ' a'
192
- expecting digit or end of input
193
- ```
194
-
195
- ** NOTE:** The flag can be omited when the ` .schema.yml ` is in the current working
196
- directory. To disable type checking add the flag ` --no-schema ` .
197
-
198
175
## Author
199
176
200
177
Justin Leitgeb
You can’t perform that action at this time.
0 commit comments