diff --git a/doc/api/cli.md b/doc/api/cli.md index dc695baed91ca5..b5ae652bba6c52 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -426,6 +426,17 @@ unless either the `--pending-deprecation` command line flag, or the are used to provide a kind of selective "early warning" mechanism that developers may leverage to detect deprecated API usage. +### `--policy-integrity=sri` + + +> Stability: 1 - Experimental + +Instructs Node.js to error prior to running any code if the policy does not have +the specified integrity. It expects a [Subresource Integrity][] string as a +parameter. + ### `--preserve-symlinks`