appwrite 19.2.0#6
Conversation
Greptile SummaryThis PR bumps the Confidence Score: 5/5This PR is safe to merge — it is a straightforward version bump with valid SHA256 hashes and clean refactoring. All SHA256 hashes are well-formed 64-character hex strings, the version bump is consistent across URL references (which interpolate No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Install shell completions via the formul..." | Re-trigger Greptile |
The 19.2.0 CLI prints completion scripts via `appwrite completion
{bash,zsh,fish}` and skips the update-notice and migrate hooks for
completion invocations, so the output is safe to pipe into Homebrew's
native completion paths.
* Use `generate_completions_from_executable` so `brew install` wires up
bash, zsh, and fish completions automatically — Homebrew users no
longer need to run `appwrite completion install`.
* Refactor the install branch so completion generation runs for both
head and bottle builds.
* Cover the new path in the formula test.
Automated formula update for the
appwriteCLI release19.2.0.Opened automatically by the
sdk-for-clipublish workflow after release binaries were uploaded.