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
* @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: size, buildId, activate, entrypoint, commands
517
+
* @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: size, buildId, activate, entrypoint, commands, type, size
518
518
* @property {string} search Search term to filter your list results. Max length: 256 chars.
* @property {string} xpath HTTP path of execution. Path can include query params. Default value is /
986
986
* @property {ExecutionMethod} method HTTP method of execution. Default value is GET.
987
987
* @property {object} headers HTTP headers of execution. Defaults to empty.
988
-
* @property {string} scheduledAt Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future.
988
+
* @property {string} scheduledAt Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future with precision in minutes.
.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: size, buildId, activate, entrypoint, commands`)
1406
+
.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: size, buildId, activate, entrypoint, commands, type, size`)
1418
1407
.option(`--search <search>`,`Search term to filter your list results. Max length: 256 chars.`)
1419
1408
.option(`--console`,`Get the resource console url`)
1420
1409
.action(actionRunner(functionsListDeployments))
@@ -1493,7 +1482,7 @@ functions
1493
1482
.option(`--xpath <xpath>`,`HTTP path of execution. Path can include query params. Default value is /`)
1494
1483
.option(`--method <method>`,`HTTP method of execution. Default value is GET.`)
1495
1484
.option(`--headers <headers>`,`HTTP headers of execution. Defaults to empty.`)
1496
-
.option(`--scheduled-at <scheduled-at>`,`Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future.`)
1485
+
.option(`--scheduled-at <scheduled-at>`,`Scheduled execution time in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. DateTime value must be in future with precision in minutes.`)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "appwrite-cli",
3
3
"homepage": "https://appwrite.io/support",
4
4
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
"description": "The Appwrite CLI is a command-line application that allows you to interact with Appwrite and perform server-side tasks using your terminal.",
0 commit comments