mirror of https://github.com/nodejs/node.git
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:
parent
8ac3055501
commit
24cae2d7b8
|
@ -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
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue