From 273d91f67d6ba4f5809d4da3f61150baf4adddcd Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 06:48:21 +0530 Subject: [PATCH] docs: add CLI quality-of-life changelog --- .../changelog/(entries)/2026-08-05.markdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/routes/changelog/(entries)/2026-08-05.markdoc diff --git a/src/routes/changelog/(entries)/2026-08-05.markdoc b/src/routes/changelog/(entries)/2026-08-05.markdoc new file mode 100644 index 0000000000..7177d75b69 --- /dev/null +++ b/src/routes/changelog/(entries)/2026-08-05.markdoc @@ -0,0 +1,17 @@ +--- +layout: changelog +title: Smoother setup and clearer guidance in the Appwrite CLI +date: 2026-08-05 +--- + +The latest Appwrite CLI removes several points of confusion during setup and troubleshooting. `appwrite init functions` no longer warns that an install command is missing when the selected runtime does not need one. When initializing a Function or Site, the CLI now offers only build specifications that the selected build accepts, preventing configurations that would later fail when pushed. + +Error output now suggests `--verbose` only when rerunning with it can provide more detail. The `appwrite types` command also lists its supported language values when detection or selection finds an unsupported language, and suggests the correct value for common aliases such as `dotnet` and `typescript`. + +Windows PowerShell and Scoop installers now derive release asset names from the same package naming source as other installers, keeping downloads pointed at the correct CLI binaries. + +Update to the latest CLI version to use these improvements. + +{% arrow_link href="/docs/tooling/command-line/installation#update-your-cli" %} +Update the Appwrite CLI +{% /arrow_link %}