Skip to content

Commit de8d632

Browse files
Merge branch 'main' into feat/view-markdown-button
2 parents 2d459f4 + 3bc9f66 commit de8d632

File tree

3 files changed

+135
-101
lines changed

3 files changed

+135
-101
lines changed

oldurls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,6 @@
150150
"/runtime/fundamentals/standard_library/": "/runtime/reference/std/",
151151
"/deploy/classic/faunadb/": "/examples/#connecting-to-databases",
152152
"/hello_world.ts": "/examples/scripts/hello_world.ts",
153-
"/services/": "/deploy/"
153+
"/services/": "/deploy/",
154+
"/deploy/cron/": "/deploy/reference/cron/"
154155
}

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.7.1"
2+
"CLI_VERSION": "2.7.2"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 132 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,6 @@
143143
"help_heading": "Unstable options",
144144
"usage": "--unstable-sloppy-imports"
145145
},
146-
{
147-
"name": "unstable-temporal",
148-
"short": null,
149-
"long": "unstable-temporal",
150-
"required": false,
151-
"help": "Enable unstable Temporal API",
152-
"help_heading": "Unstable options",
153-
"usage": "--unstable-temporal"
154-
},
155146
{
156147
"name": "unstable-tsgo",
157148
"short": null,
@@ -646,15 +637,6 @@
646637
"help_heading": "Unstable options",
647638
"usage": "--unstable-sloppy-imports"
648639
},
649-
{
650-
"name": "unstable-temporal",
651-
"short": null,
652-
"long": "unstable-temporal",
653-
"required": false,
654-
"help": "Enable unstable Temporal API",
655-
"help_heading": "Unstable options",
656-
"usage": "--unstable-temporal"
657-
},
658640
{
659641
"name": "unstable-tsgo",
660642
"short": null,
@@ -1139,6 +1121,15 @@
11391121
"help": "assume unprefixed package names are jsr packages",
11401122
"help_heading": null,
11411123
"usage": "--jsr"
1124+
},
1125+
{
1126+
"name": "save-exact",
1127+
"short": null,
1128+
"long": "save-exact",
1129+
"required": false,
1130+
"help": "Save exact version without the caret (^)",
1131+
"help_heading": null,
1132+
"usage": "--save-exact"
11421133
}
11431134
],
11441135
"subcommands": [],
@@ -1210,6 +1201,15 @@
12101201
"help": "Return exit code 0 if remote service(s) responds with an error.",
12111202
"help_heading": null,
12121203
"usage": "--ignore-registry-errors"
1204+
},
1205+
{
1206+
"name": "ignore",
1207+
"short": null,
1208+
"long": "ignore",
1209+
"required": false,
1210+
"help": "Ignore advisories matching the given CVE IDs",
1211+
"help_heading": null,
1212+
"usage": "--ignore <CVE>"
12131213
}
12141214
],
12151215
"subcommands": [],
@@ -1389,15 +1389,6 @@
13891389
"help_heading": "Unstable options",
13901390
"usage": "--unstable-sloppy-imports"
13911391
},
1392-
{
1393-
"name": "unstable-temporal",
1394-
"short": null,
1395-
"long": "unstable-temporal",
1396-
"required": false,
1397-
"help": "Enable unstable Temporal API",
1398-
"help_heading": "Unstable options",
1399-
"usage": "--unstable-temporal"
1400-
},
14011392
{
14021393
"name": "unstable-tsgo",
14031394
"short": null,
@@ -2036,6 +2027,15 @@
20362027
"help_heading": null,
20372028
"usage": "--minify"
20382029
},
2030+
{
2031+
"name": "keep-names",
2032+
"short": null,
2033+
"long": "keep-names",
2034+
"required": false,
2035+
"help": "Keep function and class names",
2036+
"help_heading": null,
2037+
"usage": "--keep-names"
2038+
},
20392039
{
20402040
"name": "code-splitting",
20412041
"short": null,
@@ -2511,15 +2511,6 @@
25112511
"help_heading": "Unstable options",
25122512
"usage": "--unstable-sloppy-imports"
25132513
},
2514-
{
2515-
"name": "unstable-temporal",
2516-
"short": null,
2517-
"long": "unstable-temporal",
2518-
"required": false,
2519-
"help": "Enable unstable Temporal API",
2520-
"help_heading": "Unstable options",
2521-
"usage": "--unstable-temporal"
2522-
},
25232514
{
25242515
"name": "unstable-tsgo",
25252516
"short": null,
@@ -2718,6 +2709,15 @@
27182709
"help_heading": null,
27192710
"usage": "--doc-only"
27202711
},
2712+
{
2713+
"name": "check-js",
2714+
"short": null,
2715+
"long": "check-js",
2716+
"required": false,
2717+
"help": "Enable type-checking of JavaScript files (equivalent to `compilerOptions.checkJs: true`)",
2718+
"help_heading": null,
2719+
"usage": "--check-js"
2720+
},
27212721
{
27222722
"name": "file",
27232723
"short": null,
@@ -2941,15 +2941,6 @@
29412941
"help_heading": "Unstable options",
29422942
"usage": "--unstable-sloppy-imports"
29432943
},
2944-
{
2945-
"name": "unstable-temporal",
2946-
"short": null,
2947-
"long": "unstable-temporal",
2948-
"required": false,
2949-
"help": "Enable unstable Temporal API",
2950-
"help_heading": "Unstable options",
2951-
"usage": "--unstable-temporal"
2952-
},
29532944
{
29542945
"name": "unstable-tsgo",
29552946
"short": null,
@@ -3256,6 +3247,15 @@
32563247
"help_heading": "Compile options",
32573248
"usage": "--icon <icon>"
32583249
},
3250+
{
3251+
"name": "self-extracting",
3252+
"short": null,
3253+
"long": "self-extracting",
3254+
"required": false,
3255+
"help": "Create a self-extracting binary that extracts the embedded file system to disk on first run and then runs from there",
3256+
"help_heading": "Compile options",
3257+
"usage": "--self-extracting"
3258+
},
32593259
{
32603260
"name": "ext",
32613261
"short": null,
@@ -3296,6 +3296,59 @@
32963296
"subcommands": [],
32973297
"usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno compile\u001b[0m \u001b[32m[OPTIONS]\u001b[0m \u001b[32m[SCRIPT_ARG]...\u001b[0m"
32983298
},
3299+
{
3300+
"name": "create",
3301+
"about": "scaffolds a project from a package",
3302+
"args": [
3303+
{
3304+
"name": "package",
3305+
"short": null,
3306+
"long": null,
3307+
"required": false,
3308+
"help": null,
3309+
"help_heading": null,
3310+
"usage": "[PACKAGE]"
3311+
},
3312+
{
3313+
"name": "package_args",
3314+
"short": null,
3315+
"long": null,
3316+
"required": false,
3317+
"help": null,
3318+
"help_heading": null,
3319+
"usage": "[ARGS]..."
3320+
},
3321+
{
3322+
"name": "npm",
3323+
"short": null,
3324+
"long": "npm",
3325+
"required": false,
3326+
"help": "Treat unprefixed package names as npm packages",
3327+
"help_heading": null,
3328+
"usage": "--npm"
3329+
},
3330+
{
3331+
"name": "jsr",
3332+
"short": null,
3333+
"long": "jsr",
3334+
"required": false,
3335+
"help": "Treat unprefixed package names as JSR packages",
3336+
"help_heading": null,
3337+
"usage": "--jsr"
3338+
},
3339+
{
3340+
"name": "yes",
3341+
"short": "y",
3342+
"long": "yes",
3343+
"required": false,
3344+
"help": "Bypass the prompt and run with full permissions",
3345+
"help_heading": null,
3346+
"usage": "--yes"
3347+
}
3348+
],
3349+
"subcommands": [],
3350+
"usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno create\u001b[0m \u001b[32m[OPTIONS]\u001b[0m \u001b[32m[PACKAGE]\u001b[0m \u001b[32m[--\u001b[0m \u001b[32m[ARGS]...\u001b[0m\u001b[32m]\u001b[0m"
3351+
},
32993352
{
33003353
"name": "completions",
33013354
"about": "Output shell completion script to standard output.\n\n \u001b[38;5;245mdeno completions bash > /usr/local/etc/bash_completion.d/deno.bash\u001b[39m\n \u001b[38;5;245msource /usr/local/etc/bash_completion.d/deno.bash\u001b[39m",
@@ -3826,15 +3879,6 @@
38263879
"help_heading": "Unstable options",
38273880
"usage": "--unstable-sloppy-imports"
38283881
},
3829-
{
3830-
"name": "unstable-temporal",
3831-
"short": null,
3832-
"long": "unstable-temporal",
3833-
"required": false,
3834-
"help": "Enable unstable Temporal API",
3835-
"help_heading": "Unstable options",
3836-
"usage": "--unstable-temporal"
3837-
},
38383882
{
38393883
"name": "unstable-tsgo",
38403884
"short": null,
@@ -4185,6 +4229,15 @@
41854229
"help_heading": "Formatting options",
41864230
"usage": "--check"
41874231
},
4232+
{
4233+
"name": "fail-fast",
4234+
"short": null,
4235+
"long": "fail-fast",
4236+
"required": false,
4237+
"help": "Stop checking files on first format error",
4238+
"help_heading": "Formatting options",
4239+
"usage": "--fail-fast"
4240+
},
41884241
{
41894242
"name": "ext",
41904243
"short": null,
@@ -4346,6 +4399,15 @@
43464399
"help_heading": null,
43474400
"usage": "--npm"
43484401
},
4402+
{
4403+
"name": "jsr",
4404+
"short": null,
4405+
"long": "jsr",
4406+
"required": false,
4407+
"help": "Generate a project from a JSR package",
4408+
"help_heading": null,
4409+
"usage": "--jsr"
4410+
},
43494411
{
43504412
"name": "lib",
43514413
"short": null,
@@ -4740,15 +4802,6 @@
47404802
"help_heading": "Unstable options",
47414803
"usage": "--unstable-sloppy-imports"
47424804
},
4743-
{
4744-
"name": "unstable-temporal",
4745-
"short": null,
4746-
"long": "unstable-temporal",
4747-
"required": false,
4748-
"help": "Enable unstable Temporal API",
4749-
"help_heading": "Unstable options",
4750-
"usage": "--unstable-temporal"
4751-
},
47524805
{
47534806
"name": "unstable-tsgo",
47544807
"short": null,
@@ -5127,6 +5180,15 @@
51275180
"help_heading": null,
51285181
"usage": "--jsr"
51295182
},
5183+
{
5184+
"name": "save-exact",
5185+
"short": null,
5186+
"long": "save-exact",
5187+
"required": false,
5188+
"help": "Save exact version without the caret (^)",
5189+
"help_heading": null,
5190+
"usage": "--save-exact"
5191+
},
51305192
{
51315193
"name": "lockfile-only",
51325194
"short": null,
@@ -5971,15 +6033,6 @@
59716033
"help_heading": "Unstable options",
59726034
"usage": "--unstable-sloppy-imports"
59736035
},
5974-
{
5975-
"name": "unstable-temporal",
5976-
"short": null,
5977-
"long": "unstable-temporal",
5978-
"required": false,
5979-
"help": "Enable unstable Temporal API",
5980-
"help_heading": "Unstable options",
5981-
"usage": "--unstable-temporal"
5982-
},
59836036
{
59846037
"name": "unstable-tsgo",
59856038
"short": null,
@@ -6393,15 +6446,6 @@
63936446
"help_heading": "Unstable options",
63946447
"usage": "--unstable-sloppy-imports"
63956448
},
6396-
{
6397-
"name": "unstable-temporal",
6398-
"short": null,
6399-
"long": "unstable-temporal",
6400-
"required": false,
6401-
"help": "Enable unstable Temporal API",
6402-
"help_heading": "Unstable options",
6403-
"usage": "--unstable-temporal"
6404-
},
64056449
{
64066450
"name": "unstable-tsgo",
64076451
"short": null,
@@ -6662,15 +6706,6 @@
66626706
"help_heading": "Unstable options",
66636707
"usage": "--unstable-sloppy-imports"
66646708
},
6665-
{
6666-
"name": "unstable-temporal",
6667-
"short": null,
6668-
"long": "unstable-temporal",
6669-
"required": false,
6670-
"help": "Enable unstable Temporal API",
6671-
"help_heading": "Unstable options",
6672-
"usage": "--unstable-temporal"
6673-
},
66746709
{
66756710
"name": "unstable-tsgo",
66766711
"short": null,
@@ -7520,15 +7555,6 @@
75207555
"help_heading": "Unstable options",
75217556
"usage": "--unstable-sloppy-imports"
75227557
},
7523-
{
7524-
"name": "unstable-temporal",
7525-
"short": null,
7526-
"long": "unstable-temporal",
7527-
"required": false,
7528-
"help": "Enable unstable Temporal API",
7529-
"help_heading": "Unstable options",
7530-
"usage": "--unstable-temporal"
7531-
},
75327558
{
75337559
"name": "unstable-tsgo",
75347560
"short": null,
@@ -7930,6 +7956,13 @@
79307956
"subcommands": [],
79317957
"usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno help compile\u001b[0m \u001b[32m[OPTIONS]\u001b[0m"
79327958
},
7959+
{
7960+
"name": "create",
7961+
"about": null,
7962+
"args": [],
7963+
"subcommands": [],
7964+
"usage": "\u001b[37mUsage:\u001b[0m \u001b[32mdeno help create\u001b[0m \u001b[32m[OPTIONS]\u001b[0m"
7965+
},
79337966
{
79347967
"name": "completions",
79357968
"about": null,

0 commit comments

Comments
 (0)