mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #10511 from appwrite/update-cli-10.0.0
update cli to 10.0.0
This commit is contained in:
commit
6ff683909d
2 changed files with 10 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ return [
|
|||
[
|
||||
'key' => 'cli',
|
||||
'name' => 'Command Line',
|
||||
'version' => '9.1.0',
|
||||
'version' => '10.0.0',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||
'enabled' => true,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# Change Log
|
||||
|
||||
## 10.0.0
|
||||
|
||||
* **Breaking:** Removed Avatars CLI command and all related subcommands; corresponding examples deleted
|
||||
* **Feat:** Geo defaults now accept coordinate arrays for Databases and Tables DB, with automatic normalization
|
||||
* **Feat:** Pull command skips deprecated resources by default and shows clearer totals/messages
|
||||
* **Feat:** Updated CLI descriptions: Databases marked legacy; added tables-db, projects, and project
|
||||
* Fix TypeScript type generation now quotes invalid property names to produce valid typings
|
||||
* Update documentation: Removed Avatars CLI examples and updated help text to reflect new geo defaults and terminology
|
||||
|
||||
## 8.3.0
|
||||
|
||||
* **Feat:** Add support for `appwrite.config.json` file
|
||||
|
|
|
|||
Loading…
Reference in a new issue