From 5d4c2f39fafefa8ff02261bd2b8237cb6a936258 Mon Sep 17 00:00:00 2001 From: bartlomieju Date: Thu, 27 Aug 2026 17:30:06 +0000 Subject: [PATCH] Updated files for 2.9.6 --- replacements.json | 2 +- .../reference/cli/_commands_reference.json | 45 +++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/replacements.json b/replacements.json index 1a130c1bb..a659343a6 100644 --- a/replacements.json +++ b/replacements.json @@ -1,3 +1,3 @@ { - "CLI_VERSION": "2.9.5" + "CLI_VERSION": "2.9.6" } diff --git a/runtime/reference/cli/_commands_reference.json b/runtime/reference/cli/_commands_reference.json index 85dfceb2a..75205e10b 100644 --- a/runtime/reference/cli/_commands_reference.json +++ b/runtime/reference/cli/_commands_reference.json @@ -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, @@ -4029,6 +4038,15 @@ "help_heading": "Compile options", "usage": "--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 " + }, { "name": "no-code-cache", "short": null, @@ -4693,6 +4711,15 @@ "help_heading": "Desktop options", "usage": "--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 " + }, { "name": "all-targets", "short": null, @@ -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, @@ -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",