diff --git a/doc/api/cli.md b/doc/api/cli.md index a866f73de17ac0..04086661ea8048 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -594,6 +594,18 @@ added: v16.6.0 Use this flag to disable top-level await in REPL. +### `--experimental-sea-config` + + + +> Stability: 1 - Experimental + +Use this flag to generate a blob that can be injected into the Node.js +binary to produce a [single executable application][]. See the documentation +about [this configuration][`--experimental-sea-config`] for details. + ### `--experimental-shadow-realm`