Skip to content

Commit 8ab3d87

Browse files
denobotdsherret
andauthored
chore: update for 2.1.5 (#1324)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
1 parent 4176e4f commit 8ab3d87

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.1.4"
2+
"CLI_VERSION": "2.1.5"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,6 +4077,15 @@
40774077
"help_heading": "File watching options",
40784078
"usage": "--no-clear-screen"
40794079
},
4080+
{
4081+
"name": "allow-import",
4082+
"short": "I",
4083+
"long": "allow-import",
4084+
"required": false,
4085+
"help": "Allow importing from remote hosts. Optionally specify allowed IP addresses and host names, with ports as necessary. Default value: \u001b[38;5;245mdeno.land:443,jsr.io:443,esm.sh:443,cdn.jsdelivr.net:443,raw.githubusercontent.com:443,user.githubusercontent.com:443\u001b[39m",
4086+
"help_heading": null,
4087+
"usage": "--allow-import[=<IP_OR_HOSTNAME>...]"
4088+
},
40804089
{
40814090
"name": "unstable",
40824091
"short": null,

0 commit comments

Comments
 (0)