Merge pull request #11234 from appwrite/update-cli-changelog

This commit is contained in:
Chirag Aggarwal 2026-02-03 17:36:43 +05:30 committed by GitHub
commit 1ee3f993d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -227,7 +227,7 @@ return [
[
'key' => 'cli',
'name' => 'Command Line',
'version' => '14.0.0',
'version' => '13.2.0',
'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true,

View file

@ -1,5 +1,15 @@
# Change Log
## 13.2.0
- Feat: Add dedicated commands for text-based attribute management:
- `create-varchar-attribute`, `create-text-attribute`, `create-mediumtext-attribute`, `create-longtext-attribute`
- `update-varchar-attribute`, `update-text-attribute`, `update-mediumtext-attribute`, `update-longtext-attribute`
- Feat: Add specifications support to CLI
- Fix: Include specifications parameter when updating functions
- Chore: Update installation docs and examples for new text attribute/column commands
- Refactor: Simplify `update-collection` command syntax
## 13.1.0
- Mark `appwrite generate` command as stable