File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,14 @@ export const sidebar = [
100100 title : "deno add" ,
101101 href : "/runtime/reference/cli/add/" ,
102102 } ,
103+ {
104+ title : "deno approve-scripts" ,
105+ href : "/runtime/reference/cli/approve-scripts/" ,
106+ } ,
107+ {
108+ title : "deno audit" ,
109+ href : "/runtime/reference/cli/audit/" ,
110+ } ,
103111 {
104112 title : "deno bench" ,
105113 href : "/runtime/reference/cli/bench/" ,
@@ -220,6 +228,10 @@ export const sidebar = [
220228 title : "deno unstable flags" ,
221229 href : "/runtime/reference/cli/unstable_flags/" ,
222230 } ,
231+ {
232+ title : "deno x" ,
233+ href : "/runtime/reference/cli/x/" ,
234+ } ,
223235 ] ,
224236 } ,
225237 {
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ below for more information on each subcommand.
2121## Dependency management
2222
2323- [ deno add] ( /runtime/reference/cli/add ) - add dependencies
24+ - [ deno approve-scripts] ( /runtime/reference/cli/approve-scripts ) - manage
25+ lifecycle scripts of npm packages
2426- [ deno audit] ( /runtime/reference/cli/audit ) - audit dependencies
2527- deno cache - _ (Deprecated. Please use
2628 [ deno install] ( /runtime/reference/cli/install/ ) )_
You can’t perform that action at this time.
0 commit comments