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} installationId Installation Id
87
87
* @property {VCSDetectionType} type Detector type. Must be one of the following: runtime, framework
88
88
* @property {string} search Search term to filter your list results. Max length: 256 chars.
89
+
* @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). Only supported methods are limit and offset
.requiredOption(`--type <type>`,`Detector type. Must be one of the following: runtime, framework`)
405
409
.option(`--search <search>`,`Search term to filter your list results. Max length: 256 chars.`)
410
+
.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`)
0 commit comments