diff --git a/doc/api/cli.md b/doc/api/cli.md index fc0a194f8dbd..0440fe2cda98 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2271,6 +2271,17 @@ added: v6.0.0 Silence all process warnings (including deprecations). +### `--no-worker-snapshot` + + + +> Stability: 1 - Experimental + +Start worker threads by running the internal bootstrap from scratch instead of +deserializing the bootstrapped context from the built-in startup snapshot. + ### `--node-memory-debug`