Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: appwrite/sdk-for-cli

24.0.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 29 Jul 03:30
63e617f

What's Changed

  • Added: login against Cloud now signs in through your browser
  • Updated: --email, --password, --mfa, and --code now apply to self-hosted instances only
  • Updated: Existing Cloud sessions keep working in read-only mode until you run login again

Full Changelog: 23.2.0...24.0.0

23.2.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 28 Jul 04:38
b541187

What's Changed

  • Added: apps installation commands: list-installations, get-installation, delete-installation, create-installation-token
  • Added: vcs list-namespaces command for listing provider namespaces of an installation
  • Added: --provider-namespace option to vcs create-repository
  • Added: tablesdb list-operations command for dedicated database lifecycle operations
  • Added: Compact deployment summaries with human-readable sizes in deployment output
  • Added: --filter, --where, --sort-asc, --sort-desc, --limit, --offset, --cursor-after, and --cursor-before options to vcs list-repositories and activities list-events
  • Updated: Command groups now use compact service names: tablesdb and oauth2. tables-db still works as an alias
  • Updated: apps command group now shows a service description in help output
  • Updated: storage list-files documents folder as a filterable attribute
  • Fixed: push sites and pull sites now carry fallbackFile and the VCS fields installationId, providerRepositoryId, providerBranch, providerSilentMode, and providerRootDirectory
  • Fixed: Symlinks in function directories are resolved for run and push, confined to the project root
  • Fixed: Token refresh now uses the logged-in session endpoint, and session credentials are no longer sent to a different endpoint
  • Fixed: Site screenshot previews preserve the configured region

Full Changelog: 23.1.0...23.2.0

23.1.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 24 Jul 06:15
6900d74

What's Changed

  • Added: apps service commands for managing OAuth2 applications, keys, secrets, and installations
  • Added: organization app installation commands: list-installations, create-installation, get-installation, update-installation, delete-installation
  • Added: teams app installation commands: list-installations, create-installation, get-installation, update-installation, delete-installation
  • Added: --installation-access-token-duration option to project update-o-auth2-server

Full Changelog: 23.0.0...23.1.0

23.0.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 22 Jul 11:06
8c29fb0

What's Changed

  • Breaking: removed projects service commands
  • Breaking: removed health service commands
  • Breaking: removed usage commands: get-usage, list-usage, get-bucket-usage, get-collection-usage, get-table-usage
  • Updated: removed --new-specification option from backups create-restoration
  • Added: account OAuth2 consent commands: list-consents, get-consent, delete-consent and consent token commands
  • Added: oauth2 authorize-post and oauth2 logout-post commands
  • Added: project update-o-auth-2-appwrite command
  • Added: --token option to functions get-deployment-download and sites get-deployment-download

Full Changelog: 22.6.1...23.0.0

22.6.1

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 10 Jul 08:47
9e83cd1

What's Changed

  • Fixed: snake_case parameters now map to proper kebab-case flags: oauth2 commands use --client-id, --redirect-uri, --response-type, --request-uri, --code-challenge, --max-age instead of the malformed --client-_id style names

Full Changelog: 22.6.0...22.6.1

22.6.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 10 Jul 05:57
821bc8d

What's Changed

  • Added: push functions and pull now work with API key authentication, enabling CI usage without a console session
  • Updated: Console-only steps during push, like default domain rules, are skipped with a warning when using an API key
  • Updated: Clearer authentication errors that distinguish API key and console session requirements

Full Changelog: 22.5.0...22.6.0

22.5.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 09 Jul 12:56
048ffff

What's Changed

  • Updated: tablesdb create now takes --specification instead of --dedicated-database-id
  • Updated: Removed health get-queue-logs command
  • Added: notifications command group for console notifications
  • Added: organization get, update, and delete commands
  • Added: organization list-memberships, create-membership, get-membership, update-membership, and delete-membership commands
  • Added: tablesdb list-migrations, create-migration, get-migration, and delete-migration commands for dedicated database migrations
  • Added: oauth2 create-par, list-organizations, and list-projects commands
  • Added: --request-_uri option on oauth2 authorize; client ID, redirect URI, and response type are now optional
  • Added: projects list-addons, get-addon, delete-addon, confirm-addon-payment, and get-addon-price commands
  • Added: create-premium-geo-db-addon command on projects and organizations
  • Added: account list-logs, teams list-logs, and users list-logs commands
  • Added: health get-geo and get-geo-premium commands
  • Added: --new-specification option on backups create-restoration
  • Added: --prompt and --max-age options on project update-o-auth-2-oidc
  • Fixed: Project config validation now sends the X-Appwrite-Project header, fixing 401 errors for guest sessions
  • Fixed: Update check now reads the latest version from the Homebrew tap instead of stale local metadata

Full Changelog: 22.4.0...22.5.0

22.4.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 02 Jul 12:41
c6be334

What's Changed

  • Updated: Removed pre-release activity log commands list-logs, list-collection-logs, list-document-logs, list-table-logs, list-row-logs, list-message-logs, list-provider-logs, list-subscriber-logs, and list-topic-logs
  • Updated: Removed oauth2 approve command, meant for the console consent screen only
  • Updated: --scope on oauth2 authorize is now optional and supports the phone scope
  • Updated: CLI OAuth login now requests the all scope instead of account.admin
  • Updated: Skills install now uses the appwrite/skills repository
  • Updated: API key scope limits raised from 100 to 200 scopes
  • Fixed: Empty error messages now fall back to the response body instead of a bare Error:
  • Updated: Verbose error output is formatted with colored details and indented stack traces

Full Changelog: 22.3.0...22.4.0

22.3.0

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 25 Jun 11:02
3b8166a

What's Changed

  • Added: Regional cloud endpoints are now derived from your configured endpoint in init and push
  • Added: push creates a default function proxy rule when an existing function is missing one
  • Added: push aborts and asks you to re-run when tablesDB deletions change the config
  • Fixed: Unauthorized sessions now retry an OAuth token refresh before logging out
  • Fixed: Auth security policies limit, sessionsLimit, and passwordHistory now accept null for unlimited
  • Updated: push applies service, protocol, auth method, and policy updates concurrently
  • Updated: Verbose error logs now include code, type, and response details

Full Changelog: 22.2.2...22.3.0

22.2.2

Choose a tag to compare

@ChiragAgg5k ChiragAgg5k released this 24 Jun 07:20
edf898d

What's Changed

  • Fixed: Release binaries now embed @napi-rs/keyring native bindings for all targets

Full Changelog: 22.2.1...22.2.2

Morty Proxy This is a proxified and sanitized view of the page, visit original site.