diff --git a/doc/api/cli.md b/doc/api/cli.md index 9f9c8faa7d1a1c..a4320e75ab4f31 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -881,10 +881,12 @@ node --entry-url 'data:text/javascript,console.log("Hello")' -> Stability: 1.1 - Active development - Behavior is the same as [`--env-file`][], but an error is not thrown if the file does not exist. @@ -893,6 +895,9 @@ does not exist. -> Stability: 1.1 - Active development - Loads environment variables from a file relative to the current directory, making them available to applications on `process.env`. The [environment variables which configure Node.js][environment_variables], such as `NODE_OPTIONS`, diff --git a/doc/api/environment_variables.md b/doc/api/environment_variables.md index 747d8313c4b7fa..de1fc0a396c0e4 100644 --- a/doc/api/environment_variables.md +++ b/doc/api/environment_variables.md @@ -18,7 +18,7 @@ For more details refer to the [`process.env` documentation][]. Set of utilities for dealing with additional environment variables defined in `.env` files. -> Stability: 1.1 - Active development +> Stability: 2 - Stable diff --git a/doc/api/process.md b/doc/api/process.md index e30639f6a006f3..85a37237c55362 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2696,10 +2696,12 @@ debugger. See [Signal Events][]. added: - v21.7.0 - v20.12.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/59925 + description: This API is no longer experimental. --> -> Stability: 1.1 - Active development - * `path` {string | URL | Buffer | undefined}. **Default:** `'./.env'` Loads the `.env` file into `process.env`. Usage of `NODE_OPTIONS` diff --git a/doc/api/util.md b/doc/api/util.md index 01c12a6cfb2020..2fed523db4f8d4 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -2211,10 +2211,12 @@ $ node negate.js --no-logfile --logfile=test.log --color --no-color added: - v21.7.0 - v20.12.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/59925 + description: This API is no longer experimental. --> -> Stability: 1.1 - Active development - * `content` {string} The raw contents of a `.env` file.