Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions runtime/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -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/",
},
],
},
{
Expand Down
2 changes: 2 additions & 0 deletions runtime/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/))_
Expand Down
Loading