mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update to major
This commit is contained in:
@@ -226,7 +226,7 @@ return [
|
||||
[
|
||||
'key' => 'cli',
|
||||
'name' => 'Command Line',
|
||||
'version' => '10.3.0',
|
||||
'version' => '11.0.0',
|
||||
'url' => 'https://github.com/appwrite/sdk-for-cli',
|
||||
'package' => 'https://www.npmjs.com/package/appwrite-cli',
|
||||
'enabled' => true,
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## 10.3.0
|
||||
## 11.0.0
|
||||
|
||||
* Add `create-csv-export` and `create-csv-import` commands to create a CSV export and import of a collection/table
|
||||
* Rename `create-csv-migration` to `create-csv-import` command to create a CSV import of a collection/table
|
||||
* Add `create-csv-export` command to create a CSV export of a collection/table
|
||||
* Add `create-resend-provider` and `update-resend-provider` commands to create and update a Resend Email provider
|
||||
* Fix syncing of tables deleted locally during `push tables` command
|
||||
* Fix added push command support for cli spatial types
|
||||
|
||||
Reference in New Issue
Block a user