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