@constructive-sdk/cli 0.2.1 → 0.3.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 (267) hide show
  1. package/admin/cli/commands/app-achievement.js +4 -0
  2. package/admin/cli/commands/app-admin-grant.js +4 -0
  3. package/admin/cli/commands/app-grant.js +6 -0
  4. package/admin/cli/commands/app-level-requirement.js +6 -0
  5. package/admin/cli/commands/app-level.js +6 -0
  6. package/admin/cli/commands/app-limit-default.js +2 -0
  7. package/admin/cli/commands/app-limit.js +6 -0
  8. package/admin/cli/commands/app-membership-default.js +8 -0
  9. package/admin/cli/commands/app-membership.js +24 -0
  10. package/admin/cli/commands/app-owner-grant.js +4 -0
  11. package/admin/cli/commands/app-permission-default.js +2 -0
  12. package/admin/cli/commands/app-permission.js +8 -0
  13. package/admin/cli/commands/app-step.js +4 -0
  14. package/admin/cli/commands/claimed-invite.js +6 -0
  15. package/admin/cli/commands/invite.js +18 -0
  16. package/admin/cli/commands/org-admin-grant.js +4 -0
  17. package/admin/cli/commands/org-chart-edge-grant.js +8 -0
  18. package/admin/cli/commands/org-chart-edge.js +6 -0
  19. package/admin/cli/commands/org-claimed-invite.js +6 -0
  20. package/admin/cli/commands/org-grant.js +6 -0
  21. package/admin/cli/commands/org-invite.js +20 -0
  22. package/admin/cli/commands/org-limit-default.js +2 -0
  23. package/admin/cli/commands/org-limit.js +6 -0
  24. package/admin/cli/commands/org-member.js +2 -0
  25. package/admin/cli/commands/org-membership-default.js +10 -0
  26. package/admin/cli/commands/org-membership.js +22 -0
  27. package/admin/cli/commands/org-owner-grant.js +4 -0
  28. package/admin/cli/commands/org-permission-default.js +2 -0
  29. package/admin/cli/commands/org-permission.js +8 -0
  30. package/auth/cli/commands/audit-log.js +8 -0
  31. package/auth/cli/commands/connected-account.js +4 -0
  32. package/auth/cli/commands/crypto-address.js +6 -0
  33. package/auth/cli/commands/email.js +6 -0
  34. package/auth/cli/commands/phone-number.js +6 -0
  35. package/auth/cli/commands/user.js +10 -0
  36. package/esm/admin/cli/commands/app-achievement.js +4 -0
  37. package/esm/admin/cli/commands/app-admin-grant.js +4 -0
  38. package/esm/admin/cli/commands/app-grant.js +6 -0
  39. package/esm/admin/cli/commands/app-level-requirement.js +6 -0
  40. package/esm/admin/cli/commands/app-level.js +6 -0
  41. package/esm/admin/cli/commands/app-limit-default.js +2 -0
  42. package/esm/admin/cli/commands/app-limit.js +6 -0
  43. package/esm/admin/cli/commands/app-membership-default.js +8 -0
  44. package/esm/admin/cli/commands/app-membership.js +24 -0
  45. package/esm/admin/cli/commands/app-owner-grant.js +4 -0
  46. package/esm/admin/cli/commands/app-permission-default.js +2 -0
  47. package/esm/admin/cli/commands/app-permission.js +8 -0
  48. package/esm/admin/cli/commands/app-step.js +4 -0
  49. package/esm/admin/cli/commands/claimed-invite.js +6 -0
  50. package/esm/admin/cli/commands/invite.js +18 -0
  51. package/esm/admin/cli/commands/org-admin-grant.js +4 -0
  52. package/esm/admin/cli/commands/org-chart-edge-grant.js +8 -0
  53. package/esm/admin/cli/commands/org-chart-edge.js +6 -0
  54. package/esm/admin/cli/commands/org-claimed-invite.js +6 -0
  55. package/esm/admin/cli/commands/org-grant.js +6 -0
  56. package/esm/admin/cli/commands/org-invite.js +20 -0
  57. package/esm/admin/cli/commands/org-limit-default.js +2 -0
  58. package/esm/admin/cli/commands/org-limit.js +6 -0
  59. package/esm/admin/cli/commands/org-member.js +2 -0
  60. package/esm/admin/cli/commands/org-membership-default.js +10 -0
  61. package/esm/admin/cli/commands/org-membership.js +22 -0
  62. package/esm/admin/cli/commands/org-owner-grant.js +4 -0
  63. package/esm/admin/cli/commands/org-permission-default.js +2 -0
  64. package/esm/admin/cli/commands/org-permission.js +8 -0
  65. package/esm/auth/cli/commands/audit-log.js +8 -0
  66. package/esm/auth/cli/commands/connected-account.js +4 -0
  67. package/esm/auth/cli/commands/crypto-address.js +6 -0
  68. package/esm/auth/cli/commands/email.js +6 -0
  69. package/esm/auth/cli/commands/phone-number.js +6 -0
  70. package/esm/auth/cli/commands/user.js +10 -0
  71. package/esm/objects/cli/commands/commit.js +12 -0
  72. package/esm/objects/cli/commands/object.js +8 -0
  73. package/esm/objects/cli/commands/ref.js +2 -0
  74. package/esm/objects/cli/commands/store.js +2 -0
  75. package/esm/public/cli/commands/api.js +8 -0
  76. package/esm/public/cli/commands/app-achievement.js +4 -0
  77. package/esm/public/cli/commands/app-admin-grant.js +4 -0
  78. package/esm/public/cli/commands/app-grant.js +6 -0
  79. package/esm/public/cli/commands/app-level-requirement.js +6 -0
  80. package/esm/public/cli/commands/app-level.js +6 -0
  81. package/esm/public/cli/commands/app-limit-default.js +2 -0
  82. package/esm/public/cli/commands/app-limit.js +6 -0
  83. package/esm/public/cli/commands/app-membership-default.js +8 -0
  84. package/esm/public/cli/commands/app-membership.js +24 -0
  85. package/esm/public/cli/commands/app-owner-grant.js +4 -0
  86. package/esm/public/cli/commands/app-permission-default.js +2 -0
  87. package/esm/public/cli/commands/app-permission.js +8 -0
  88. package/esm/public/cli/commands/app-step.js +4 -0
  89. package/esm/public/cli/commands/app.js +12 -0
  90. package/esm/public/cli/commands/ast-migration.js +11 -0
  91. package/esm/public/cli/commands/audit-log.js +8 -0
  92. package/esm/public/cli/commands/check-constraint.js +18 -0
  93. package/esm/public/cli/commands/claimed-invite.js +6 -0
  94. package/esm/public/cli/commands/commit.js +12 -0
  95. package/esm/public/cli/commands/connected-account.js +4 -0
  96. package/esm/public/cli/commands/connected-accounts-module.js +8 -0
  97. package/esm/public/cli/commands/crypto-address.js +6 -0
  98. package/esm/public/cli/commands/crypto-addresses-module.js +10 -0
  99. package/esm/public/cli/commands/crypto-auth-module.js +22 -0
  100. package/esm/public/cli/commands/database-provision-module.js +16 -0
  101. package/esm/public/cli/commands/database.js +10 -0
  102. package/esm/public/cli/commands/default-privilege.js +4 -0
  103. package/esm/public/cli/commands/denormalized-table-field.js +12 -0
  104. package/esm/public/cli/commands/domain.js +8 -0
  105. package/esm/public/cli/commands/email.js +6 -0
  106. package/esm/public/cli/commands/emails-module.js +8 -0
  107. package/esm/public/cli/commands/encrypted-secrets-module.js +6 -0
  108. package/esm/public/cli/commands/field-module.js +12 -0
  109. package/esm/public/cli/commands/field.js +36 -0
  110. package/esm/public/cli/commands/foreign-key-constraint.js +22 -0
  111. package/esm/public/cli/commands/full-text-search.js +2 -0
  112. package/esm/public/cli/commands/hierarchy-module.js +30 -0
  113. package/esm/public/cli/commands/index.js +24 -0
  114. package/esm/public/cli/commands/invite.js +18 -0
  115. package/esm/public/cli/commands/invites-module.js +22 -0
  116. package/esm/public/cli/commands/levels-module.js +46 -0
  117. package/esm/public/cli/commands/limits-module.js +30 -0
  118. package/esm/public/cli/commands/membership-types-module.js +6 -0
  119. package/esm/public/cli/commands/memberships-module.js +56 -0
  120. package/esm/public/cli/commands/node-type-registry.js +8 -0
  121. package/esm/public/cli/commands/object.js +8 -0
  122. package/esm/public/cli/commands/org-admin-grant.js +4 -0
  123. package/esm/public/cli/commands/org-chart-edge-grant.js +8 -0
  124. package/esm/public/cli/commands/org-chart-edge.js +6 -0
  125. package/esm/public/cli/commands/org-claimed-invite.js +6 -0
  126. package/esm/public/cli/commands/org-grant.js +6 -0
  127. package/esm/public/cli/commands/org-invite.js +20 -0
  128. package/esm/public/cli/commands/org-limit-default.js +2 -0
  129. package/esm/public/cli/commands/org-limit.js +6 -0
  130. package/esm/public/cli/commands/org-member.js +2 -0
  131. package/esm/public/cli/commands/org-membership-default.js +10 -0
  132. package/esm/public/cli/commands/org-membership.js +22 -0
  133. package/esm/public/cli/commands/org-owner-grant.js +4 -0
  134. package/esm/public/cli/commands/org-permission-default.js +2 -0
  135. package/esm/public/cli/commands/org-permission.js +8 -0
  136. package/esm/public/cli/commands/permissions-module.js +28 -0
  137. package/esm/public/cli/commands/phone-number.js +6 -0
  138. package/esm/public/cli/commands/phone-numbers-module.js +8 -0
  139. package/esm/public/cli/commands/policy.js +26 -0
  140. package/esm/public/cli/commands/primary-key-constraint.js +16 -0
  141. package/esm/public/cli/commands/profiles-module.js +30 -0
  142. package/esm/public/cli/commands/ref.js +2 -0
  143. package/esm/public/cli/commands/relation-provision.js +46 -0
  144. package/esm/public/cli/commands/rls-module.js +20 -0
  145. package/esm/public/cli/commands/schema-grant.js +2 -0
  146. package/esm/public/cli/commands/schema.js +16 -0
  147. package/esm/public/cli/commands/secrets-module.js +6 -0
  148. package/esm/public/cli/commands/secure-table-provision.js +30 -0
  149. package/esm/public/cli/commands/sessions-module.js +18 -0
  150. package/esm/public/cli/commands/site-metadatum.js +6 -0
  151. package/esm/public/cli/commands/site.js +14 -0
  152. package/esm/public/cli/commands/sql-migration.js +11 -0
  153. package/esm/public/cli/commands/store.js +2 -0
  154. package/esm/public/cli/commands/table-grant.js +6 -0
  155. package/esm/public/cli/commands/table-module.js +12 -0
  156. package/esm/public/cli/commands/table-template-module.js +10 -0
  157. package/esm/public/cli/commands/table.js +28 -0
  158. package/esm/public/cli/commands/trigger-function.js +2 -0
  159. package/esm/public/cli/commands/trigger.js +16 -0
  160. package/esm/public/cli/commands/unique-constraint.js +18 -0
  161. package/esm/public/cli/commands/user-auth-module.js +48 -0
  162. package/esm/public/cli/commands/user.js +10 -0
  163. package/esm/public/cli/commands/users-module.js +10 -0
  164. package/esm/public/cli/commands/uuid-module.js +4 -0
  165. package/esm/public/cli/commands/view-grant.js +6 -0
  166. package/esm/public/cli/commands/view-rule.js +4 -0
  167. package/esm/public/cli/commands/view-table.js +2 -0
  168. package/esm/public/cli/commands/view.js +24 -0
  169. package/objects/cli/commands/commit.js +12 -0
  170. package/objects/cli/commands/object.js +8 -0
  171. package/objects/cli/commands/ref.js +2 -0
  172. package/objects/cli/commands/store.js +2 -0
  173. package/package.json +4 -4
  174. package/public/cli/commands/api.js +8 -0
  175. package/public/cli/commands/app-achievement.js +4 -0
  176. package/public/cli/commands/app-admin-grant.js +4 -0
  177. package/public/cli/commands/app-grant.js +6 -0
  178. package/public/cli/commands/app-level-requirement.js +6 -0
  179. package/public/cli/commands/app-level.js +6 -0
  180. package/public/cli/commands/app-limit-default.js +2 -0
  181. package/public/cli/commands/app-limit.js +6 -0
  182. package/public/cli/commands/app-membership-default.js +8 -0
  183. package/public/cli/commands/app-membership.js +24 -0
  184. package/public/cli/commands/app-owner-grant.js +4 -0
  185. package/public/cli/commands/app-permission-default.js +2 -0
  186. package/public/cli/commands/app-permission.js +8 -0
  187. package/public/cli/commands/app-step.js +4 -0
  188. package/public/cli/commands/app.js +12 -0
  189. package/public/cli/commands/ast-migration.js +11 -0
  190. package/public/cli/commands/audit-log.js +8 -0
  191. package/public/cli/commands/check-constraint.js +18 -0
  192. package/public/cli/commands/claimed-invite.js +6 -0
  193. package/public/cli/commands/commit.js +12 -0
  194. package/public/cli/commands/connected-account.js +4 -0
  195. package/public/cli/commands/connected-accounts-module.js +8 -0
  196. package/public/cli/commands/crypto-address.js +6 -0
  197. package/public/cli/commands/crypto-addresses-module.js +10 -0
  198. package/public/cli/commands/crypto-auth-module.js +22 -0
  199. package/public/cli/commands/database-provision-module.js +16 -0
  200. package/public/cli/commands/database.js +10 -0
  201. package/public/cli/commands/default-privilege.js +4 -0
  202. package/public/cli/commands/denormalized-table-field.js +12 -0
  203. package/public/cli/commands/domain.js +8 -0
  204. package/public/cli/commands/email.js +6 -0
  205. package/public/cli/commands/emails-module.js +8 -0
  206. package/public/cli/commands/encrypted-secrets-module.js +6 -0
  207. package/public/cli/commands/field-module.js +12 -0
  208. package/public/cli/commands/field.js +36 -0
  209. package/public/cli/commands/foreign-key-constraint.js +22 -0
  210. package/public/cli/commands/full-text-search.js +2 -0
  211. package/public/cli/commands/hierarchy-module.js +30 -0
  212. package/public/cli/commands/index.js +24 -0
  213. package/public/cli/commands/invite.js +18 -0
  214. package/public/cli/commands/invites-module.js +22 -0
  215. package/public/cli/commands/levels-module.js +46 -0
  216. package/public/cli/commands/limits-module.js +30 -0
  217. package/public/cli/commands/membership-types-module.js +6 -0
  218. package/public/cli/commands/memberships-module.js +56 -0
  219. package/public/cli/commands/node-type-registry.js +8 -0
  220. package/public/cli/commands/object.js +8 -0
  221. package/public/cli/commands/org-admin-grant.js +4 -0
  222. package/public/cli/commands/org-chart-edge-grant.js +8 -0
  223. package/public/cli/commands/org-chart-edge.js +6 -0
  224. package/public/cli/commands/org-claimed-invite.js +6 -0
  225. package/public/cli/commands/org-grant.js +6 -0
  226. package/public/cli/commands/org-invite.js +20 -0
  227. package/public/cli/commands/org-limit-default.js +2 -0
  228. package/public/cli/commands/org-limit.js +6 -0
  229. package/public/cli/commands/org-member.js +2 -0
  230. package/public/cli/commands/org-membership-default.js +10 -0
  231. package/public/cli/commands/org-membership.js +22 -0
  232. package/public/cli/commands/org-owner-grant.js +4 -0
  233. package/public/cli/commands/org-permission-default.js +2 -0
  234. package/public/cli/commands/org-permission.js +8 -0
  235. package/public/cli/commands/permissions-module.js +28 -0
  236. package/public/cli/commands/phone-number.js +6 -0
  237. package/public/cli/commands/phone-numbers-module.js +8 -0
  238. package/public/cli/commands/policy.js +26 -0
  239. package/public/cli/commands/primary-key-constraint.js +16 -0
  240. package/public/cli/commands/profiles-module.js +30 -0
  241. package/public/cli/commands/ref.js +2 -0
  242. package/public/cli/commands/relation-provision.js +46 -0
  243. package/public/cli/commands/rls-module.js +20 -0
  244. package/public/cli/commands/schema-grant.js +2 -0
  245. package/public/cli/commands/schema.js +16 -0
  246. package/public/cli/commands/secrets-module.js +6 -0
  247. package/public/cli/commands/secure-table-provision.js +30 -0
  248. package/public/cli/commands/sessions-module.js +18 -0
  249. package/public/cli/commands/site-metadatum.js +6 -0
  250. package/public/cli/commands/site.js +14 -0
  251. package/public/cli/commands/sql-migration.js +11 -0
  252. package/public/cli/commands/store.js +2 -0
  253. package/public/cli/commands/table-grant.js +6 -0
  254. package/public/cli/commands/table-module.js +12 -0
  255. package/public/cli/commands/table-template-module.js +10 -0
  256. package/public/cli/commands/table.js +28 -0
  257. package/public/cli/commands/trigger-function.js +2 -0
  258. package/public/cli/commands/trigger.js +16 -0
  259. package/public/cli/commands/unique-constraint.js +18 -0
  260. package/public/cli/commands/user-auth-module.js +48 -0
  261. package/public/cli/commands/user.js +10 -0
  262. package/public/cli/commands/users-module.js +10 -0
  263. package/public/cli/commands/uuid-module.js +4 -0
  264. package/public/cli/commands/view-grant.js +6 -0
  265. package/public/cli/commands/view-rule.js +4 -0
  266. package/public/cli/commands/view-table.js +2 -0
  267. package/public/cli/commands/view.js +24 -0
@@ -156,6 +156,7 @@ async function handleCreate(argv, prompter) {
156
156
  name: 'subdomain',
157
157
  message: 'subdomain',
158
158
  required: false,
159
+ skipPrompt: true,
159
160
  },
160
161
  {
161
162
  type: 'text',
@@ -168,42 +169,49 @@ async function handleCreate(argv, prompter) {
168
169
  name: 'modules',
169
170
  message: 'modules',
170
171
  required: false,
172
+ skipPrompt: true,
171
173
  },
172
174
  {
173
175
  type: 'text',
174
176
  name: 'options',
175
177
  message: 'options',
176
178
  required: false,
179
+ skipPrompt: true,
177
180
  },
178
181
  {
179
182
  type: 'text',
180
183
  name: 'bootstrapUser',
181
184
  message: 'bootstrapUser',
182
185
  required: false,
186
+ skipPrompt: true,
183
187
  },
184
188
  {
185
189
  type: 'text',
186
190
  name: 'status',
187
191
  message: 'status',
188
192
  required: false,
193
+ skipPrompt: true,
189
194
  },
190
195
  {
191
196
  type: 'text',
192
197
  name: 'errorMessage',
193
198
  message: 'errorMessage',
194
199
  required: false,
200
+ skipPrompt: true,
195
201
  },
196
202
  {
197
203
  type: 'text',
198
204
  name: 'databaseId',
199
205
  message: 'databaseId',
200
206
  required: false,
207
+ skipPrompt: true,
201
208
  },
202
209
  {
203
210
  type: 'text',
204
211
  name: 'completedAt',
205
212
  message: 'completedAt',
206
213
  required: false,
214
+ skipPrompt: true,
207
215
  },
208
216
  ]);
209
217
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -278,6 +286,7 @@ async function handleUpdate(argv, prompter) {
278
286
  name: 'subdomain',
279
287
  message: 'subdomain',
280
288
  required: false,
289
+ skipPrompt: true,
281
290
  },
282
291
  {
283
292
  type: 'text',
@@ -290,42 +299,49 @@ async function handleUpdate(argv, prompter) {
290
299
  name: 'modules',
291
300
  message: 'modules',
292
301
  required: false,
302
+ skipPrompt: true,
293
303
  },
294
304
  {
295
305
  type: 'text',
296
306
  name: 'options',
297
307
  message: 'options',
298
308
  required: false,
309
+ skipPrompt: true,
299
310
  },
300
311
  {
301
312
  type: 'text',
302
313
  name: 'bootstrapUser',
303
314
  message: 'bootstrapUser',
304
315
  required: false,
316
+ skipPrompt: true,
305
317
  },
306
318
  {
307
319
  type: 'text',
308
320
  name: 'status',
309
321
  message: 'status',
310
322
  required: false,
323
+ skipPrompt: true,
311
324
  },
312
325
  {
313
326
  type: 'text',
314
327
  name: 'errorMessage',
315
328
  message: 'errorMessage',
316
329
  required: false,
330
+ skipPrompt: true,
317
331
  },
318
332
  {
319
333
  type: 'text',
320
334
  name: 'databaseId',
321
335
  message: 'databaseId',
322
336
  required: false,
337
+ skipPrompt: true,
323
338
  },
324
339
  {
325
340
  type: 'text',
326
341
  name: 'completedAt',
327
342
  message: 'completedAt',
328
343
  required: false,
344
+ skipPrompt: true,
329
345
  },
330
346
  ]);
331
347
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -126,30 +126,35 @@ async function handleCreate(argv, prompter) {
126
126
  name: 'ownerId',
127
127
  message: 'ownerId',
128
128
  required: false,
129
+ skipPrompt: true,
129
130
  },
130
131
  {
131
132
  type: 'text',
132
133
  name: 'schemaHash',
133
134
  message: 'schemaHash',
134
135
  required: false,
136
+ skipPrompt: true,
135
137
  },
136
138
  {
137
139
  type: 'text',
138
140
  name: 'name',
139
141
  message: 'name',
140
142
  required: false,
143
+ skipPrompt: true,
141
144
  },
142
145
  {
143
146
  type: 'text',
144
147
  name: 'label',
145
148
  message: 'label',
146
149
  required: false,
150
+ skipPrompt: true,
147
151
  },
148
152
  {
149
153
  type: 'text',
150
154
  name: 'hash',
151
155
  message: 'hash',
152
156
  required: false,
157
+ skipPrompt: true,
153
158
  },
154
159
  ]);
155
160
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -200,30 +205,35 @@ async function handleUpdate(argv, prompter) {
200
205
  name: 'ownerId',
201
206
  message: 'ownerId',
202
207
  required: false,
208
+ skipPrompt: true,
203
209
  },
204
210
  {
205
211
  type: 'text',
206
212
  name: 'schemaHash',
207
213
  message: 'schemaHash',
208
214
  required: false,
215
+ skipPrompt: true,
209
216
  },
210
217
  {
211
218
  type: 'text',
212
219
  name: 'name',
213
220
  message: 'name',
214
221
  required: false,
222
+ skipPrompt: true,
215
223
  },
216
224
  {
217
225
  type: 'text',
218
226
  name: 'label',
219
227
  message: 'label',
220
228
  required: false,
229
+ skipPrompt: true,
221
230
  },
222
231
  {
223
232
  type: 'text',
224
233
  name: 'hash',
225
234
  message: 'hash',
226
235
  required: false,
236
+ skipPrompt: true,
227
237
  },
228
238
  ]);
229
239
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -123,6 +123,7 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'databaseId',
124
124
  message: 'databaseId',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
@@ -153,6 +154,7 @@ async function handleCreate(argv, prompter) {
153
154
  name: 'isGrant',
154
155
  message: 'isGrant',
155
156
  required: false,
157
+ skipPrompt: true,
156
158
  },
157
159
  ]);
158
160
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -203,6 +205,7 @@ async function handleUpdate(argv, prompter) {
203
205
  name: 'databaseId',
204
206
  message: 'databaseId',
205
207
  required: false,
208
+ skipPrompt: true,
206
209
  },
207
210
  {
208
211
  type: 'text',
@@ -233,6 +236,7 @@ async function handleUpdate(argv, prompter) {
233
236
  name: 'isGrant',
234
237
  message: 'isGrant',
235
238
  required: false,
239
+ skipPrompt: true,
236
240
  },
237
241
  ]);
238
242
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -156,6 +156,7 @@ async function handleCreate(argv, prompter) {
156
156
  name: 'setIds',
157
157
  message: 'setIds',
158
158
  required: false,
159
+ skipPrompt: true,
159
160
  },
160
161
  {
161
162
  type: 'text',
@@ -174,30 +175,35 @@ async function handleCreate(argv, prompter) {
174
175
  name: 'refIds',
175
176
  message: 'refIds',
176
177
  required: false,
178
+ skipPrompt: true,
177
179
  },
178
180
  {
179
181
  type: 'text',
180
182
  name: 'useUpdates',
181
183
  message: 'useUpdates',
182
184
  required: false,
185
+ skipPrompt: true,
183
186
  },
184
187
  {
185
188
  type: 'text',
186
189
  name: 'updateDefaults',
187
190
  message: 'updateDefaults',
188
191
  required: false,
192
+ skipPrompt: true,
189
193
  },
190
194
  {
191
195
  type: 'text',
192
196
  name: 'funcName',
193
197
  message: 'funcName',
194
198
  required: false,
199
+ skipPrompt: true,
195
200
  },
196
201
  {
197
202
  type: 'text',
198
203
  name: 'funcOrder',
199
204
  message: 'funcOrder',
200
205
  required: false,
206
+ skipPrompt: true,
201
207
  },
202
208
  ]);
203
209
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -276,6 +282,7 @@ async function handleUpdate(argv, prompter) {
276
282
  name: 'setIds',
277
283
  message: 'setIds',
278
284
  required: false,
285
+ skipPrompt: true,
279
286
  },
280
287
  {
281
288
  type: 'text',
@@ -294,30 +301,35 @@ async function handleUpdate(argv, prompter) {
294
301
  name: 'refIds',
295
302
  message: 'refIds',
296
303
  required: false,
304
+ skipPrompt: true,
297
305
  },
298
306
  {
299
307
  type: 'text',
300
308
  name: 'useUpdates',
301
309
  message: 'useUpdates',
302
310
  required: false,
311
+ skipPrompt: true,
303
312
  },
304
313
  {
305
314
  type: 'text',
306
315
  name: 'updateDefaults',
307
316
  message: 'updateDefaults',
308
317
  required: false,
318
+ skipPrompt: true,
309
319
  },
310
320
  {
311
321
  type: 'text',
312
322
  name: 'funcName',
313
323
  message: 'funcName',
314
324
  required: false,
325
+ skipPrompt: true,
315
326
  },
316
327
  {
317
328
  type: 'text',
318
329
  name: 'funcOrder',
319
330
  message: 'funcOrder',
320
331
  required: false,
332
+ skipPrompt: true,
321
333
  },
322
334
  ]);
323
335
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -126,24 +126,28 @@ async function handleCreate(argv, prompter) {
126
126
  name: 'apiId',
127
127
  message: 'apiId',
128
128
  required: false,
129
+ skipPrompt: true,
129
130
  },
130
131
  {
131
132
  type: 'text',
132
133
  name: 'siteId',
133
134
  message: 'siteId',
134
135
  required: false,
136
+ skipPrompt: true,
135
137
  },
136
138
  {
137
139
  type: 'text',
138
140
  name: 'subdomain',
139
141
  message: 'subdomain',
140
142
  required: false,
143
+ skipPrompt: true,
141
144
  },
142
145
  {
143
146
  type: 'text',
144
147
  name: 'domain',
145
148
  message: 'domain',
146
149
  required: false,
150
+ skipPrompt: true,
147
151
  },
148
152
  ]);
149
153
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -198,24 +202,28 @@ async function handleUpdate(argv, prompter) {
198
202
  name: 'apiId',
199
203
  message: 'apiId',
200
204
  required: false,
205
+ skipPrompt: true,
201
206
  },
202
207
  {
203
208
  type: 'text',
204
209
  name: 'siteId',
205
210
  message: 'siteId',
206
211
  required: false,
212
+ skipPrompt: true,
207
213
  },
208
214
  {
209
215
  type: 'text',
210
216
  name: 'subdomain',
211
217
  message: 'subdomain',
212
218
  required: false,
219
+ skipPrompt: true,
213
220
  },
214
221
  {
215
222
  type: 'text',
216
223
  name: 'domain',
217
224
  message: 'domain',
218
225
  required: false,
226
+ skipPrompt: true,
219
227
  },
220
228
  ]);
221
229
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -123,6 +123,7 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'ownerId',
124
124
  message: 'ownerId',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
@@ -135,12 +136,14 @@ async function handleCreate(argv, prompter) {
135
136
  name: 'isVerified',
136
137
  message: 'isVerified',
137
138
  required: false,
139
+ skipPrompt: true,
138
140
  },
139
141
  {
140
142
  type: 'text',
141
143
  name: 'isPrimary',
142
144
  message: 'isPrimary',
143
145
  required: false,
146
+ skipPrompt: true,
144
147
  },
145
148
  ]);
146
149
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -189,6 +192,7 @@ async function handleUpdate(argv, prompter) {
189
192
  name: 'ownerId',
190
193
  message: 'ownerId',
191
194
  required: false,
195
+ skipPrompt: true,
192
196
  },
193
197
  {
194
198
  type: 'text',
@@ -201,12 +205,14 @@ async function handleUpdate(argv, prompter) {
201
205
  name: 'isVerified',
202
206
  message: 'isVerified',
203
207
  required: false,
208
+ skipPrompt: true,
204
209
  },
205
210
  {
206
211
  type: 'text',
207
212
  name: 'isPrimary',
208
213
  message: 'isPrimary',
209
214
  required: false,
215
+ skipPrompt: true,
210
216
  },
211
217
  ]);
212
218
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -129,24 +129,28 @@ async function handleCreate(argv, prompter) {
129
129
  name: 'schemaId',
130
130
  message: 'schemaId',
131
131
  required: false,
132
+ skipPrompt: true,
132
133
  },
133
134
  {
134
135
  type: 'text',
135
136
  name: 'privateSchemaId',
136
137
  message: 'privateSchemaId',
137
138
  required: false,
139
+ skipPrompt: true,
138
140
  },
139
141
  {
140
142
  type: 'text',
141
143
  name: 'tableId',
142
144
  message: 'tableId',
143
145
  required: false,
146
+ skipPrompt: true,
144
147
  },
145
148
  {
146
149
  type: 'text',
147
150
  name: 'ownerTableId',
148
151
  message: 'ownerTableId',
149
152
  required: false,
153
+ skipPrompt: true,
150
154
  },
151
155
  {
152
156
  type: 'text',
@@ -209,24 +213,28 @@ async function handleUpdate(argv, prompter) {
209
213
  name: 'schemaId',
210
214
  message: 'schemaId',
211
215
  required: false,
216
+ skipPrompt: true,
212
217
  },
213
218
  {
214
219
  type: 'text',
215
220
  name: 'privateSchemaId',
216
221
  message: 'privateSchemaId',
217
222
  required: false,
223
+ skipPrompt: true,
218
224
  },
219
225
  {
220
226
  type: 'text',
221
227
  name: 'tableId',
222
228
  message: 'tableId',
223
229
  required: false,
230
+ skipPrompt: true,
224
231
  },
225
232
  {
226
233
  type: 'text',
227
234
  name: 'ownerTableId',
228
235
  message: 'ownerTableId',
229
236
  required: false,
237
+ skipPrompt: true,
230
238
  },
231
239
  {
232
240
  type: 'text',
@@ -123,18 +123,21 @@ async function handleCreate(argv, prompter) {
123
123
  name: 'schemaId',
124
124
  message: 'schemaId',
125
125
  required: false,
126
+ skipPrompt: true,
126
127
  },
127
128
  {
128
129
  type: 'text',
129
130
  name: 'tableId',
130
131
  message: 'tableId',
131
132
  required: false,
133
+ skipPrompt: true,
132
134
  },
133
135
  {
134
136
  type: 'text',
135
137
  name: 'tableName',
136
138
  message: 'tableName',
137
139
  required: false,
140
+ skipPrompt: true,
138
141
  },
139
142
  ]);
140
143
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -187,18 +190,21 @@ async function handleUpdate(argv, prompter) {
187
190
  name: 'schemaId',
188
191
  message: 'schemaId',
189
192
  required: false,
193
+ skipPrompt: true,
190
194
  },
191
195
  {
192
196
  type: 'text',
193
197
  name: 'tableId',
194
198
  message: 'tableId',
195
199
  required: false,
200
+ skipPrompt: true,
196
201
  },
197
202
  {
198
203
  type: 'text',
199
204
  name: 'tableName',
200
205
  message: 'tableName',
201
206
  required: false,
207
+ skipPrompt: true,
202
208
  },
203
209
  ]);
204
210
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -135,18 +135,21 @@ async function handleCreate(argv, prompter) {
135
135
  name: 'privateSchemaId',
136
136
  message: 'privateSchemaId',
137
137
  required: false,
138
+ skipPrompt: true,
138
139
  },
139
140
  {
140
141
  type: 'text',
141
142
  name: 'tableId',
142
143
  message: 'tableId',
143
144
  required: false,
145
+ skipPrompt: true,
144
146
  },
145
147
  {
146
148
  type: 'text',
147
149
  name: 'fieldId',
148
150
  message: 'fieldId',
149
151
  required: false,
152
+ skipPrompt: true,
150
153
  },
151
154
  {
152
155
  type: 'text',
@@ -159,18 +162,21 @@ async function handleCreate(argv, prompter) {
159
162
  name: 'data',
160
163
  message: 'data',
161
164
  required: false,
165
+ skipPrompt: true,
162
166
  },
163
167
  {
164
168
  type: 'text',
165
169
  name: 'triggers',
166
170
  message: 'triggers',
167
171
  required: false,
172
+ skipPrompt: true,
168
173
  },
169
174
  {
170
175
  type: 'text',
171
176
  name: 'functions',
172
177
  message: 'functions',
173
178
  required: false,
179
+ skipPrompt: true,
174
180
  },
175
181
  ]);
176
182
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -231,18 +237,21 @@ async function handleUpdate(argv, prompter) {
231
237
  name: 'privateSchemaId',
232
238
  message: 'privateSchemaId',
233
239
  required: false,
240
+ skipPrompt: true,
234
241
  },
235
242
  {
236
243
  type: 'text',
237
244
  name: 'tableId',
238
245
  message: 'tableId',
239
246
  required: false,
247
+ skipPrompt: true,
240
248
  },
241
249
  {
242
250
  type: 'text',
243
251
  name: 'fieldId',
244
252
  message: 'fieldId',
245
253
  required: false,
254
+ skipPrompt: true,
246
255
  },
247
256
  {
248
257
  type: 'text',
@@ -255,18 +264,21 @@ async function handleUpdate(argv, prompter) {
255
264
  name: 'data',
256
265
  message: 'data',
257
266
  required: false,
267
+ skipPrompt: true,
258
268
  },
259
269
  {
260
270
  type: 'text',
261
271
  name: 'triggers',
262
272
  message: 'triggers',
263
273
  required: false,
274
+ skipPrompt: true,
264
275
  },
265
276
  {
266
277
  type: 'text',
267
278
  name: 'functions',
268
279
  message: 'functions',
269
280
  required: false,
281
+ skipPrompt: true,
270
282
  },
271
283
  ]);
272
284
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);