Skip to content

Commit 43450b8

Browse files
denobotdsherretbartlomieju
authored
chore: update for 2.5.6 (#2695)
Co-authored-by: dsherret <dsherret@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
1 parent 7a979eb commit 43450b8

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

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

runtime/reference/cli/_commands_reference.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,15 @@
485485
"help_heading": null,
486486
"usage": "--coverage[=<DIR>]"
487487
},
488+
{
489+
"name": "tunnel",
490+
"short": "t",
491+
"long": "tunnel",
492+
"required": false,
493+
"help": "Execute tasks with a tunnel to Deno Deploy.\n\n Create a secure connection between your local machine and Deno Deploy,\n providing access to centralised environment variables, logging,\n and serving from your local environment to the public internet",
494+
"help_heading": null,
495+
"usage": "--tunnel[=<tunnel>]"
496+
},
488497
{
489498
"name": "unstable",
490499
"short": null,
@@ -988,6 +997,15 @@
988997
"help_heading": null,
989998
"usage": "--no-code-cache"
990999
},
1000+
{
1001+
"name": "tunnel",
1002+
"short": "t",
1003+
"long": "tunnel",
1004+
"required": false,
1005+
"help": "Execute tasks with a tunnel to Deno Deploy.\n\n Create a secure connection between your local machine and Deno Deploy,\n providing access to centralised environment variables, logging,\n and serving from your local environment to the public internet",
1006+
"help_heading": null,
1007+
"usage": "--tunnel[=<tunnel>]"
1008+
},
9911009
{
9921010
"name": "unstable",
9931011
"short": null,
@@ -6108,6 +6126,15 @@
61086126
"help_heading": "Dependency management options",
61096127
"usage": "--node-modules-dir[=<MODE>]"
61106128
},
6129+
{
6130+
"name": "tunnel",
6131+
"short": "t",
6132+
"long": "tunnel",
6133+
"required": false,
6134+
"help": "Execute tasks with a tunnel to Deno Deploy.\n\n Create a secure connection between your local machine and Deno Deploy,\n providing access to centralised environment variables, logging,\n and serving from your local environment to the public internet",
6135+
"help_heading": null,
6136+
"usage": "--tunnel[=<tunnel>]"
6137+
},
61116138
{
61126139
"name": "unstable",
61136140
"short": null,

0 commit comments

Comments
 (0)