diff --git a/doc/api/cli.md b/doc/api/cli.md index 09c9b5309ffa..6db45fca628f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2270,6 +2270,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`