appwrite-cli 13.1.0 → 13.2.0

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.
Files changed (566) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/README.md +2 -2
  3. package/dist/bundle-win-arm64.mjs +2773 -1278
  4. package/dist/cli.cjs +2773 -1278
  5. package/dist/index.js +1574 -345
  6. package/dist/lib/commands/config-validations.d.ts +3 -1
  7. package/dist/lib/commands/config-validations.d.ts.map +1 -1
  8. package/dist/lib/commands/generators/typescript/databases.d.ts.map +1 -1
  9. package/dist/lib/commands/generic.d.ts.map +1 -1
  10. package/dist/lib/commands/init.d.ts.map +1 -1
  11. package/dist/lib/commands/pull.d.ts.map +1 -1
  12. package/dist/lib/commands/run.d.ts.map +1 -1
  13. package/dist/lib/commands/services/account.d.ts.map +1 -1
  14. package/dist/lib/commands/services/console.d.ts.map +1 -1
  15. package/dist/lib/commands/services/databases.d.ts.map +1 -1
  16. package/dist/lib/commands/services/functions.d.ts.map +1 -1
  17. package/dist/lib/commands/services/health.d.ts.map +1 -1
  18. package/dist/lib/commands/services/messaging.d.ts.map +1 -1
  19. package/dist/lib/commands/services/project.d.ts.map +1 -1
  20. package/dist/lib/commands/services/projects.d.ts.map +1 -1
  21. package/dist/lib/commands/services/proxy.d.ts.map +1 -1
  22. package/dist/lib/commands/services/sites.d.ts.map +1 -1
  23. package/dist/lib/commands/services/storage.d.ts.map +1 -1
  24. package/dist/lib/commands/services/tables-db.d.ts.map +1 -1
  25. package/dist/lib/commands/services/users.d.ts.map +1 -1
  26. package/dist/lib/commands/services/vcs.d.ts.map +1 -1
  27. package/dist/lib/constants.d.ts +1 -1
  28. package/dist/lib/emulation/utils.d.ts +2 -1
  29. package/dist/lib/emulation/utils.d.ts.map +1 -1
  30. package/dist/lib/utils.d.ts.map +1 -1
  31. package/docs/examples/account/create-anonymous-session.md +2 -0
  32. package/docs/examples/account/create-email-password-session.md +2 -0
  33. package/docs/examples/account/create-email-token.md +2 -0
  34. package/docs/examples/account/create-email-verification.md +2 -0
  35. package/docs/examples/account/create-jwt.md +2 -0
  36. package/docs/examples/account/create-magic-url-token.md +2 -0
  37. package/docs/examples/account/create-mfa-authenticator.md +2 -0
  38. package/docs/examples/account/create-mfa-challenge.md +2 -0
  39. package/docs/examples/account/create-mfa-recovery-codes.md +2 -0
  40. package/docs/examples/account/create-o-auth-2-session.md +2 -0
  41. package/docs/examples/account/create-o-auth-2-token.md +2 -0
  42. package/docs/examples/account/create-phone-token.md +2 -0
  43. package/docs/examples/account/create-phone-verification.md +2 -0
  44. package/docs/examples/account/create-push-target.md +2 -0
  45. package/docs/examples/account/create-recovery.md +2 -0
  46. package/docs/examples/account/create-session.md +2 -0
  47. package/docs/examples/account/create-verification.md +2 -0
  48. package/docs/examples/account/create.md +2 -0
  49. package/docs/examples/account/delete-identity.md +2 -0
  50. package/docs/examples/account/delete-mfa-authenticator.md +2 -0
  51. package/docs/examples/account/delete-push-target.md +2 -0
  52. package/docs/examples/account/delete-session.md +2 -0
  53. package/docs/examples/account/delete-sessions.md +2 -0
  54. package/docs/examples/account/delete.md +2 -0
  55. package/docs/examples/account/get-mfa-recovery-codes.md +2 -0
  56. package/docs/examples/account/get-prefs.md +2 -0
  57. package/docs/examples/account/get-session.md +2 -0
  58. package/docs/examples/account/get.md +2 -0
  59. package/docs/examples/account/list-identities.md +2 -0
  60. package/docs/examples/account/list-logs.md +2 -0
  61. package/docs/examples/account/list-mfa-factors.md +2 -0
  62. package/docs/examples/account/list-sessions.md +2 -0
  63. package/docs/examples/account/update-email-verification.md +2 -0
  64. package/docs/examples/account/update-email.md +2 -0
  65. package/docs/examples/account/update-magic-url-session.md +2 -0
  66. package/docs/examples/account/update-mfa-authenticator.md +2 -0
  67. package/docs/examples/account/update-mfa-challenge.md +2 -0
  68. package/docs/examples/account/update-mfa-recovery-codes.md +2 -0
  69. package/docs/examples/account/update-mfa.md +2 -0
  70. package/docs/examples/account/update-name.md +2 -0
  71. package/docs/examples/account/update-password.md +2 -0
  72. package/docs/examples/account/update-phone-session.md +2 -0
  73. package/docs/examples/account/update-phone-verification.md +2 -0
  74. package/docs/examples/account/update-phone.md +2 -0
  75. package/docs/examples/account/update-prefs.md +2 -0
  76. package/docs/examples/account/update-push-target.md +2 -0
  77. package/docs/examples/account/update-recovery.md +2 -0
  78. package/docs/examples/account/update-session.md +2 -0
  79. package/docs/examples/account/update-status.md +2 -0
  80. package/docs/examples/account/update-verification.md +2 -0
  81. package/docs/examples/console/get-resource.md +2 -0
  82. package/docs/examples/console/variables.md +2 -0
  83. package/docs/examples/databases/create-boolean-attribute.md +2 -0
  84. package/docs/examples/databases/create-collection.md +2 -0
  85. package/docs/examples/databases/create-datetime-attribute.md +2 -0
  86. package/docs/examples/databases/create-document.md +2 -0
  87. package/docs/examples/databases/create-documents.md +2 -0
  88. package/docs/examples/databases/create-email-attribute.md +2 -0
  89. package/docs/examples/databases/create-enum-attribute.md +2 -0
  90. package/docs/examples/databases/create-float-attribute.md +2 -0
  91. package/docs/examples/databases/create-index.md +2 -0
  92. package/docs/examples/databases/create-integer-attribute.md +2 -0
  93. package/docs/examples/databases/create-ip-attribute.md +2 -0
  94. package/docs/examples/databases/create-line-attribute.md +2 -0
  95. package/docs/examples/databases/create-longtext-attribute.md +7 -0
  96. package/docs/examples/databases/create-mediumtext-attribute.md +7 -0
  97. package/docs/examples/databases/create-operations.md +2 -0
  98. package/docs/examples/databases/create-point-attribute.md +2 -0
  99. package/docs/examples/databases/create-polygon-attribute.md +2 -0
  100. package/docs/examples/databases/create-relationship-attribute.md +2 -0
  101. package/docs/examples/databases/create-string-attribute.md +2 -0
  102. package/docs/examples/databases/create-text-attribute.md +7 -0
  103. package/docs/examples/databases/create-transaction.md +2 -0
  104. package/docs/examples/databases/create-url-attribute.md +2 -0
  105. package/docs/examples/databases/create-varchar-attribute.md +8 -0
  106. package/docs/examples/databases/create.md +2 -0
  107. package/docs/examples/databases/decrement-document-attribute.md +2 -0
  108. package/docs/examples/databases/delete-attribute.md +2 -0
  109. package/docs/examples/databases/delete-collection.md +2 -0
  110. package/docs/examples/databases/delete-document.md +2 -0
  111. package/docs/examples/databases/delete-documents.md +2 -0
  112. package/docs/examples/databases/delete-index.md +2 -0
  113. package/docs/examples/databases/delete-transaction.md +2 -0
  114. package/docs/examples/databases/delete.md +2 -0
  115. package/docs/examples/databases/get-attribute.md +2 -0
  116. package/docs/examples/databases/get-collection-usage.md +2 -0
  117. package/docs/examples/databases/get-collection.md +2 -0
  118. package/docs/examples/databases/get-document.md +2 -0
  119. package/docs/examples/databases/get-index.md +2 -0
  120. package/docs/examples/databases/get-transaction.md +2 -0
  121. package/docs/examples/databases/get-usage.md +2 -0
  122. package/docs/examples/databases/get.md +2 -0
  123. package/docs/examples/databases/increment-document-attribute.md +2 -0
  124. package/docs/examples/databases/list-attributes.md +2 -0
  125. package/docs/examples/databases/list-collection-logs.md +2 -0
  126. package/docs/examples/databases/list-collections.md +2 -0
  127. package/docs/examples/databases/list-document-logs.md +2 -0
  128. package/docs/examples/databases/list-documents.md +2 -0
  129. package/docs/examples/databases/list-indexes.md +2 -0
  130. package/docs/examples/databases/list-logs.md +2 -0
  131. package/docs/examples/databases/list-transactions.md +2 -0
  132. package/docs/examples/databases/list-usage.md +2 -0
  133. package/docs/examples/databases/list.md +2 -0
  134. package/docs/examples/databases/update-boolean-attribute.md +2 -0
  135. package/docs/examples/databases/update-collection.md +3 -2
  136. package/docs/examples/databases/update-datetime-attribute.md +2 -0
  137. package/docs/examples/databases/update-document.md +2 -0
  138. package/docs/examples/databases/update-documents.md +2 -0
  139. package/docs/examples/databases/update-email-attribute.md +2 -0
  140. package/docs/examples/databases/update-enum-attribute.md +2 -0
  141. package/docs/examples/databases/update-float-attribute.md +2 -0
  142. package/docs/examples/databases/update-integer-attribute.md +2 -0
  143. package/docs/examples/databases/update-ip-attribute.md +2 -0
  144. package/docs/examples/databases/update-line-attribute.md +2 -0
  145. package/docs/examples/databases/update-longtext-attribute.md +8 -0
  146. package/docs/examples/databases/update-mediumtext-attribute.md +8 -0
  147. package/docs/examples/databases/update-point-attribute.md +2 -0
  148. package/docs/examples/databases/update-polygon-attribute.md +2 -0
  149. package/docs/examples/databases/update-relationship-attribute.md +2 -0
  150. package/docs/examples/databases/update-string-attribute.md +2 -0
  151. package/docs/examples/databases/update-text-attribute.md +8 -0
  152. package/docs/examples/databases/update-transaction.md +2 -0
  153. package/docs/examples/databases/update-url-attribute.md +2 -0
  154. package/docs/examples/databases/update-varchar-attribute.md +8 -0
  155. package/docs/examples/databases/update.md +3 -2
  156. package/docs/examples/databases/upsert-document.md +2 -0
  157. package/docs/examples/databases/upsert-documents.md +2 -0
  158. package/docs/examples/functions/create-deployment.md +2 -0
  159. package/docs/examples/functions/create-duplicate-deployment.md +2 -0
  160. package/docs/examples/functions/create-execution.md +2 -0
  161. package/docs/examples/functions/create-template-deployment.md +2 -0
  162. package/docs/examples/functions/create-variable.md +2 -0
  163. package/docs/examples/functions/create-vcs-deployment.md +2 -0
  164. package/docs/examples/functions/create.md +2 -0
  165. package/docs/examples/functions/delete-deployment.md +2 -0
  166. package/docs/examples/functions/delete-execution.md +2 -0
  167. package/docs/examples/functions/delete-variable.md +2 -0
  168. package/docs/examples/functions/delete.md +2 -0
  169. package/docs/examples/functions/get-deployment-download.md +2 -0
  170. package/docs/examples/functions/get-deployment.md +2 -0
  171. package/docs/examples/functions/get-execution.md +2 -0
  172. package/docs/examples/functions/get-template.md +2 -0
  173. package/docs/examples/functions/get-usage.md +2 -0
  174. package/docs/examples/functions/get-variable.md +2 -0
  175. package/docs/examples/functions/get.md +2 -0
  176. package/docs/examples/functions/list-deployments.md +2 -0
  177. package/docs/examples/functions/list-executions.md +2 -0
  178. package/docs/examples/functions/list-runtimes.md +2 -0
  179. package/docs/examples/functions/list-specifications.md +2 -0
  180. package/docs/examples/functions/list-templates.md +2 -0
  181. package/docs/examples/functions/list-usage.md +2 -0
  182. package/docs/examples/functions/list-variables.md +2 -0
  183. package/docs/examples/functions/list.md +2 -0
  184. package/docs/examples/functions/update-deployment-status.md +2 -0
  185. package/docs/examples/functions/update-function-deployment.md +2 -0
  186. package/docs/examples/functions/update-variable.md +2 -0
  187. package/docs/examples/functions/update.md +2 -0
  188. package/docs/examples/graphql/mutation.md +2 -0
  189. package/docs/examples/graphql/query.md +2 -0
  190. package/docs/examples/health/get-antivirus.md +2 -0
  191. package/docs/examples/health/get-cache.md +2 -0
  192. package/docs/examples/health/get-certificate.md +2 -0
  193. package/docs/examples/health/get-db.md +2 -0
  194. package/docs/examples/health/get-failed-jobs.md +2 -0
  195. package/docs/examples/health/get-pub-sub.md +2 -0
  196. package/docs/examples/health/get-queue-audits.md +2 -0
  197. package/docs/examples/health/get-queue-builds.md +2 -0
  198. package/docs/examples/health/get-queue-certificates.md +2 -0
  199. package/docs/examples/health/get-queue-databases.md +2 -0
  200. package/docs/examples/health/get-queue-deletes.md +2 -0
  201. package/docs/examples/health/get-queue-functions.md +2 -0
  202. package/docs/examples/health/get-queue-logs.md +2 -0
  203. package/docs/examples/health/get-queue-mails.md +2 -0
  204. package/docs/examples/health/get-queue-messaging.md +2 -0
  205. package/docs/examples/health/get-queue-migrations.md +2 -0
  206. package/docs/examples/health/get-queue-stats-resources.md +2 -0
  207. package/docs/examples/health/get-queue-usage.md +2 -0
  208. package/docs/examples/health/get-queue-webhooks.md +2 -0
  209. package/docs/examples/health/get-storage-local.md +2 -0
  210. package/docs/examples/health/get-storage.md +2 -0
  211. package/docs/examples/health/get-time.md +2 -0
  212. package/docs/examples/health/get.md +2 -0
  213. package/docs/examples/locale/get.md +2 -0
  214. package/docs/examples/locale/list-codes.md +2 -0
  215. package/docs/examples/locale/list-continents.md +2 -0
  216. package/docs/examples/locale/list-countries-eu.md +2 -0
  217. package/docs/examples/locale/list-countries-phones.md +2 -0
  218. package/docs/examples/locale/list-countries.md +2 -0
  219. package/docs/examples/locale/list-currencies.md +2 -0
  220. package/docs/examples/locale/list-languages.md +2 -0
  221. package/docs/examples/messaging/create-apns-provider.md +2 -0
  222. package/docs/examples/messaging/create-email.md +2 -0
  223. package/docs/examples/messaging/create-fcm-provider.md +2 -0
  224. package/docs/examples/messaging/create-mailgun-provider.md +2 -0
  225. package/docs/examples/messaging/create-msg-91-provider.md +2 -0
  226. package/docs/examples/messaging/create-push.md +2 -0
  227. package/docs/examples/messaging/create-resend-provider.md +2 -0
  228. package/docs/examples/messaging/create-sendgrid-provider.md +2 -0
  229. package/docs/examples/messaging/create-sms.md +2 -0
  230. package/docs/examples/messaging/create-smtp-provider.md +2 -0
  231. package/docs/examples/messaging/create-subscriber.md +2 -0
  232. package/docs/examples/messaging/create-telesign-provider.md +2 -0
  233. package/docs/examples/messaging/create-textmagic-provider.md +2 -0
  234. package/docs/examples/messaging/create-topic.md +2 -0
  235. package/docs/examples/messaging/create-twilio-provider.md +2 -0
  236. package/docs/examples/messaging/create-vonage-provider.md +2 -0
  237. package/docs/examples/messaging/delete-provider.md +2 -0
  238. package/docs/examples/messaging/delete-subscriber.md +2 -0
  239. package/docs/examples/messaging/delete-topic.md +2 -0
  240. package/docs/examples/messaging/delete.md +2 -0
  241. package/docs/examples/messaging/get-message.md +2 -0
  242. package/docs/examples/messaging/get-provider.md +2 -0
  243. package/docs/examples/messaging/get-subscriber.md +2 -0
  244. package/docs/examples/messaging/get-topic.md +2 -0
  245. package/docs/examples/messaging/list-message-logs.md +2 -0
  246. package/docs/examples/messaging/list-messages.md +2 -0
  247. package/docs/examples/messaging/list-provider-logs.md +2 -0
  248. package/docs/examples/messaging/list-providers.md +2 -0
  249. package/docs/examples/messaging/list-subscriber-logs.md +2 -0
  250. package/docs/examples/messaging/list-subscribers.md +2 -0
  251. package/docs/examples/messaging/list-targets.md +2 -0
  252. package/docs/examples/messaging/list-topic-logs.md +2 -0
  253. package/docs/examples/messaging/list-topics.md +2 -0
  254. package/docs/examples/messaging/update-apns-provider.md +2 -0
  255. package/docs/examples/messaging/update-email.md +2 -0
  256. package/docs/examples/messaging/update-fcm-provider.md +2 -0
  257. package/docs/examples/messaging/update-mailgun-provider.md +2 -0
  258. package/docs/examples/messaging/update-msg-91-provider.md +2 -0
  259. package/docs/examples/messaging/update-push.md +2 -0
  260. package/docs/examples/messaging/update-resend-provider.md +2 -0
  261. package/docs/examples/messaging/update-sendgrid-provider.md +2 -0
  262. package/docs/examples/messaging/update-sms.md +2 -0
  263. package/docs/examples/messaging/update-smtp-provider.md +2 -0
  264. package/docs/examples/messaging/update-telesign-provider.md +2 -0
  265. package/docs/examples/messaging/update-textmagic-provider.md +2 -0
  266. package/docs/examples/messaging/update-topic.md +2 -0
  267. package/docs/examples/messaging/update-twilio-provider.md +2 -0
  268. package/docs/examples/messaging/update-vonage-provider.md +2 -0
  269. package/docs/examples/migrations/create-appwrite-migration.md +2 -0
  270. package/docs/examples/migrations/create-csv-export.md +2 -0
  271. package/docs/examples/migrations/create-csv-import.md +2 -0
  272. package/docs/examples/migrations/create-firebase-migration.md +2 -0
  273. package/docs/examples/migrations/create-n-host-migration.md +2 -0
  274. package/docs/examples/migrations/create-supabase-migration.md +2 -0
  275. package/docs/examples/migrations/delete.md +2 -0
  276. package/docs/examples/migrations/get-appwrite-report.md +2 -0
  277. package/docs/examples/migrations/get-firebase-report.md +2 -0
  278. package/docs/examples/migrations/get-n-host-report.md +2 -0
  279. package/docs/examples/migrations/get-supabase-report.md +2 -0
  280. package/docs/examples/migrations/get.md +2 -0
  281. package/docs/examples/migrations/list.md +2 -0
  282. package/docs/examples/migrations/retry.md +2 -0
  283. package/docs/examples/project/create-variable.md +2 -0
  284. package/docs/examples/project/delete-variable.md +2 -0
  285. package/docs/examples/project/get-usage.md +2 -0
  286. package/docs/examples/project/get-variable.md +2 -0
  287. package/docs/examples/project/list-variables.md +2 -0
  288. package/docs/examples/project/update-variable.md +2 -0
  289. package/docs/examples/projects/create-dev-key.md +2 -0
  290. package/docs/examples/projects/create-jwt.md +2 -0
  291. package/docs/examples/projects/create-key.md +2 -0
  292. package/docs/examples/projects/create-platform.md +2 -0
  293. package/docs/examples/projects/create-smtp-test.md +2 -0
  294. package/docs/examples/projects/create-webhook.md +2 -0
  295. package/docs/examples/projects/create.md +2 -0
  296. package/docs/examples/projects/delete-dev-key.md +2 -0
  297. package/docs/examples/projects/delete-email-template.md +2 -0
  298. package/docs/examples/projects/delete-key.md +2 -0
  299. package/docs/examples/projects/delete-platform.md +2 -0
  300. package/docs/examples/projects/delete-sms-template.md +2 -0
  301. package/docs/examples/projects/delete-webhook.md +2 -0
  302. package/docs/examples/projects/delete.md +2 -0
  303. package/docs/examples/projects/get-dev-key.md +2 -0
  304. package/docs/examples/projects/get-email-template.md +2 -0
  305. package/docs/examples/projects/get-key.md +2 -0
  306. package/docs/examples/projects/get-platform.md +2 -0
  307. package/docs/examples/projects/get-sms-template.md +2 -0
  308. package/docs/examples/projects/get-webhook.md +2 -0
  309. package/docs/examples/projects/get.md +2 -0
  310. package/docs/examples/projects/list-dev-keys.md +2 -0
  311. package/docs/examples/projects/list-keys.md +2 -0
  312. package/docs/examples/projects/list-platforms.md +2 -0
  313. package/docs/examples/projects/list-webhooks.md +2 -0
  314. package/docs/examples/projects/list.md +2 -0
  315. package/docs/examples/projects/update-api-status-all.md +2 -0
  316. package/docs/examples/projects/update-api-status.md +2 -0
  317. package/docs/examples/projects/update-auth-duration.md +2 -0
  318. package/docs/examples/projects/update-auth-limit.md +2 -0
  319. package/docs/examples/projects/update-auth-password-dictionary.md +2 -0
  320. package/docs/examples/projects/update-auth-password-history.md +2 -0
  321. package/docs/examples/projects/update-auth-sessions-limit.md +2 -0
  322. package/docs/examples/projects/update-auth-status.md +2 -0
  323. package/docs/examples/projects/update-dev-key.md +2 -0
  324. package/docs/examples/projects/update-email-template.md +2 -0
  325. package/docs/examples/projects/update-key.md +2 -0
  326. package/docs/examples/projects/update-labels.md +2 -0
  327. package/docs/examples/projects/update-memberships-privacy.md +2 -0
  328. package/docs/examples/projects/update-mock-numbers.md +2 -0
  329. package/docs/examples/projects/update-o-auth-2.md +2 -0
  330. package/docs/examples/projects/update-personal-data-check.md +2 -0
  331. package/docs/examples/projects/update-platform.md +2 -0
  332. package/docs/examples/projects/update-service-status-all.md +2 -0
  333. package/docs/examples/projects/update-service-status.md +2 -0
  334. package/docs/examples/projects/update-session-alerts.md +2 -0
  335. package/docs/examples/projects/update-session-invalidation.md +2 -0
  336. package/docs/examples/projects/update-sms-template.md +2 -0
  337. package/docs/examples/projects/update-smtp.md +2 -0
  338. package/docs/examples/projects/update-team.md +2 -0
  339. package/docs/examples/projects/update-webhook-signature.md +2 -0
  340. package/docs/examples/projects/update-webhook.md +2 -0
  341. package/docs/examples/projects/update.md +2 -0
  342. package/docs/examples/proxy/create-api-rule.md +2 -0
  343. package/docs/examples/proxy/create-function-rule.md +2 -0
  344. package/docs/examples/proxy/create-redirect-rule.md +2 -0
  345. package/docs/examples/proxy/create-site-rule.md +2 -0
  346. package/docs/examples/proxy/delete-rule.md +2 -0
  347. package/docs/examples/proxy/get-rule.md +2 -0
  348. package/docs/examples/proxy/list-rules.md +2 -0
  349. package/docs/examples/proxy/update-rule-verification.md +2 -0
  350. package/docs/examples/sites/create-deployment.md +2 -0
  351. package/docs/examples/sites/create-duplicate-deployment.md +2 -0
  352. package/docs/examples/sites/create-template-deployment.md +2 -0
  353. package/docs/examples/sites/create-variable.md +2 -0
  354. package/docs/examples/sites/create-vcs-deployment.md +2 -0
  355. package/docs/examples/sites/create.md +2 -0
  356. package/docs/examples/sites/delete-deployment.md +2 -0
  357. package/docs/examples/sites/delete-log.md +2 -0
  358. package/docs/examples/sites/delete-variable.md +2 -0
  359. package/docs/examples/sites/delete.md +2 -0
  360. package/docs/examples/sites/get-deployment-download.md +2 -0
  361. package/docs/examples/sites/get-deployment.md +2 -0
  362. package/docs/examples/sites/get-log.md +2 -0
  363. package/docs/examples/sites/get-template.md +2 -0
  364. package/docs/examples/sites/get-usage.md +2 -0
  365. package/docs/examples/sites/get-variable.md +2 -0
  366. package/docs/examples/sites/get.md +2 -0
  367. package/docs/examples/sites/list-deployments.md +2 -0
  368. package/docs/examples/sites/list-frameworks.md +2 -0
  369. package/docs/examples/sites/list-logs.md +2 -0
  370. package/docs/examples/sites/list-specifications.md +2 -0
  371. package/docs/examples/sites/list-templates.md +2 -0
  372. package/docs/examples/sites/list-usage.md +2 -0
  373. package/docs/examples/sites/list-variables.md +2 -0
  374. package/docs/examples/sites/list.md +2 -0
  375. package/docs/examples/sites/update-deployment-status.md +2 -0
  376. package/docs/examples/sites/update-site-deployment.md +2 -0
  377. package/docs/examples/sites/update-variable.md +2 -0
  378. package/docs/examples/sites/update.md +2 -0
  379. package/docs/examples/storage/create-bucket.md +2 -0
  380. package/docs/examples/storage/create-file.md +2 -0
  381. package/docs/examples/storage/delete-bucket.md +2 -0
  382. package/docs/examples/storage/delete-file.md +2 -0
  383. package/docs/examples/storage/get-bucket-usage.md +2 -0
  384. package/docs/examples/storage/get-bucket.md +2 -0
  385. package/docs/examples/storage/get-file-download.md +2 -0
  386. package/docs/examples/storage/get-file-preview.md +2 -0
  387. package/docs/examples/storage/get-file-view.md +2 -0
  388. package/docs/examples/storage/get-file.md +2 -0
  389. package/docs/examples/storage/get-usage.md +2 -0
  390. package/docs/examples/storage/list-buckets.md +2 -0
  391. package/docs/examples/storage/list-files.md +2 -0
  392. package/docs/examples/storage/update-bucket.md +2 -0
  393. package/docs/examples/storage/update-file.md +2 -0
  394. package/docs/examples/tablesdb/create-boolean-column.md +2 -0
  395. package/docs/examples/tablesdb/create-datetime-column.md +2 -0
  396. package/docs/examples/tablesdb/create-email-column.md +2 -0
  397. package/docs/examples/tablesdb/create-enum-column.md +2 -0
  398. package/docs/examples/tablesdb/create-float-column.md +2 -0
  399. package/docs/examples/tablesdb/create-index.md +2 -0
  400. package/docs/examples/tablesdb/create-integer-column.md +2 -0
  401. package/docs/examples/tablesdb/create-ip-column.md +2 -0
  402. package/docs/examples/tablesdb/create-line-column.md +2 -0
  403. package/docs/examples/tablesdb/create-longtext-column.md +7 -0
  404. package/docs/examples/tablesdb/create-mediumtext-column.md +7 -0
  405. package/docs/examples/tablesdb/create-operations.md +2 -0
  406. package/docs/examples/tablesdb/create-point-column.md +2 -0
  407. package/docs/examples/tablesdb/create-polygon-column.md +2 -0
  408. package/docs/examples/tablesdb/create-relationship-column.md +2 -0
  409. package/docs/examples/tablesdb/create-row.md +2 -0
  410. package/docs/examples/tablesdb/create-rows.md +2 -0
  411. package/docs/examples/tablesdb/create-string-column.md +2 -0
  412. package/docs/examples/tablesdb/create-table.md +2 -0
  413. package/docs/examples/tablesdb/create-text-column.md +7 -0
  414. package/docs/examples/tablesdb/create-transaction.md +2 -0
  415. package/docs/examples/tablesdb/create-url-column.md +2 -0
  416. package/docs/examples/tablesdb/create-varchar-column.md +8 -0
  417. package/docs/examples/tablesdb/create.md +2 -0
  418. package/docs/examples/tablesdb/decrement-row-column.md +2 -0
  419. package/docs/examples/tablesdb/delete-column.md +2 -0
  420. package/docs/examples/tablesdb/delete-index.md +2 -0
  421. package/docs/examples/tablesdb/delete-row.md +2 -0
  422. package/docs/examples/tablesdb/delete-rows.md +2 -0
  423. package/docs/examples/tablesdb/delete-table.md +2 -0
  424. package/docs/examples/tablesdb/delete-transaction.md +2 -0
  425. package/docs/examples/tablesdb/delete.md +2 -0
  426. package/docs/examples/tablesdb/get-column.md +2 -0
  427. package/docs/examples/tablesdb/get-index.md +2 -0
  428. package/docs/examples/tablesdb/get-row.md +2 -0
  429. package/docs/examples/tablesdb/get-table-usage.md +2 -0
  430. package/docs/examples/tablesdb/get-table.md +2 -0
  431. package/docs/examples/tablesdb/get-transaction.md +2 -0
  432. package/docs/examples/tablesdb/get-usage.md +2 -0
  433. package/docs/examples/tablesdb/get.md +2 -0
  434. package/docs/examples/tablesdb/increment-row-column.md +2 -0
  435. package/docs/examples/tablesdb/list-columns.md +2 -0
  436. package/docs/examples/tablesdb/list-indexes.md +2 -0
  437. package/docs/examples/tablesdb/list-row-logs.md +2 -0
  438. package/docs/examples/tablesdb/list-rows.md +2 -0
  439. package/docs/examples/tablesdb/list-table-logs.md +2 -0
  440. package/docs/examples/tablesdb/list-tables.md +2 -0
  441. package/docs/examples/tablesdb/list-transactions.md +2 -0
  442. package/docs/examples/tablesdb/list-usage.md +2 -0
  443. package/docs/examples/tablesdb/list.md +2 -0
  444. package/docs/examples/tablesdb/update-boolean-column.md +2 -0
  445. package/docs/examples/tablesdb/update-datetime-column.md +2 -0
  446. package/docs/examples/tablesdb/update-email-column.md +2 -0
  447. package/docs/examples/tablesdb/update-enum-column.md +2 -0
  448. package/docs/examples/tablesdb/update-float-column.md +2 -0
  449. package/docs/examples/tablesdb/update-integer-column.md +2 -0
  450. package/docs/examples/tablesdb/update-ip-column.md +2 -0
  451. package/docs/examples/tablesdb/update-line-column.md +2 -0
  452. package/docs/examples/tablesdb/update-longtext-column.md +8 -0
  453. package/docs/examples/tablesdb/update-mediumtext-column.md +8 -0
  454. package/docs/examples/tablesdb/update-point-column.md +2 -0
  455. package/docs/examples/tablesdb/update-polygon-column.md +2 -0
  456. package/docs/examples/tablesdb/update-relationship-column.md +2 -0
  457. package/docs/examples/tablesdb/update-row.md +2 -0
  458. package/docs/examples/tablesdb/update-rows.md +2 -0
  459. package/docs/examples/tablesdb/update-string-column.md +2 -0
  460. package/docs/examples/tablesdb/update-table.md +3 -2
  461. package/docs/examples/tablesdb/update-text-column.md +8 -0
  462. package/docs/examples/tablesdb/update-transaction.md +2 -0
  463. package/docs/examples/tablesdb/update-url-column.md +2 -0
  464. package/docs/examples/tablesdb/update-varchar-column.md +8 -0
  465. package/docs/examples/tablesdb/update.md +3 -2
  466. package/docs/examples/tablesdb/upsert-row.md +2 -0
  467. package/docs/examples/tablesdb/upsert-rows.md +2 -0
  468. package/docs/examples/teams/create-membership.md +2 -0
  469. package/docs/examples/teams/create.md +2 -0
  470. package/docs/examples/teams/delete-membership.md +2 -0
  471. package/docs/examples/teams/delete.md +2 -0
  472. package/docs/examples/teams/get-membership.md +2 -0
  473. package/docs/examples/teams/get-prefs.md +2 -0
  474. package/docs/examples/teams/get.md +2 -0
  475. package/docs/examples/teams/list-logs.md +2 -0
  476. package/docs/examples/teams/list-memberships.md +2 -0
  477. package/docs/examples/teams/list.md +2 -0
  478. package/docs/examples/teams/update-membership-status.md +2 -0
  479. package/docs/examples/teams/update-membership.md +2 -0
  480. package/docs/examples/teams/update-name.md +2 -0
  481. package/docs/examples/teams/update-prefs.md +2 -0
  482. package/docs/examples/tokens/create-file-token.md +2 -0
  483. package/docs/examples/tokens/delete.md +2 -0
  484. package/docs/examples/tokens/get.md +2 -0
  485. package/docs/examples/tokens/list.md +2 -0
  486. package/docs/examples/tokens/update.md +2 -0
  487. package/docs/examples/users/create-argon-2-user.md +2 -0
  488. package/docs/examples/users/create-bcrypt-user.md +2 -0
  489. package/docs/examples/users/create-jwt.md +2 -0
  490. package/docs/examples/users/create-md-5-user.md +2 -0
  491. package/docs/examples/users/create-mfa-recovery-codes.md +2 -0
  492. package/docs/examples/users/create-ph-pass-user.md +2 -0
  493. package/docs/examples/users/create-scrypt-modified-user.md +2 -0
  494. package/docs/examples/users/create-scrypt-user.md +2 -0
  495. package/docs/examples/users/create-session.md +2 -0
  496. package/docs/examples/users/create-sha-user.md +2 -0
  497. package/docs/examples/users/create-target.md +2 -0
  498. package/docs/examples/users/create-token.md +2 -0
  499. package/docs/examples/users/create.md +2 -0
  500. package/docs/examples/users/delete-identity.md +2 -0
  501. package/docs/examples/users/delete-mfa-authenticator.md +2 -0
  502. package/docs/examples/users/delete-session.md +2 -0
  503. package/docs/examples/users/delete-sessions.md +2 -0
  504. package/docs/examples/users/delete-target.md +2 -0
  505. package/docs/examples/users/delete.md +2 -0
  506. package/docs/examples/users/get-mfa-recovery-codes.md +2 -0
  507. package/docs/examples/users/get-prefs.md +2 -0
  508. package/docs/examples/users/get-target.md +2 -0
  509. package/docs/examples/users/get-usage.md +2 -0
  510. package/docs/examples/users/get.md +2 -0
  511. package/docs/examples/users/list-identities.md +2 -0
  512. package/docs/examples/users/list-logs.md +2 -0
  513. package/docs/examples/users/list-memberships.md +2 -0
  514. package/docs/examples/users/list-mfa-factors.md +2 -0
  515. package/docs/examples/users/list-sessions.md +2 -0
  516. package/docs/examples/users/list-targets.md +2 -0
  517. package/docs/examples/users/list.md +2 -0
  518. package/docs/examples/users/update-email-verification.md +2 -0
  519. package/docs/examples/users/update-email.md +2 -0
  520. package/docs/examples/users/update-labels.md +2 -0
  521. package/docs/examples/users/update-mfa-recovery-codes.md +2 -0
  522. package/docs/examples/users/update-mfa.md +2 -0
  523. package/docs/examples/users/update-name.md +2 -0
  524. package/docs/examples/users/update-password.md +2 -0
  525. package/docs/examples/users/update-phone-verification.md +2 -0
  526. package/docs/examples/users/update-phone.md +2 -0
  527. package/docs/examples/users/update-prefs.md +2 -0
  528. package/docs/examples/users/update-status.md +2 -0
  529. package/docs/examples/users/update-target.md +2 -0
  530. package/docs/examples/vcs/create-repository-detection.md +2 -0
  531. package/docs/examples/vcs/create-repository.md +2 -0
  532. package/docs/examples/vcs/delete-installation.md +2 -0
  533. package/docs/examples/vcs/get-installation.md +2 -0
  534. package/docs/examples/vcs/get-repository-contents.md +2 -0
  535. package/docs/examples/vcs/get-repository.md +2 -0
  536. package/docs/examples/vcs/list-installations.md +2 -0
  537. package/docs/examples/vcs/list-repositories.md +2 -0
  538. package/docs/examples/vcs/list-repository-branches.md +2 -0
  539. package/docs/examples/vcs/update-external-deployments.md +2 -0
  540. package/install.ps1 +2 -2
  541. package/install.sh +1 -1
  542. package/lib/commands/config-validations.ts +16 -5
  543. package/lib/commands/generators/typescript/databases.ts +24 -6
  544. package/lib/commands/generic.ts +1 -2
  545. package/lib/commands/init.ts +10 -8
  546. package/lib/commands/pull.ts +7 -0
  547. package/lib/commands/run.ts +2 -1
  548. package/lib/commands/services/account.ts +7 -12
  549. package/lib/commands/services/console.ts +2 -5
  550. package/lib/commands/services/databases.ts +167 -15
  551. package/lib/commands/services/functions.ts +9 -17
  552. package/lib/commands/services/health.ts +2 -5
  553. package/lib/commands/services/messaging.ts +5 -9
  554. package/lib/commands/services/project.ts +2 -5
  555. package/lib/commands/services/projects.ts +15 -28
  556. package/lib/commands/services/proxy.ts +2 -6
  557. package/lib/commands/services/sites.ts +8 -17
  558. package/lib/commands/services/storage.ts +6 -12
  559. package/lib/commands/services/tables-db.ts +167 -15
  560. package/lib/commands/services/users.ts +5 -11
  561. package/lib/commands/services/vcs.ts +3 -6
  562. package/lib/constants.ts +1 -1
  563. package/lib/emulation/utils.ts +2 -2
  564. package/lib/utils.ts +1 -2
  565. package/package.json +2 -2
  566. package/scoop/appwrite.config.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 13.2.0
4
+
5
+ - Feat: Add dedicated commands for text-based attribute management:
6
+ - `create-varchar-attribute`, `create-text-attribute`, `create-mediumtext-attribute`, `create-longtext-attribute`
7
+ - `update-varchar-attribute`, `update-text-attribute`, `update-mediumtext-attribute`, `update-longtext-attribute`
8
+ - Feat: Add specifications support to CLI
9
+ - Fix: Include specifications parameter when updating functions
10
+ - Chore: Update installation docs and examples for new text attribute/column commands
11
+ - Refactor: Simplify `update-collection` command syntax
12
+
3
13
  ## 13.1.0
4
14
 
5
15
  - Mark `appwrite generate` command as stable
@@ -236,4 +246,4 @@ Fix type generation for `point`, `lineString` and `polygon` columns
236
246
 
237
247
  * Add specifications support to CLI
238
248
  * Update package version
239
- * Fix: Missed specifications param when updating a function
249
+ * Fix: Missed specifications param when updating a function
package/README.md CHANGED
@@ -29,7 +29,7 @@ Once the installation is complete, you can verify the install using
29
29
 
30
30
  ```sh
31
31
  $ appwrite -v
32
- 13.1.0
32
+ 13.2.0
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -60,7 +60,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
60
60
  Once the installation completes, you can verify your install using
61
61
  ```
62
62
  $ appwrite -v
63
- 13.1.0
63
+ 13.2.0
64
64
  ```
65
65
 
66
66
  ## Getting Started