Releases: appwrite/sdk-for-cli
Releases · appwrite/sdk-for-cli
11.1.0
11.0.0
What's Changed
- Rename
create-csv-migrationtocreate-csv-importcommand to create a CSV import of a collection/table - Add
create-csv-exportcommand to create a CSV export of a collection/table - Add
create-resend-providerandupdate-resend-providercommands to create and update a Resend Email provider - Fix syncing of tables deleted locally during
push tablescommand - Fix added push command support for cli spatial types
- Fix attribute changing during push
- Replace pkg with @yao-pkg/pkg in dependencies
Full Changelog: 10.2.3...11.0.0
10.2.3
What's Changed
- Fix
init tablescommand not working by @ChiragAgg5k - Improve tablesDB resource syncing during
push tablescommand by @ChiragAgg5k
Full Changelog: 10.2.2...10.2.3
10.2.2
What's Changed
- Fix
logoutcommand showing duplicate sessions - Fix
logoutcommand showing a blank email even when logged out - Add syncing of
tablesDBresource duringpush tablescommand
Full Changelog: 10.2.1...10.2.2
10.2.1
10.1.0
What's Changed
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
Full Changelog: 10.0.1...10.1.0
10.0.1
What's Changed
- Fix CLI Dart model generation issues by @Fellmonkey
- Fix row permissions and security sync by @ChiragAgg5k
- Fix error when pushing columns with relationships by @ChiragAgg5k
- Fix resource name from attributes to columns for TablesDB indexes by @ChiragAgg5k
Full Changelog: 10.0.0...10.0.1
10.0.0
What's Changed
- 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
Full Changelog: 9.1.0...10.0.0