Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion replacements.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"CLI_VERSION": "2.9.5"
"CLI_VERSION": "2.9.6"
}
45 changes: 45 additions & 0 deletions runtime/reference/cli/_commands_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,15 @@
"help_heading": null,
"usage": "--save-exact"
},
{
"name": "unscoped",
"short": null,
"long": "unscoped",
"required": false,
"help": "Use the package name without its scope as the alias (ex. `jsr:@david/jsonc-morph` is added as `jsonc-morph`). Packages given an explicit alias are unaffected.",
"help_heading": null,
"usage": "--unscoped"
},
{
"name": "package-json",
"short": null,
Expand Down Expand Up @@ -4029,6 +4038,15 @@
"help_heading": "Compile options",
"usage": "--target <target>"
},
{
"name": "engine",
"short": null,
"long": "engine",
"required": false,
"help": "JS engine the compiled binary runs on \u001b[38;5;245m(quickjs is smaller and experimental, and does not receive the same security updates as v8)\u001b[39m",
"help_heading": "Compile options",
"usage": "--engine <engine>"
},
{
"name": "no-code-cache",
"short": null,
Expand Down Expand Up @@ -4693,6 +4711,15 @@
"help_heading": "Desktop options",
"usage": "--backend <backend>"
},
{
"name": "engine",
"short": null,
"long": "engine",
"required": false,
"help": "JS engine the desktop binary runs on (quickjs is smaller and experimental, and does not receive the same security updates as v8)",
"help_heading": "Desktop options",
"usage": "--engine <engine>"
},
{
"name": "all-targets",
"short": null,
Expand Down Expand Up @@ -6734,6 +6761,15 @@
"help_heading": null,
"usage": "--save-exact"
},
{
"name": "unscoped",
"short": null,
"long": "unscoped",
"required": false,
"help": "Use the package name without its scope as the alias (ex. `jsr:@david/jsonc-morph` is added as `jsonc-morph`). Packages given an explicit alias are unaffected.",
"help_heading": null,
"usage": "--unscoped"
},
{
"name": "lockfile-only",
"short": null,
Expand Down Expand Up @@ -8563,6 +8599,15 @@
"help_heading": null,
"usage": "--recursive"
},
{
"name": "members",
"short": null,
"long": "members",
"required": false,
"help": "Run the task in all workspace members, but not in the workspace root",
"help_heading": null,
"usage": "--members"
},
{
"name": "filter",
"short": "f",
Expand Down
Loading