Commit 7186ede 1 parent d7a9df6 commit 7186ede Copy full SHA for 7186ede
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 @@ -884,6 +884,15 @@ export USERNAME="nodejs" # will result in `nodejs` as the value.
884
884
If you want to load environment variables from a file that may not exist, you
885
885
can use the [ ` --env-file-if-exists ` ] [ ] flag instead.
886
886
887
+ ### ` --env-file-if-exists=config `
888
+
889
+ <!-- YAML
890
+ added: v22.9.0
891
+ -->
892
+
893
+ Behavior is the same as [ ` --env-file ` ] [ ] , but an error is not thrown if the file
894
+ does not exist.
895
+
887
896
### ` -e ` , ` --eval "script" `
888
897
889
898
<!-- YAML
@@ -1792,15 +1801,6 @@ is being linked to Node.js. Sharing the OpenSSL configuration may have unwanted
1792
1801
implications and it is recommended to use a configuration section specific to
1793
1802
Node.js which is ` nodejs_conf ` and is default when this option is not used.
1794
1803
1795
- ### ` --env-file-if-exists=config `
1796
-
1797
- <!-- YAML
1798
- added: v22.9.0
1799
- -->
1800
-
1801
- Behavior is the same as [ ` --env-file ` ] [ ] , but an error is not thrown if the file
1802
- does not exist.
1803
-
1804
1804
### ` --pending-deprecation `
1805
1805
1806
1806
<!-- YAML
You can’t perform that action at this time.
0 commit comments