@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
@@ -159,42 +159,49 @@ async function handleCreate(argv, prompter) {
159
159
  name: 'schemaId',
160
160
  message: 'schemaId',
161
161
  required: false,
162
+ skipPrompt: true,
162
163
  },
163
164
  {
164
165
  type: 'text',
165
166
  name: 'privateSchemaId',
166
167
  message: 'privateSchemaId',
167
168
  required: false,
169
+ skipPrompt: true,
168
170
  },
169
171
  {
170
172
  type: 'text',
171
173
  name: 'tableId',
172
174
  message: 'tableId',
173
175
  required: false,
176
+ skipPrompt: true,
174
177
  },
175
178
  {
176
179
  type: 'text',
177
180
  name: 'tableName',
178
181
  message: 'tableName',
179
182
  required: false,
183
+ skipPrompt: true,
180
184
  },
181
185
  {
182
186
  type: 'text',
183
187
  name: 'defaultTableId',
184
188
  message: 'defaultTableId',
185
189
  required: false,
190
+ skipPrompt: true,
186
191
  },
187
192
  {
188
193
  type: 'text',
189
194
  name: 'defaultTableName',
190
195
  message: 'defaultTableName',
191
196
  required: false,
197
+ skipPrompt: true,
192
198
  },
193
199
  {
194
200
  type: 'text',
195
201
  name: 'bitlen',
196
202
  message: 'bitlen',
197
203
  required: false,
204
+ skipPrompt: true,
198
205
  },
199
206
  {
200
207
  type: 'text',
@@ -207,42 +214,49 @@ async function handleCreate(argv, prompter) {
207
214
  name: 'entityTableId',
208
215
  message: 'entityTableId',
209
216
  required: false,
217
+ skipPrompt: true,
210
218
  },
211
219
  {
212
220
  type: 'text',
213
221
  name: 'actorTableId',
214
222
  message: 'actorTableId',
215
223
  required: false,
224
+ skipPrompt: true,
216
225
  },
217
226
  {
218
227
  type: 'text',
219
228
  name: 'prefix',
220
229
  message: 'prefix',
221
230
  required: false,
231
+ skipPrompt: true,
222
232
  },
223
233
  {
224
234
  type: 'text',
225
235
  name: 'getPaddedMask',
226
236
  message: 'getPaddedMask',
227
237
  required: false,
238
+ skipPrompt: true,
228
239
  },
229
240
  {
230
241
  type: 'text',
231
242
  name: 'getMask',
232
243
  message: 'getMask',
233
244
  required: false,
245
+ skipPrompt: true,
234
246
  },
235
247
  {
236
248
  type: 'text',
237
249
  name: 'getByMask',
238
250
  message: 'getByMask',
239
251
  required: false,
252
+ skipPrompt: true,
240
253
  },
241
254
  {
242
255
  type: 'text',
243
256
  name: 'getMaskByName',
244
257
  message: 'getMaskByName',
245
258
  required: false,
259
+ skipPrompt: true,
246
260
  },
247
261
  ]);
248
262
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -319,42 +333,49 @@ async function handleUpdate(argv, prompter) {
319
333
  name: 'schemaId',
320
334
  message: 'schemaId',
321
335
  required: false,
336
+ skipPrompt: true,
322
337
  },
323
338
  {
324
339
  type: 'text',
325
340
  name: 'privateSchemaId',
326
341
  message: 'privateSchemaId',
327
342
  required: false,
343
+ skipPrompt: true,
328
344
  },
329
345
  {
330
346
  type: 'text',
331
347
  name: 'tableId',
332
348
  message: 'tableId',
333
349
  required: false,
350
+ skipPrompt: true,
334
351
  },
335
352
  {
336
353
  type: 'text',
337
354
  name: 'tableName',
338
355
  message: 'tableName',
339
356
  required: false,
357
+ skipPrompt: true,
340
358
  },
341
359
  {
342
360
  type: 'text',
343
361
  name: 'defaultTableId',
344
362
  message: 'defaultTableId',
345
363
  required: false,
364
+ skipPrompt: true,
346
365
  },
347
366
  {
348
367
  type: 'text',
349
368
  name: 'defaultTableName',
350
369
  message: 'defaultTableName',
351
370
  required: false,
371
+ skipPrompt: true,
352
372
  },
353
373
  {
354
374
  type: 'text',
355
375
  name: 'bitlen',
356
376
  message: 'bitlen',
357
377
  required: false,
378
+ skipPrompt: true,
358
379
  },
359
380
  {
360
381
  type: 'text',
@@ -367,42 +388,49 @@ async function handleUpdate(argv, prompter) {
367
388
  name: 'entityTableId',
368
389
  message: 'entityTableId',
369
390
  required: false,
391
+ skipPrompt: true,
370
392
  },
371
393
  {
372
394
  type: 'text',
373
395
  name: 'actorTableId',
374
396
  message: 'actorTableId',
375
397
  required: false,
398
+ skipPrompt: true,
376
399
  },
377
400
  {
378
401
  type: 'text',
379
402
  name: 'prefix',
380
403
  message: 'prefix',
381
404
  required: false,
405
+ skipPrompt: true,
382
406
  },
383
407
  {
384
408
  type: 'text',
385
409
  name: 'getPaddedMask',
386
410
  message: 'getPaddedMask',
387
411
  required: false,
412
+ skipPrompt: true,
388
413
  },
389
414
  {
390
415
  type: 'text',
391
416
  name: 'getMask',
392
417
  message: 'getMask',
393
418
  required: false,
419
+ skipPrompt: true,
394
420
  },
395
421
  {
396
422
  type: 'text',
397
423
  name: 'getByMask',
398
424
  message: 'getByMask',
399
425
  required: false,
426
+ skipPrompt: true,
400
427
  },
401
428
  {
402
429
  type: 'text',
403
430
  name: 'getMaskByName',
404
431
  message: 'getMaskByName',
405
432
  required: false,
433
+ skipPrompt: true,
406
434
  },
407
435
  ]);
408
436
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -126,6 +126,7 @@ 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',
@@ -144,12 +145,14 @@ async function handleCreate(argv, prompter) {
144
145
  name: 'isVerified',
145
146
  message: 'isVerified',
146
147
  required: false,
148
+ skipPrompt: true,
147
149
  },
148
150
  {
149
151
  type: 'text',
150
152
  name: 'isPrimary',
151
153
  message: 'isPrimary',
152
154
  required: false,
155
+ skipPrompt: true,
153
156
  },
154
157
  ]);
155
158
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -200,6 +203,7 @@ async function handleUpdate(argv, prompter) {
200
203
  name: 'ownerId',
201
204
  message: 'ownerId',
202
205
  required: false,
206
+ skipPrompt: true,
203
207
  },
204
208
  {
205
209
  type: 'text',
@@ -218,12 +222,14 @@ async function handleUpdate(argv, prompter) {
218
222
  name: 'isVerified',
219
223
  message: 'isVerified',
220
224
  required: false,
225
+ skipPrompt: true,
221
226
  },
222
227
  {
223
228
  type: 'text',
224
229
  name: 'isPrimary',
225
230
  message: 'isPrimary',
226
231
  required: false,
232
+ skipPrompt: true,
227
233
  },
228
234
  ]);
229
235
  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',
@@ -153,6 +153,7 @@ async function handleCreate(argv, prompter) {
153
153
  name: 'databaseId',
154
154
  message: 'databaseId',
155
155
  required: false,
156
+ skipPrompt: true,
156
157
  },
157
158
  {
158
159
  type: 'text',
@@ -165,72 +166,84 @@ async function handleCreate(argv, prompter) {
165
166
  name: 'name',
166
167
  message: 'name',
167
168
  required: false,
169
+ skipPrompt: true,
168
170
  },
169
171
  {
170
172
  type: 'text',
171
173
  name: 'granteeName',
172
174
  message: 'granteeName',
173
175
  required: false,
176
+ skipPrompt: true,
174
177
  },
175
178
  {
176
179
  type: 'text',
177
180
  name: 'privilege',
178
181
  message: 'privilege',
179
182
  required: false,
183
+ skipPrompt: true,
180
184
  },
181
185
  {
182
186
  type: 'text',
183
187
  name: 'permissive',
184
188
  message: 'permissive',
185
189
  required: false,
190
+ skipPrompt: true,
186
191
  },
187
192
  {
188
193
  type: 'text',
189
194
  name: 'disabled',
190
195
  message: 'disabled',
191
196
  required: false,
197
+ skipPrompt: true,
192
198
  },
193
199
  {
194
200
  type: 'text',
195
201
  name: 'policyType',
196
202
  message: 'policyType',
197
203
  required: false,
204
+ skipPrompt: true,
198
205
  },
199
206
  {
200
207
  type: 'text',
201
208
  name: 'data',
202
209
  message: 'data',
203
210
  required: false,
211
+ skipPrompt: true,
204
212
  },
205
213
  {
206
214
  type: 'text',
207
215
  name: 'smartTags',
208
216
  message: 'smartTags',
209
217
  required: false,
218
+ skipPrompt: true,
210
219
  },
211
220
  {
212
221
  type: 'text',
213
222
  name: 'category',
214
223
  message: 'category',
215
224
  required: false,
225
+ skipPrompt: true,
216
226
  },
217
227
  {
218
228
  type: 'text',
219
229
  name: 'module',
220
230
  message: 'module',
221
231
  required: false,
232
+ skipPrompt: true,
222
233
  },
223
234
  {
224
235
  type: 'text',
225
236
  name: 'scope',
226
237
  message: 'scope',
227
238
  required: false,
239
+ skipPrompt: true,
228
240
  },
229
241
  {
230
242
  type: 'text',
231
243
  name: 'tags',
232
244
  message: 'tags',
233
245
  required: false,
246
+ skipPrompt: true,
234
247
  },
235
248
  ]);
236
249
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -299,6 +312,7 @@ async function handleUpdate(argv, prompter) {
299
312
  name: 'databaseId',
300
313
  message: 'databaseId',
301
314
  required: false,
315
+ skipPrompt: true,
302
316
  },
303
317
  {
304
318
  type: 'text',
@@ -311,72 +325,84 @@ async function handleUpdate(argv, prompter) {
311
325
  name: 'name',
312
326
  message: 'name',
313
327
  required: false,
328
+ skipPrompt: true,
314
329
  },
315
330
  {
316
331
  type: 'text',
317
332
  name: 'granteeName',
318
333
  message: 'granteeName',
319
334
  required: false,
335
+ skipPrompt: true,
320
336
  },
321
337
  {
322
338
  type: 'text',
323
339
  name: 'privilege',
324
340
  message: 'privilege',
325
341
  required: false,
342
+ skipPrompt: true,
326
343
  },
327
344
  {
328
345
  type: 'text',
329
346
  name: 'permissive',
330
347
  message: 'permissive',
331
348
  required: false,
349
+ skipPrompt: true,
332
350
  },
333
351
  {
334
352
  type: 'text',
335
353
  name: 'disabled',
336
354
  message: 'disabled',
337
355
  required: false,
356
+ skipPrompt: true,
338
357
  },
339
358
  {
340
359
  type: 'text',
341
360
  name: 'policyType',
342
361
  message: 'policyType',
343
362
  required: false,
363
+ skipPrompt: true,
344
364
  },
345
365
  {
346
366
  type: 'text',
347
367
  name: 'data',
348
368
  message: 'data',
349
369
  required: false,
370
+ skipPrompt: true,
350
371
  },
351
372
  {
352
373
  type: 'text',
353
374
  name: 'smartTags',
354
375
  message: 'smartTags',
355
376
  required: false,
377
+ skipPrompt: true,
356
378
  },
357
379
  {
358
380
  type: 'text',
359
381
  name: 'category',
360
382
  message: 'category',
361
383
  required: false,
384
+ skipPrompt: true,
362
385
  },
363
386
  {
364
387
  type: 'text',
365
388
  name: 'module',
366
389
  message: 'module',
367
390
  required: false,
391
+ skipPrompt: true,
368
392
  },
369
393
  {
370
394
  type: 'text',
371
395
  name: 'scope',
372
396
  message: 'scope',
373
397
  required: false,
398
+ skipPrompt: true,
374
399
  },
375
400
  {
376
401
  type: 'text',
377
402
  name: 'tags',
378
403
  message: 'tags',
379
404
  required: false,
405
+ skipPrompt: true,
380
406
  },
381
407
  ]);
382
408
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -141,6 +141,7 @@ async function handleCreate(argv, prompter) {
141
141
  name: 'databaseId',
142
142
  message: 'databaseId',
143
143
  required: false,
144
+ skipPrompt: true,
144
145
  },
145
146
  {
146
147
  type: 'text',
@@ -153,12 +154,14 @@ async function handleCreate(argv, prompter) {
153
154
  name: 'name',
154
155
  message: 'name',
155
156
  required: false,
157
+ skipPrompt: true,
156
158
  },
157
159
  {
158
160
  type: 'text',
159
161
  name: 'type',
160
162
  message: 'type',
161
163
  required: false,
164
+ skipPrompt: true,
162
165
  },
163
166
  {
164
167
  type: 'text',
@@ -171,30 +174,35 @@ async function handleCreate(argv, prompter) {
171
174
  name: 'smartTags',
172
175
  message: 'smartTags',
173
176
  required: false,
177
+ skipPrompt: true,
174
178
  },
175
179
  {
176
180
  type: 'text',
177
181
  name: 'category',
178
182
  message: 'category',
179
183
  required: false,
184
+ skipPrompt: true,
180
185
  },
181
186
  {
182
187
  type: 'text',
183
188
  name: 'module',
184
189
  message: 'module',
185
190
  required: false,
191
+ skipPrompt: true,
186
192
  },
187
193
  {
188
194
  type: 'text',
189
195
  name: 'scope',
190
196
  message: 'scope',
191
197
  required: false,
198
+ skipPrompt: true,
192
199
  },
193
200
  {
194
201
  type: 'text',
195
202
  name: 'tags',
196
203
  message: 'tags',
197
204
  required: false,
205
+ skipPrompt: true,
198
206
  },
199
207
  ]);
200
208
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -255,6 +263,7 @@ async function handleUpdate(argv, prompter) {
255
263
  name: 'databaseId',
256
264
  message: 'databaseId',
257
265
  required: false,
266
+ skipPrompt: true,
258
267
  },
259
268
  {
260
269
  type: 'text',
@@ -267,12 +276,14 @@ async function handleUpdate(argv, prompter) {
267
276
  name: 'name',
268
277
  message: 'name',
269
278
  required: false,
279
+ skipPrompt: true,
270
280
  },
271
281
  {
272
282
  type: 'text',
273
283
  name: 'type',
274
284
  message: 'type',
275
285
  required: false,
286
+ skipPrompt: true,
276
287
  },
277
288
  {
278
289
  type: 'text',
@@ -285,30 +296,35 @@ async function handleUpdate(argv, prompter) {
285
296
  name: 'smartTags',
286
297
  message: 'smartTags',
287
298
  required: false,
299
+ skipPrompt: true,
288
300
  },
289
301
  {
290
302
  type: 'text',
291
303
  name: 'category',
292
304
  message: 'category',
293
305
  required: false,
306
+ skipPrompt: true,
294
307
  },
295
308
  {
296
309
  type: 'text',
297
310
  name: 'module',
298
311
  message: 'module',
299
312
  required: false,
313
+ skipPrompt: true,
300
314
  },
301
315
  {
302
316
  type: 'text',
303
317
  name: 'scope',
304
318
  message: 'scope',
305
319
  required: false,
320
+ skipPrompt: true,
306
321
  },
307
322
  {
308
323
  type: 'text',
309
324
  name: 'tags',
310
325
  message: 'tags',
311
326
  required: false,
327
+ skipPrompt: true,
312
328
  },
313
329
  ]);
314
330
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);