feat: SDK update for version 18.2.0#300
Conversation
Greptile SummaryThis PR updates the Appwrite CLI SDK to version 18.2.0 with several quality-of-life improvements: source code and entrypoint validation before local function runs, better Docker error reporting (exit codes and signals), early-exit detection before port open, macOS code signature verification in the install script, Open Runtimes v4→v5 bump, Confidence Score: 5/5Safe to merge; all findings are P2 style/consistency suggestions with no runtime impact. No P0 or P1 issues found. The three findings are: a redundant dockerStop call (idempotent, harmless), a promise that never settles without a needle (already guarded by a Promise.race timeout), and a missing macOS codesign check in the update path (install.sh has it but update.ts does not). None affect correctness or production reliability today. lib/emulation/docker.ts (redundant dockerStop + waitForProcessOutput design), lib/commands/update.ts (missing macOS signature check parity with install.sh) Important Files Changed
|
Summary
This PR contains updates to the SDK for version 18.2.0.
What's Changed
webhooksto the list of supported resource typesshtobashfor improved compatibility