You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.description(`**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console.`)
2755
+
.description(`**WARNING: Experimental Feature** - This endpoint is experimental and not yet officially supported. It may be subject to breaking changes or removal in future versions. Create or update Documents. Before using this route, you should create a new collection resource using either a [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection) API or directly from your database console.`)
.requiredOption(`--documents [documents...]`,`Array of document data as JSON objects. May contain partial documents.`)
@@ -2738,6 +2822,28 @@ databases
2738
2822
.option(`--queries [queries...]`,`Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Only supported methods are limit and offset`)
2739
2823
.action(actionRunner(databasesListDocumentLogs))
2740
2824
2825
+
databases
2826
+
.command(`decrement-document-attribute`)
2827
+
.description(`Decrement a specific attribute of a document by a given value.`)
* @property {string[]} queries Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, email, phone, status, passwordUpdate, registration, emailVerification, phoneVerification, labels
1364
+
* @property {string[]} queries Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: userId, providerId, identifier, providerType
1365
1365
* @property {boolean} overrideForCli
1366
1366
* @property {boolean} parseOutput
1367
1367
* @property {libClient | undefined} sdk
@@ -1927,7 +1927,7 @@ users
1927
1927
.command(`list-targets`)
1928
1928
.description(`List the messaging targets that are associated with a user.`)
1929
1929
.requiredOption(`--user-id <user-id>`,`User ID.`)
1930
-
.option(`--queries [queries...]`,`Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, email, phone, status, passwordUpdate, registration, emailVerification, phoneVerification, labels`)
1930
+
.option(`--queries [queries...]`,`Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: userId, providerId, identifier, providerType`)
0 commit comments