diff --git a/doc/api/cli.md b/doc/api/cli.md index d63749819eb10b..5e60b509e310a0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -457,6 +457,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`