doc: mark --env-file-if-exists flag as experimental

As `--env-file` is experimental, this must be marked as experimental as
well.

Refs: https://github.com/nodejs/node/issues/56887
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/56893
Backport-PR-URL: https://github.com/nodejs/node/pull/56932
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
Juan José 2025-02-05 00:34:10 -05:00 committed by Marco Ippolito
parent b8c89a693e
commit 9fda8e29cd
No known key found for this signature in database
GPG key ID: 27F5E38D5B0A215F

View file

@ -1689,6 +1689,8 @@ Node.js which is `nodejs_conf` and is default when this option is not used.
added: REPLACEME
-->
> Stability: 1.1 - Active development
Behavior is the same as [`--env-file`][], but an error is not thrown if the file
does not exist.