mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Merge pull request #11234 from appwrite/update-cli-changelog
This commit is contained in:
commit
1ee3f993d0
2 changed files with 11 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue