diff --git a/runtime/_data.ts b/runtime/_data.ts index b9f9b9105..d8e06620a 100644 --- a/runtime/_data.ts +++ b/runtime/_data.ts @@ -100,6 +100,14 @@ export const sidebar = [ title: "deno add", href: "/runtime/reference/cli/add/", }, + { + title: "deno approve-scripts", + href: "/runtime/reference/cli/approve-scripts/", + }, + { + title: "deno audit", + href: "/runtime/reference/cli/audit/", + }, { title: "deno bench", href: "/runtime/reference/cli/bench/", @@ -220,6 +228,10 @@ export const sidebar = [ title: "deno unstable flags", href: "/runtime/reference/cli/unstable_flags/", }, + { + title: "deno x", + href: "/runtime/reference/cli/x/", + }, ], }, { diff --git a/runtime/reference/cli/index.md b/runtime/reference/cli/index.md index 0cf63a0c7..223fde713 100644 --- a/runtime/reference/cli/index.md +++ b/runtime/reference/cli/index.md @@ -21,6 +21,8 @@ below for more information on each subcommand. ## Dependency management - [deno add](/runtime/reference/cli/add) - add dependencies +- [deno approve-scripts](/runtime/reference/cli/approve-scripts) - manage + lifecycle scripts of npm packages - [deno audit](/runtime/reference/cli/audit) - audit dependencies - deno cache - _(Deprecated. Please use [deno install](/runtime/reference/cli/install/))_