File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -884,6 +884,15 @@ export USERNAME="nodejs" # will result in `nodejs` as the value.
884884If you want to load environment variables from a file that may not exist, you
885885can use the [`--env-file-if-exists`][] flag instead.
886886
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+
887896### `-e`, `--eval "script"`
888897
889898<!-- YAML
@@ -1792,15 +1801,6 @@ is being linked to Node.js. Sharing the OpenSSL configuration may have unwanted
17921801implications and it is recommended to use a configuration section specific to
17931802Node.js which is `nodejs_conf` and is default when this option is not used.
17941803
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-
18041804### `--pending-deprecation`
18051805
18061806<!-- YAML
You can’t perform that action at this time.
0 commit comments