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
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 GitHub
parent 8ac3055501
commit 24cae2d7b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -800,6 +800,8 @@ node --entry-url 'data:text/javascript,console.log("Hello")'
### `--env-file-if-exists=config`
> Stability: 1.1 - Active development
<!-- YAML
added: v22.9.0
-->