appwrite-cli 4.2.2 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/npm-publish.yml +1 -1
- package/README.md +6 -9
- package/docs/examples/account/{create-email-session.md → create-email-password-session.md} +1 -1
- package/docs/examples/account/create-email-token.md +4 -0
- package/docs/examples/account/create-magic-u-r-l-token.md +5 -0
- package/docs/examples/account/create-mfa-authenticator.md +2 -0
- package/docs/examples/account/create-mfa-challenge.md +2 -0
- package/docs/examples/account/create-mfa-recovery-codes.md +1 -0
- package/docs/examples/account/create-o-auth2token.md +5 -0
- package/docs/examples/account/create-phone-token.md +3 -0
- package/docs/examples/account/create-push-target.md +4 -0
- package/docs/examples/account/create-session.md +3 -0
- package/docs/examples/account/create.md +1 -1
- package/docs/examples/account/delete-identity.md +1 -1
- package/docs/examples/account/delete-mfa-authenticator.md +3 -0
- package/docs/examples/account/delete-push-target.md +2 -0
- package/docs/examples/account/delete-session.md +1 -1
- package/docs/examples/account/delete.md +1 -0
- package/docs/examples/account/get-mfa-recovery-codes.md +1 -0
- package/docs/examples/account/get-session.md +1 -1
- package/docs/examples/account/list-mfa-factors.md +1 -0
- package/docs/examples/account/update-m-f-a.md +2 -0
- package/docs/examples/account/update-magic-u-r-l-session.md +2 -2
- package/docs/examples/account/update-mfa-authenticator.md +3 -0
- package/docs/examples/account/update-mfa-challenge.md +3 -0
- package/docs/examples/account/update-mfa-recovery-codes.md +1 -0
- package/docs/examples/account/update-name.md +1 -1
- package/docs/examples/account/update-phone-session.md +2 -2
- package/docs/examples/account/update-phone-verification.md +2 -2
- package/docs/examples/account/update-push-target.md +3 -0
- package/docs/examples/account/update-recovery.md +3 -4
- package/docs/examples/account/update-session.md +1 -1
- package/docs/examples/account/update-verification.md +2 -2
- package/docs/examples/assistant/chat.md +1 -1
- package/docs/examples/avatars/get-q-r.md +1 -1
- package/docs/examples/databases/create-boolean-attribute.md +2 -2
- package/docs/examples/databases/create-collection.md +3 -3
- package/docs/examples/databases/create-datetime-attribute.md +2 -2
- package/docs/examples/databases/create-document.md +3 -3
- package/docs/examples/databases/create-email-attribute.md +2 -2
- package/docs/examples/databases/create-enum-attribute.md +2 -2
- package/docs/examples/databases/create-float-attribute.md +2 -2
- package/docs/examples/databases/create-index.md +2 -2
- package/docs/examples/databases/create-integer-attribute.md +2 -2
- package/docs/examples/databases/create-ip-attribute.md +2 -2
- package/docs/examples/databases/create-relationship-attribute.md +3 -3
- package/docs/examples/databases/create-string-attribute.md +2 -2
- package/docs/examples/databases/create-url-attribute.md +2 -2
- package/docs/examples/databases/create.md +2 -2
- package/docs/examples/databases/delete-attribute.md +2 -2
- package/docs/examples/databases/delete-collection.md +2 -2
- package/docs/examples/databases/delete-document.md +3 -3
- package/docs/examples/databases/delete-index.md +2 -2
- package/docs/examples/databases/delete.md +1 -1
- package/docs/examples/databases/get-attribute.md +2 -2
- package/docs/examples/databases/get-collection-usage.md +2 -2
- package/docs/examples/databases/get-collection.md +2 -2
- package/docs/examples/databases/get-database-usage.md +1 -1
- package/docs/examples/databases/get-document.md +3 -3
- package/docs/examples/databases/get-index.md +2 -2
- package/docs/examples/databases/get.md +1 -1
- package/docs/examples/databases/list-attributes.md +2 -2
- package/docs/examples/databases/list-collection-logs.md +2 -2
- package/docs/examples/databases/list-collections.md +1 -1
- package/docs/examples/databases/list-document-logs.md +3 -3
- package/docs/examples/databases/list-documents.md +2 -2
- package/docs/examples/databases/list-indexes.md +2 -2
- package/docs/examples/databases/list-logs.md +1 -1
- package/docs/examples/databases/update-boolean-attribute.md +2 -2
- package/docs/examples/databases/update-collection.md +3 -3
- package/docs/examples/databases/update-datetime-attribute.md +2 -2
- package/docs/examples/databases/update-document.md +3 -3
- package/docs/examples/databases/update-email-attribute.md +2 -2
- package/docs/examples/databases/update-enum-attribute.md +3 -3
- package/docs/examples/databases/update-float-attribute.md +2 -2
- package/docs/examples/databases/update-integer-attribute.md +2 -2
- package/docs/examples/databases/update-ip-attribute.md +2 -2
- package/docs/examples/databases/update-relationship-attribute.md +2 -2
- package/docs/examples/databases/update-string-attribute.md +3 -3
- package/docs/examples/databases/update-url-attribute.md +2 -2
- package/docs/examples/databases/update.md +2 -2
- package/docs/examples/functions/create-build.md +3 -3
- package/docs/examples/functions/create-deployment.md +1 -1
- package/docs/examples/functions/create-execution.md +1 -1
- package/docs/examples/functions/create-variable.md +3 -3
- package/docs/examples/functions/create.md +3 -3
- package/docs/examples/functions/delete-deployment.md +2 -2
- package/docs/examples/functions/delete-variable.md +2 -2
- package/docs/examples/functions/delete.md +1 -1
- package/docs/examples/functions/download-deployment.md +2 -2
- package/docs/examples/functions/get-deployment.md +2 -2
- package/docs/examples/functions/get-execution.md +2 -2
- package/docs/examples/functions/get-function-usage.md +1 -1
- package/docs/examples/functions/get-variable.md +2 -2
- package/docs/examples/functions/get.md +1 -1
- package/docs/examples/functions/list-deployments.md +1 -1
- package/docs/examples/functions/list-executions.md +1 -1
- package/docs/examples/functions/list-variables.md +1 -1
- package/docs/examples/functions/update-deployment.md +2 -2
- package/docs/examples/functions/update-variable.md +3 -3
- package/docs/examples/functions/update.md +2 -2
- package/docs/examples/health/get-certificate.md +2 -0
- package/docs/examples/health/get-failed-jobs.md +3 -0
- package/docs/examples/health/get-queue-usage-dump.md +2 -0
- package/docs/examples/health/get-queue-usage.md +2 -0
- package/docs/examples/health/get-storage.md +1 -0
- package/docs/examples/messaging/create-apns-provider.md +9 -0
- package/docs/examples/messaging/create-email.md +13 -0
- package/docs/examples/messaging/create-fcm-provider.md +5 -0
- package/docs/examples/messaging/create-mailgun-provider.md +11 -0
- package/docs/examples/messaging/create-msg91provider.md +7 -0
- package/docs/examples/messaging/create-push.md +17 -0
- package/docs/examples/messaging/create-sendgrid-provider.md +9 -0
- package/docs/examples/messaging/create-sms.md +8 -0
- package/docs/examples/messaging/create-smtp-provider.md +15 -0
- package/docs/examples/messaging/create-subscriber.md +4 -0
- package/docs/examples/messaging/create-telesign-provider.md +7 -0
- package/docs/examples/messaging/create-textmagic-provider.md +7 -0
- package/docs/examples/messaging/create-topic.md +4 -0
- package/docs/examples/messaging/create-twilio-provider.md +7 -0
- package/docs/examples/messaging/create-vonage-provider.md +7 -0
- package/docs/examples/messaging/delete-provider.md +2 -0
- package/docs/examples/messaging/delete-subscriber.md +3 -0
- package/docs/examples/messaging/delete-topic.md +2 -0
- package/docs/examples/messaging/delete.md +2 -0
- package/docs/examples/messaging/get-message.md +2 -0
- package/docs/examples/messaging/get-provider.md +2 -0
- package/docs/examples/messaging/get-subscriber.md +3 -0
- package/docs/examples/messaging/get-topic.md +2 -0
- package/docs/examples/messaging/list-message-logs.md +3 -0
- package/docs/examples/messaging/list-messages.md +3 -0
- package/docs/examples/messaging/list-provider-logs.md +3 -0
- package/docs/examples/messaging/list-providers.md +3 -0
- package/docs/examples/messaging/list-subscriber-logs.md +3 -0
- package/docs/examples/messaging/list-subscribers.md +4 -0
- package/docs/examples/messaging/list-targets.md +3 -0
- package/docs/examples/messaging/list-topic-logs.md +3 -0
- package/docs/examples/messaging/list-topics.md +3 -0
- package/docs/examples/messaging/update-apns-provider.md +9 -0
- package/docs/examples/messaging/update-email.md +12 -0
- package/docs/examples/messaging/update-fcm-provider.md +5 -0
- package/docs/examples/messaging/update-mailgun-provider.md +11 -0
- package/docs/examples/messaging/update-msg91provider.md +7 -0
- package/docs/examples/messaging/update-push.md +17 -0
- package/docs/examples/messaging/update-sendgrid-provider.md +9 -0
- package/docs/examples/messaging/update-sms.md +8 -0
- package/docs/examples/messaging/update-smtp-provider.md +15 -0
- package/docs/examples/messaging/update-telesign-provider.md +7 -0
- package/docs/examples/messaging/update-textmagic-provider.md +7 -0
- package/docs/examples/messaging/update-topic.md +4 -0
- package/docs/examples/messaging/update-twilio-provider.md +7 -0
- package/docs/examples/messaging/update-vonage-provider.md +7 -0
- package/docs/examples/migrations/create-appwrite-migration.md +2 -2
- package/docs/examples/migrations/create-firebase-migration.md +1 -1
- package/docs/examples/migrations/create-firebase-o-auth-migration.md +1 -1
- package/docs/examples/migrations/create-n-host-migration.md +6 -6
- package/docs/examples/migrations/create-supabase-migration.md +4 -4
- package/docs/examples/migrations/delete.md +1 -1
- package/docs/examples/migrations/get-appwrite-report.md +2 -2
- package/docs/examples/migrations/get-firebase-report-o-auth.md +1 -1
- package/docs/examples/migrations/get-firebase-report.md +1 -1
- package/docs/examples/migrations/get-n-host-report.md +6 -6
- package/docs/examples/migrations/get-supabase-report.md +4 -4
- package/docs/examples/migrations/get.md +1 -1
- package/docs/examples/migrations/retry.md +1 -1
- package/docs/examples/project/create-variable.md +2 -2
- package/docs/examples/project/delete-variable.md +1 -1
- package/docs/examples/project/get-usage.md +2 -0
- package/docs/examples/project/get-variable.md +1 -1
- package/docs/examples/project/update-variable.md +2 -2
- package/docs/examples/projects/create-key.md +2 -2
- package/docs/examples/projects/create-platform.md +2 -2
- package/docs/examples/projects/create-smtp-test.md +11 -0
- package/docs/examples/projects/create-webhook.md +4 -3
- package/docs/examples/projects/create.md +2 -2
- package/docs/examples/projects/delete-email-template.md +1 -1
- package/docs/examples/projects/delete-key.md +2 -2
- package/docs/examples/projects/delete-platform.md +2 -2
- package/docs/examples/projects/delete-sms-template.md +1 -1
- package/docs/examples/projects/delete-webhook.md +2 -2
- package/docs/examples/projects/delete.md +1 -1
- package/docs/examples/projects/get-email-template.md +1 -1
- package/docs/examples/projects/get-key.md +2 -2
- package/docs/examples/projects/get-platform.md +2 -2
- package/docs/examples/projects/get-sms-template.md +1 -1
- package/docs/examples/projects/get-webhook.md +2 -2
- package/docs/examples/projects/get.md +1 -1
- package/docs/examples/projects/list-keys.md +1 -1
- package/docs/examples/projects/list-platforms.md +1 -1
- package/docs/examples/projects/list-webhooks.md +1 -1
- package/docs/examples/projects/update-api-status-all.md +3 -0
- package/docs/examples/projects/update-api-status.md +4 -0
- package/docs/examples/projects/update-auth-duration.md +1 -1
- package/docs/examples/projects/update-auth-limit.md +1 -1
- package/docs/examples/projects/update-auth-password-dictionary.md +1 -1
- package/docs/examples/projects/update-auth-password-history.md +1 -1
- package/docs/examples/projects/update-auth-sessions-limit.md +1 -1
- package/docs/examples/projects/update-auth-status.md +1 -1
- package/docs/examples/projects/update-email-template.md +3 -3
- package/docs/examples/projects/update-key.md +3 -3
- package/docs/examples/projects/update-o-auth2.md +1 -1
- package/docs/examples/projects/update-personal-data-check.md +1 -1
- package/docs/examples/projects/update-platform.md +3 -3
- package/docs/examples/projects/update-service-status-all.md +1 -1
- package/docs/examples/projects/update-service-status.md +1 -1
- package/docs/examples/projects/update-sms-template.md +2 -2
- package/docs/examples/projects/update-smtp.md +11 -0
- package/docs/examples/projects/update-team.md +2 -2
- package/docs/examples/projects/update-webhook-signature.md +2 -2
- package/docs/examples/projects/update-webhook.md +5 -4
- package/docs/examples/projects/update.md +2 -2
- package/docs/examples/proxy/delete-rule.md +1 -1
- package/docs/examples/proxy/get-rule.md +1 -1
- package/docs/examples/proxy/update-rule-verification.md +1 -1
- package/docs/examples/storage/create-bucket.md +2 -2
- package/docs/examples/storage/create-file.md +2 -2
- package/docs/examples/storage/delete-bucket.md +1 -1
- package/docs/examples/storage/delete-file.md +2 -2
- package/docs/examples/storage/get-bucket-usage.md +1 -1
- package/docs/examples/storage/get-bucket.md +1 -1
- package/docs/examples/storage/get-file-download.md +2 -2
- package/docs/examples/storage/get-file-preview.md +2 -2
- package/docs/examples/storage/get-file-view.md +2 -2
- package/docs/examples/storage/get-file.md +2 -2
- package/docs/examples/storage/list-files.md +1 -1
- package/docs/examples/storage/update-bucket.md +2 -2
- package/docs/examples/storage/update-file.md +2 -2
- package/docs/examples/teams/create-membership.md +1 -1
- package/docs/examples/teams/create.md +2 -2
- package/docs/examples/teams/delete-membership.md +2 -2
- package/docs/examples/teams/delete.md +1 -1
- package/docs/examples/teams/get-membership.md +2 -2
- package/docs/examples/teams/get-prefs.md +1 -1
- package/docs/examples/teams/get.md +1 -1
- package/docs/examples/teams/list-logs.md +1 -1
- package/docs/examples/teams/list-memberships.md +1 -1
- package/docs/examples/teams/update-membership-status.md +4 -4
- package/docs/examples/teams/update-membership.md +2 -2
- package/docs/examples/teams/update-name.md +2 -2
- package/docs/examples/teams/update-prefs.md +1 -1
- package/docs/examples/users/create-argon2user.md +1 -1
- package/docs/examples/users/create-bcrypt-user.md +1 -1
- package/docs/examples/users/create-m-d5user.md +1 -1
- package/docs/examples/users/create-mfa-recovery-codes.md +2 -0
- package/docs/examples/users/create-p-h-pass-user.md +1 -1
- package/docs/examples/users/create-s-h-a-user.md +1 -1
- package/docs/examples/users/create-scrypt-modified-user.md +4 -4
- package/docs/examples/users/create-scrypt-user.md +2 -2
- package/docs/examples/users/create-session.md +2 -0
- package/docs/examples/users/create-target.md +7 -0
- package/docs/examples/users/create-token.md +4 -0
- package/docs/examples/users/create.md +1 -1
- package/docs/examples/users/delete-identity.md +1 -1
- package/docs/examples/users/delete-mfa-authenticator.md +3 -0
- package/docs/examples/users/delete-session.md +2 -2
- package/docs/examples/users/delete-sessions.md +1 -1
- package/docs/examples/users/delete-target.md +3 -0
- package/docs/examples/users/delete.md +1 -1
- package/docs/examples/users/get-mfa-recovery-codes.md +2 -0
- package/docs/examples/users/get-prefs.md +1 -1
- package/docs/examples/users/get-target.md +3 -0
- package/docs/examples/users/get-usage.md +0 -1
- package/docs/examples/users/get.md +1 -1
- package/docs/examples/users/list-logs.md +1 -1
- package/docs/examples/users/list-memberships.md +1 -1
- package/docs/examples/users/list-mfa-factors.md +2 -0
- package/docs/examples/users/list-sessions.md +1 -1
- package/docs/examples/users/list-targets.md +3 -0
- package/docs/examples/users/update-email-verification.md +1 -1
- package/docs/examples/users/update-email.md +1 -1
- package/docs/examples/users/update-labels.md +1 -1
- package/docs/examples/users/update-mfa-recovery-codes.md +2 -0
- package/docs/examples/users/update-mfa.md +3 -0
- package/docs/examples/users/update-name.md +2 -2
- package/docs/examples/users/update-password.md +1 -1
- package/docs/examples/users/update-phone-verification.md +1 -1
- package/docs/examples/users/update-phone.md +1 -1
- package/docs/examples/users/update-prefs.md +1 -1
- package/docs/examples/users/update-status.md +1 -1
- package/docs/examples/users/update-target.md +6 -0
- package/docs/examples/vcs/create-repository-detection.md +2 -2
- package/docs/examples/vcs/create-repository.md +2 -2
- package/docs/examples/vcs/delete-installation.md +1 -1
- package/docs/examples/vcs/get-installation.md +1 -1
- package/docs/examples/vcs/get-repository.md +2 -2
- package/docs/examples/vcs/list-repositories.md +1 -1
- package/docs/examples/vcs/list-repository-branches.md +2 -2
- package/docs/examples/vcs/update-external-deployments.md +3 -3
- package/index.js +2 -0
- package/install.ps1 +5 -5
- package/install.sh +4 -4
- package/lib/client.js +4 -4
- package/lib/commands/account.js +906 -226
- package/lib/commands/avatars.js +3 -3
- package/lib/commands/databases.js +22 -22
- package/lib/commands/deploy.js +45 -6
- package/lib/commands/functions.js +5 -5
- package/lib/commands/generic.js +2 -2
- package/lib/commands/health.js +193 -1
- package/lib/commands/messaging.js +2815 -0
- package/lib/commands/migrations.js +2 -2
- package/lib/commands/project.js +15 -5
- package/lib/commands/projects.js +210 -72
- package/lib/commands/proxy.js +1 -1
- package/lib/commands/storage.js +6 -6
- package/lib/commands/teams.js +2 -2
- package/lib/commands/users.js +545 -14
- package/lib/paginate.js +2 -2
- package/lib/parser.js +2 -1
- package/package.json +1 -1
- package/scoop/appwrite.json +3 -3
- package/docs/examples/account/create-magic-u-r-l-session.md +0 -4
- package/docs/examples/account/create-phone-session.md +0 -3
- package/docs/examples/projects/get-usage.md +0 -3
- package/docs/examples/projects/update-smtp-configuration.md +0 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
appwrite migrations createNHostMigration \
|
|
2
2
|
--resources one two three \
|
|
3
|
-
--subdomain
|
|
4
|
-
--region
|
|
5
|
-
--adminSecret
|
|
6
|
-
--database
|
|
7
|
-
--username
|
|
8
|
-
--password
|
|
3
|
+
--subdomain <SUBDOMAIN> \
|
|
4
|
+
--region <REGION> \
|
|
5
|
+
--adminSecret <ADMIN_SECRET> \
|
|
6
|
+
--database <DATABASE> \
|
|
7
|
+
--username <USERNAME> \
|
|
8
|
+
--password <PASSWORD> \
|
|
9
9
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
appwrite migrations createSupabaseMigration \
|
|
2
2
|
--resources one two three \
|
|
3
3
|
--endpoint https://example.com \
|
|
4
|
-
--apiKey
|
|
5
|
-
--databaseHost
|
|
6
|
-
--username
|
|
7
|
-
--password
|
|
4
|
+
--apiKey <API_KEY> \
|
|
5
|
+
--databaseHost <DATABASE_HOST> \
|
|
6
|
+
--username <USERNAME> \
|
|
7
|
+
--password <PASSWORD> \
|
|
8
8
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite migrations delete \
|
|
2
|
-
--migrationId
|
|
2
|
+
--migrationId <MIGRATION_ID>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
appwrite migrations getNHostReport \
|
|
2
2
|
--resources one two three \
|
|
3
|
-
--subdomain
|
|
4
|
-
--region
|
|
5
|
-
--adminSecret
|
|
6
|
-
--database
|
|
7
|
-
--username
|
|
8
|
-
--password
|
|
3
|
+
--subdomain <SUBDOMAIN> \
|
|
4
|
+
--region <REGION> \
|
|
5
|
+
--adminSecret <ADMIN_SECRET> \
|
|
6
|
+
--database <DATABASE> \
|
|
7
|
+
--username <USERNAME> \
|
|
8
|
+
--password <PASSWORD> \
|
|
9
9
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
appwrite migrations getSupabaseReport \
|
|
2
2
|
--resources one two three \
|
|
3
3
|
--endpoint https://example.com \
|
|
4
|
-
--apiKey
|
|
5
|
-
--databaseHost
|
|
6
|
-
--username
|
|
7
|
-
--password
|
|
4
|
+
--apiKey <API_KEY> \
|
|
5
|
+
--databaseHost <DATABASE_HOST> \
|
|
6
|
+
--username <USERNAME> \
|
|
7
|
+
--password <PASSWORD> \
|
|
8
8
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite migrations get \
|
|
2
|
-
--migrationId
|
|
2
|
+
--migrationId <MIGRATION_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite migrations retry \
|
|
2
|
-
--migrationId
|
|
2
|
+
--migrationId <MIGRATION_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite project createVariable \
|
|
2
|
-
--key
|
|
3
|
-
--value
|
|
2
|
+
--key <KEY> \
|
|
3
|
+
--value <VALUE>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite project deleteVariable \
|
|
2
|
-
--variableId
|
|
2
|
+
--variableId <VARIABLE_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite project getVariable \
|
|
2
|
-
--variableId
|
|
2
|
+
--variableId <VARIABLE_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects deleteKey \
|
|
2
|
-
--projectId
|
|
3
|
-
--keyId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--keyId <KEY_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects deletePlatform \
|
|
2
|
-
--projectId
|
|
3
|
-
--platformId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--platformId <PLATFORM_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects deleteWebhook \
|
|
2
|
-
--projectId
|
|
3
|
-
--webhookId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--webhookId <WEBHOOK_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite projects delete \
|
|
2
|
-
--projectId
|
|
2
|
+
--projectId <PROJECT_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects getKey \
|
|
2
|
-
--projectId
|
|
3
|
-
--keyId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--keyId <KEY_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects getPlatform \
|
|
2
|
-
--projectId
|
|
3
|
-
--platformId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--platformId <PLATFORM_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects getWebhook \
|
|
2
|
-
--projectId
|
|
3
|
-
--webhookId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--webhookId <WEBHOOK_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite projects get \
|
|
2
|
-
--projectId
|
|
2
|
+
--projectId <PROJECT_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite projects listKeys \
|
|
2
|
-
--projectId
|
|
2
|
+
--projectId <PROJECT_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite projects listPlatforms \
|
|
2
|
-
--projectId
|
|
2
|
+
--projectId <PROJECT_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite projects listWebhooks \
|
|
2
|
-
--projectId
|
|
2
|
+
--projectId <PROJECT_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects updateTeam \
|
|
2
|
-
--projectId
|
|
3
|
-
--teamId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--teamId <TEAM_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite projects updateWebhookSignature \
|
|
2
|
-
--projectId
|
|
3
|
-
--webhookId
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--webhookId <WEBHOOK_ID>
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
appwrite projects updateWebhook \
|
|
2
|
-
--projectId
|
|
3
|
-
--webhookId
|
|
4
|
-
--name
|
|
2
|
+
--projectId <PROJECT_ID> \
|
|
3
|
+
--webhookId <WEBHOOK_ID> \
|
|
4
|
+
--name <NAME> \
|
|
5
5
|
--events one two three \
|
|
6
|
-
--url
|
|
6
|
+
--url '' \
|
|
7
7
|
--security false \
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite proxy deleteRule \
|
|
2
|
-
--ruleId
|
|
2
|
+
--ruleId <RULE_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite proxy getRule \
|
|
2
|
-
--ruleId
|
|
2
|
+
--ruleId <RULE_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite proxy updateRuleVerification \
|
|
2
|
-
--ruleId
|
|
2
|
+
--ruleId <RULE_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite storage deleteBucket \
|
|
2
|
-
--bucketId
|
|
2
|
+
--bucketId <BUCKET_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite storage deleteFile \
|
|
2
|
-
--bucketId
|
|
3
|
-
--fileId
|
|
2
|
+
--bucketId <BUCKET_ID> \
|
|
3
|
+
--fileId <FILE_ID>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
appwrite storage getBucket \
|
|
2
|
-
--bucketId
|
|
2
|
+
--bucketId <BUCKET_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite storage getFileDownload \
|
|
2
|
-
--bucketId
|
|
3
|
-
--fileId
|
|
2
|
+
--bucketId <BUCKET_ID> \
|
|
3
|
+
--fileId <FILE_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite storage getFileView \
|
|
2
|
-
--bucketId
|
|
3
|
-
--fileId
|
|
2
|
+
--bucketId <BUCKET_ID> \
|
|
3
|
+
--fileId <FILE_ID>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
appwrite storage getFile \
|
|
2
|
-
--bucketId
|
|
3
|
-
--fileId
|
|
2
|
+
--bucketId <BUCKET_ID> \
|
|
3
|
+
--fileId <FILE_ID>
|