diff --git a/app/config/sdks.php b/app/config/sdks.php index 5fad9466a2..a28407f2ba 100644 --- a/app/config/sdks.php +++ b/app/config/sdks.php @@ -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, diff --git a/docs/sdks/cli/CHANGELOG.md b/docs/sdks/cli/CHANGELOG.md index 23ad9e955c..275d889f5c 100644 --- a/docs/sdks/cli/CHANGELOG.md +++ b/docs/sdks/cli/CHANGELOG.md @@ -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