Skip to content

Commit a6d3450

Browse files
denobotbartlomieju
andauthored
chore: update for 2.7.14 (#3062)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent 63d46d8 commit a6d3450

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.13"
2+
"CLI_VERSION": "2.7.14"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7456,7 +7456,7 @@
74567456
},
74577457
{
74587458
"name": "upgrade",
7459-
"about": "Upgrade deno executable to the given version.\n\n\u001b[32mLatest\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m\n\n\u001b[32mSpecific version\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245m1.45.0\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245m1.46.0-rc.1\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245m9bc2dd29ad6ba334fd57a20114e367d3c04763d4\u001b[39m\n\n\u001b[32mChannel\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mstable\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245malpha\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mbeta\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mrc\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mcanary\u001b[39m\n\nThe version is resolved via \u001b[38;5;245mhttps://dl.deno.land\u001b[39m and then downloaded\nfrom either there or GitHub releases, replacing the current executable.\n\nIf you want to not replace the current Deno executable but instead download an\nupdate to a different location, use the \u001b[36m--output\u001b[39m flag:\n \u001b[38;5;245mdeno upgrade --output $HOME/my_deno\u001b[39m\n\n\u001b[33mRead more:\u001b[39m \u001b[36mhttps://docs.deno.com/go/upgrade\u001b[39m",
7459+
"about": "Upgrade deno executable to the given version.\n\n\u001b[32mLatest\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m\n\n\u001b[32mSpecific version\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245m1.45.0\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245m1.46.0-rc.1\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245m9bc2dd29ad6ba334fd57a20114e367d3c04763d4\u001b[39m\n\n\u001b[32mChannel\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mstable\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245malpha\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mbeta\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mrc\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mcanary\u001b[39m\n\n\u001b[32mFrom a pull request\u001b[39m \u001b[38;5;245m(requires gh CLI)\u001b[39m\n \u001b[1mdeno upgrade\u001b[22m \u001b[38;5;245mpr 12345\u001b[39m\n\nThe version is resolved via \u001b[38;5;245mhttps://dl.deno.land\u001b[39m and then downloaded\nfrom either there or GitHub releases, replacing the current executable.\n\nIf you want to not replace the current Deno executable but instead download an\nupdate to a different location, use the \u001b[36m--output\u001b[39m flag:\n \u001b[38;5;245mdeno upgrade --output $HOME/my_deno\u001b[39m\n\n\u001b[33mRead more:\u001b[39m \u001b[36mhttps://docs.deno.com/go/upgrade\u001b[39m",
74607460
"args": [
74617461
{
74627462
"name": "output",
@@ -7490,7 +7490,7 @@
74907490
"short": null,
74917491
"long": null,
74927492
"required": false,
7493-
"help": "Version \u001b[38;5;245m(v1.46.0)\u001b[39m, channel \u001b[38;5;245m(alpha, beta, rc, canary)\u001b[39m or commit hash \u001b[38;5;245m(9bc2dd29ad6ba334fd57a20114e367d3c04763d4)\u001b[39m",
7493+
"help": "Version \u001b[38;5;245m(v1.46.0)\u001b[39m, channel \u001b[38;5;245m(alpha, beta, rc, canary)\u001b[39m, commit hash \u001b[38;5;245m(9bc2dd29ad6ba334fd57a20114e367d3c04763d4)\u001b[39m, or \u001b[38;5;245mpr 12345\u001b[39m to install from a PR",
74947494
"help_heading": null,
74957495
"usage": "[VERSION]..."
74967496
},

0 commit comments

Comments
 (0)