diff --git a/doc/api/cli.md b/doc/api/cli.md index 96139b83b0e2af..aade2c814028b6 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1048,6 +1048,7 @@ following permissions are restricted: * Child Process - manageable through [`--allow-child-process`][] flag * Worker Threads - manageable through [`--allow-worker`][] flag * WASI - manageable through [`--allow-wasi`][] flag +* Addons - manageable through [`--allow-addons`][] flag ### `--experimental-require-module` @@ -3612,6 +3613,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12 [V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html [Web Crypto API]: webcrypto.md [`"type"`]: packages.md#type +[`--allow-addons`]: #--allow-addons [`--allow-child-process`]: #--allow-child-process [`--allow-fs-read`]: #--allow-fs-read [`--allow-fs-write`]: #--allow-fs-write