doc: mark `.env` files support as stable · nodejs/node@3b3b71e · GitHub
Skip to content

Commit 3b3b71e

Browse files
Hilzuaduh95
authored andcommitted
doc: mark .env files support as stable
As discussed in the referenced issue the feature should be ready to be marked as stable. Refs: #49148 (comment) PR-URL: #59925 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent d37f67d commit 3b3b71e

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

doc/api/cli.md

Lines changed: 7 additions & 4 deletions

doc/api/environment_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more details refer to the [`process.env` documentation][].
1818

1919
Set of utilities for dealing with additional environment variables defined in `.env` files.
2020

21-
> Stability: 1.1 - Active development
21+
> Stability: 2 - Stable
2222
2323
<!--introduced_in=v20.12.0-->
2424

doc/api/process.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,10 +2750,12 @@ debugger. See [Signal Events][].
27502750
added:
27512751
- v21.7.0
27522752
- v20.12.0
2753+
changes:
2754+
- version: REPLACEME
2755+
pr-url: https://github.com/nodejs/node/pull/59925
2756+
description: This API is no longer experimental.
27532757
-->
27542758
2755-
> Stability: 1.1 - Active development
2756-
27572759
* `path` {string | URL | Buffer | undefined}. **Default:** `'./.env'`
27582760
27592761
Loads the `.env` file into `process.env`. Usage of `NODE_OPTIONS`

doc/api/util.md

Lines changed: 4 additions & 2 deletions

0 commit comments

Comments
 (0)