File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -894,6 +894,15 @@ export USERNAME="nodejs" # will result in `nodejs` as the value.
894
894
If you want to load environment variables from a file that may not exist, you
895
895
can use the [ ` --env-file-if-exists ` ] [ ] flag instead.
896
896
897
+ ### ` --env-file-if-exists=config `
898
+
899
+ <!-- YAML
900
+ added: v22.9.0
901
+ -->
902
+
903
+ Behavior is the same as [ ` --env-file ` ] [ ] , but an error is not thrown if the file
904
+ does not exist.
905
+
897
906
### ` -e ` , ` --eval "script" `
898
907
899
908
<!-- YAML
@@ -1810,15 +1819,6 @@ is being linked to Node.js. Sharing the OpenSSL configuration may have unwanted
1810
1819
implications and it is recommended to use a configuration section specific to
1811
1820
Node.js which is ` nodejs_conf ` and is default when this option is not used.
1812
1821
1813
- ### ` --env-file-if-exists=config `
1814
-
1815
- <!-- YAML
1816
- added: v22.9.0
1817
- -->
1818
-
1819
- Behavior is the same as [ ` --env-file ` ] [ ] , but an error is not thrown if the file
1820
- does not exist.
1821
-
1822
1822
### ` --pending-deprecation `
1823
1823
1824
1824
<!-- YAML
You can’t perform that action at this time.
0 commit comments