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

Commit 08b9eb8

Browse files
Hilzutargos
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 3e8fdc1 commit 08b9eb8

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
@@ -2779,10 +2779,12 @@ debugger. See [Signal Events][].
27792779
added:
27802780
- v21.7.0
27812781
- v20.12.0
2782+
changes:
2783+
- version: REPLACEME
2784+
pr-url: https://github.com/nodejs/node/pull/59925
2785+
description: This API is no longer experimental.
27822786
-->
27832787
2784-
> Stability: 1.1 - Active development
2785-
27862788
* `path` {string | URL | Buffer | undefined}. **Default:** `'./.env'`
27872789
27882790
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)