@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
@@ -174,6 +174,7 @@ async function handleCreate(argv, prompter) {
174
174
  name: 'databaseId',
175
175
  message: 'databaseId',
176
176
  required: false,
177
+ skipPrompt: true,
177
178
  },
178
179
  {
179
180
  type: 'text',
@@ -192,42 +193,49 @@ async function handleCreate(argv, prompter) {
192
193
  name: 'label',
193
194
  message: 'label',
194
195
  required: false,
196
+ skipPrompt: true,
195
197
  },
196
198
  {
197
199
  type: 'text',
198
200
  name: 'description',
199
201
  message: 'description',
200
202
  required: false,
203
+ skipPrompt: true,
201
204
  },
202
205
  {
203
206
  type: 'text',
204
207
  name: 'smartTags',
205
208
  message: 'smartTags',
206
209
  required: false,
210
+ skipPrompt: true,
207
211
  },
208
212
  {
209
213
  type: 'text',
210
214
  name: 'isRequired',
211
215
  message: 'isRequired',
212
216
  required: false,
217
+ skipPrompt: true,
213
218
  },
214
219
  {
215
220
  type: 'text',
216
221
  name: 'defaultValue',
217
222
  message: 'defaultValue',
218
223
  required: false,
224
+ skipPrompt: true,
219
225
  },
220
226
  {
221
227
  type: 'text',
222
228
  name: 'defaultValueAst',
223
229
  message: 'defaultValueAst',
224
230
  required: false,
231
+ skipPrompt: true,
225
232
  },
226
233
  {
227
234
  type: 'text',
228
235
  name: 'isHidden',
229
236
  message: 'isHidden',
230
237
  required: false,
238
+ skipPrompt: true,
231
239
  },
232
240
  {
233
241
  type: 'text',
@@ -240,60 +248,70 @@ async function handleCreate(argv, prompter) {
240
248
  name: 'fieldOrder',
241
249
  message: 'fieldOrder',
242
250
  required: false,
251
+ skipPrompt: true,
243
252
  },
244
253
  {
245
254
  type: 'text',
246
255
  name: 'regexp',
247
256
  message: 'regexp',
248
257
  required: false,
258
+ skipPrompt: true,
249
259
  },
250
260
  {
251
261
  type: 'text',
252
262
  name: 'chk',
253
263
  message: 'chk',
254
264
  required: false,
265
+ skipPrompt: true,
255
266
  },
256
267
  {
257
268
  type: 'text',
258
269
  name: 'chkExpr',
259
270
  message: 'chkExpr',
260
271
  required: false,
272
+ skipPrompt: true,
261
273
  },
262
274
  {
263
275
  type: 'text',
264
276
  name: 'min',
265
277
  message: 'min',
266
278
  required: false,
279
+ skipPrompt: true,
267
280
  },
268
281
  {
269
282
  type: 'text',
270
283
  name: 'max',
271
284
  message: 'max',
272
285
  required: false,
286
+ skipPrompt: true,
273
287
  },
274
288
  {
275
289
  type: 'text',
276
290
  name: 'tags',
277
291
  message: 'tags',
278
292
  required: false,
293
+ skipPrompt: true,
279
294
  },
280
295
  {
281
296
  type: 'text',
282
297
  name: 'category',
283
298
  message: 'category',
284
299
  required: false,
300
+ skipPrompt: true,
285
301
  },
286
302
  {
287
303
  type: 'text',
288
304
  name: 'module',
289
305
  message: 'module',
290
306
  required: false,
307
+ skipPrompt: true,
291
308
  },
292
309
  {
293
310
  type: 'text',
294
311
  name: 'scope',
295
312
  message: 'scope',
296
313
  required: false,
314
+ skipPrompt: true,
297
315
  },
298
316
  ]);
299
317
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -376,6 +394,7 @@ async function handleUpdate(argv, prompter) {
376
394
  name: 'databaseId',
377
395
  message: 'databaseId',
378
396
  required: false,
397
+ skipPrompt: true,
379
398
  },
380
399
  {
381
400
  type: 'text',
@@ -394,42 +413,49 @@ async function handleUpdate(argv, prompter) {
394
413
  name: 'label',
395
414
  message: 'label',
396
415
  required: false,
416
+ skipPrompt: true,
397
417
  },
398
418
  {
399
419
  type: 'text',
400
420
  name: 'description',
401
421
  message: 'description',
402
422
  required: false,
423
+ skipPrompt: true,
403
424
  },
404
425
  {
405
426
  type: 'text',
406
427
  name: 'smartTags',
407
428
  message: 'smartTags',
408
429
  required: false,
430
+ skipPrompt: true,
409
431
  },
410
432
  {
411
433
  type: 'text',
412
434
  name: 'isRequired',
413
435
  message: 'isRequired',
414
436
  required: false,
437
+ skipPrompt: true,
415
438
  },
416
439
  {
417
440
  type: 'text',
418
441
  name: 'defaultValue',
419
442
  message: 'defaultValue',
420
443
  required: false,
444
+ skipPrompt: true,
421
445
  },
422
446
  {
423
447
  type: 'text',
424
448
  name: 'defaultValueAst',
425
449
  message: 'defaultValueAst',
426
450
  required: false,
451
+ skipPrompt: true,
427
452
  },
428
453
  {
429
454
  type: 'text',
430
455
  name: 'isHidden',
431
456
  message: 'isHidden',
432
457
  required: false,
458
+ skipPrompt: true,
433
459
  },
434
460
  {
435
461
  type: 'text',
@@ -442,60 +468,70 @@ async function handleUpdate(argv, prompter) {
442
468
  name: 'fieldOrder',
443
469
  message: 'fieldOrder',
444
470
  required: false,
471
+ skipPrompt: true,
445
472
  },
446
473
  {
447
474
  type: 'text',
448
475
  name: 'regexp',
449
476
  message: 'regexp',
450
477
  required: false,
478
+ skipPrompt: true,
451
479
  },
452
480
  {
453
481
  type: 'text',
454
482
  name: 'chk',
455
483
  message: 'chk',
456
484
  required: false,
485
+ skipPrompt: true,
457
486
  },
458
487
  {
459
488
  type: 'text',
460
489
  name: 'chkExpr',
461
490
  message: 'chkExpr',
462
491
  required: false,
492
+ skipPrompt: true,
463
493
  },
464
494
  {
465
495
  type: 'text',
466
496
  name: 'min',
467
497
  message: 'min',
468
498
  required: false,
499
+ skipPrompt: true,
469
500
  },
470
501
  {
471
502
  type: 'text',
472
503
  name: 'max',
473
504
  message: 'max',
474
505
  required: false,
506
+ skipPrompt: true,
475
507
  },
476
508
  {
477
509
  type: 'text',
478
510
  name: 'tags',
479
511
  message: 'tags',
480
512
  required: false,
513
+ skipPrompt: true,
481
514
  },
482
515
  {
483
516
  type: 'text',
484
517
  name: 'category',
485
518
  message: 'category',
486
519
  required: false,
520
+ skipPrompt: true,
487
521
  },
488
522
  {
489
523
  type: 'text',
490
524
  name: 'module',
491
525
  message: 'module',
492
526
  required: false,
527
+ skipPrompt: true,
493
528
  },
494
529
  {
495
530
  type: 'text',
496
531
  name: 'scope',
497
532
  message: 'scope',
498
533
  required: false,
534
+ skipPrompt: true,
499
535
  },
500
536
  ]);
501
537
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -156,6 +156,7 @@ async function handleCreate(argv, prompter) {
156
156
  name: 'databaseId',
157
157
  message: 'databaseId',
158
158
  required: false,
159
+ skipPrompt: true,
159
160
  },
160
161
  {
161
162
  type: 'text',
@@ -168,24 +169,28 @@ async function handleCreate(argv, prompter) {
168
169
  name: 'name',
169
170
  message: 'name',
170
171
  required: false,
172
+ skipPrompt: true,
171
173
  },
172
174
  {
173
175
  type: 'text',
174
176
  name: 'description',
175
177
  message: 'description',
176
178
  required: false,
179
+ skipPrompt: true,
177
180
  },
178
181
  {
179
182
  type: 'text',
180
183
  name: 'smartTags',
181
184
  message: 'smartTags',
182
185
  required: false,
186
+ skipPrompt: true,
183
187
  },
184
188
  {
185
189
  type: 'text',
186
190
  name: 'type',
187
191
  message: 'type',
188
192
  required: false,
193
+ skipPrompt: true,
189
194
  },
190
195
  {
191
196
  type: 'text',
@@ -210,36 +215,42 @@ async function handleCreate(argv, prompter) {
210
215
  name: 'deleteAction',
211
216
  message: 'deleteAction',
212
217
  required: false,
218
+ skipPrompt: true,
213
219
  },
214
220
  {
215
221
  type: 'text',
216
222
  name: 'updateAction',
217
223
  message: 'updateAction',
218
224
  required: false,
225
+ skipPrompt: true,
219
226
  },
220
227
  {
221
228
  type: 'text',
222
229
  name: 'category',
223
230
  message: 'category',
224
231
  required: false,
232
+ skipPrompt: true,
225
233
  },
226
234
  {
227
235
  type: 'text',
228
236
  name: 'module',
229
237
  message: 'module',
230
238
  required: false,
239
+ skipPrompt: true,
231
240
  },
232
241
  {
233
242
  type: 'text',
234
243
  name: 'scope',
235
244
  message: 'scope',
236
245
  required: false,
246
+ skipPrompt: true,
237
247
  },
238
248
  {
239
249
  type: 'text',
240
250
  name: 'tags',
241
251
  message: 'tags',
242
252
  required: false,
253
+ skipPrompt: true,
243
254
  },
244
255
  ]);
245
256
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -310,6 +321,7 @@ async function handleUpdate(argv, prompter) {
310
321
  name: 'databaseId',
311
322
  message: 'databaseId',
312
323
  required: false,
324
+ skipPrompt: true,
313
325
  },
314
326
  {
315
327
  type: 'text',
@@ -322,24 +334,28 @@ async function handleUpdate(argv, prompter) {
322
334
  name: 'name',
323
335
  message: 'name',
324
336
  required: false,
337
+ skipPrompt: true,
325
338
  },
326
339
  {
327
340
  type: 'text',
328
341
  name: 'description',
329
342
  message: 'description',
330
343
  required: false,
344
+ skipPrompt: true,
331
345
  },
332
346
  {
333
347
  type: 'text',
334
348
  name: 'smartTags',
335
349
  message: 'smartTags',
336
350
  required: false,
351
+ skipPrompt: true,
337
352
  },
338
353
  {
339
354
  type: 'text',
340
355
  name: 'type',
341
356
  message: 'type',
342
357
  required: false,
358
+ skipPrompt: true,
343
359
  },
344
360
  {
345
361
  type: 'text',
@@ -364,36 +380,42 @@ async function handleUpdate(argv, prompter) {
364
380
  name: 'deleteAction',
365
381
  message: 'deleteAction',
366
382
  required: false,
383
+ skipPrompt: true,
367
384
  },
368
385
  {
369
386
  type: 'text',
370
387
  name: 'updateAction',
371
388
  message: 'updateAction',
372
389
  required: false,
390
+ skipPrompt: true,
373
391
  },
374
392
  {
375
393
  type: 'text',
376
394
  name: 'category',
377
395
  message: 'category',
378
396
  required: false,
397
+ skipPrompt: true,
379
398
  },
380
399
  {
381
400
  type: 'text',
382
401
  name: 'module',
383
402
  message: 'module',
384
403
  required: false,
404
+ skipPrompt: true,
385
405
  },
386
406
  {
387
407
  type: 'text',
388
408
  name: 'scope',
389
409
  message: 'scope',
390
410
  required: false,
411
+ skipPrompt: true,
391
412
  },
392
413
  {
393
414
  type: 'text',
394
415
  name: 'tags',
395
416
  message: 'tags',
396
417
  required: false,
418
+ skipPrompt: true,
397
419
  },
398
420
  ]);
399
421
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -129,6 +129,7 @@ async function handleCreate(argv, prompter) {
129
129
  name: 'databaseId',
130
130
  message: 'databaseId',
131
131
  required: false,
132
+ skipPrompt: true,
132
133
  },
133
134
  {
134
135
  type: 'text',
@@ -211,6 +212,7 @@ async function handleUpdate(argv, prompter) {
211
212
  name: 'databaseId',
212
213
  message: 'databaseId',
213
214
  required: false,
215
+ skipPrompt: true,
214
216
  },
215
217
  {
216
218
  type: 'text',
@@ -168,48 +168,56 @@ async function handleCreate(argv, prompter) {
168
168
  name: 'schemaId',
169
169
  message: 'schemaId',
170
170
  required: false,
171
+ skipPrompt: true,
171
172
  },
172
173
  {
173
174
  type: 'text',
174
175
  name: 'privateSchemaId',
175
176
  message: 'privateSchemaId',
176
177
  required: false,
178
+ skipPrompt: true,
177
179
  },
178
180
  {
179
181
  type: 'text',
180
182
  name: 'chartEdgesTableId',
181
183
  message: 'chartEdgesTableId',
182
184
  required: false,
185
+ skipPrompt: true,
183
186
  },
184
187
  {
185
188
  type: 'text',
186
189
  name: 'chartEdgesTableName',
187
190
  message: 'chartEdgesTableName',
188
191
  required: false,
192
+ skipPrompt: true,
189
193
  },
190
194
  {
191
195
  type: 'text',
192
196
  name: 'hierarchySprtTableId',
193
197
  message: 'hierarchySprtTableId',
194
198
  required: false,
199
+ skipPrompt: true,
195
200
  },
196
201
  {
197
202
  type: 'text',
198
203
  name: 'hierarchySprtTableName',
199
204
  message: 'hierarchySprtTableName',
200
205
  required: false,
206
+ skipPrompt: true,
201
207
  },
202
208
  {
203
209
  type: 'text',
204
210
  name: 'chartEdgeGrantsTableId',
205
211
  message: 'chartEdgeGrantsTableId',
206
212
  required: false,
213
+ skipPrompt: true,
207
214
  },
208
215
  {
209
216
  type: 'text',
210
217
  name: 'chartEdgeGrantsTableName',
211
218
  message: 'chartEdgeGrantsTableName',
212
219
  required: false,
220
+ skipPrompt: true,
213
221
  },
214
222
  {
215
223
  type: 'text',
@@ -228,42 +236,49 @@ async function handleCreate(argv, prompter) {
228
236
  name: 'prefix',
229
237
  message: 'prefix',
230
238
  required: false,
239
+ skipPrompt: true,
231
240
  },
232
241
  {
233
242
  type: 'text',
234
243
  name: 'privateSchemaName',
235
244
  message: 'privateSchemaName',
236
245
  required: false,
246
+ skipPrompt: true,
237
247
  },
238
248
  {
239
249
  type: 'text',
240
250
  name: 'sprtTableName',
241
251
  message: 'sprtTableName',
242
252
  required: false,
253
+ skipPrompt: true,
243
254
  },
244
255
  {
245
256
  type: 'text',
246
257
  name: 'rebuildHierarchyFunction',
247
258
  message: 'rebuildHierarchyFunction',
248
259
  required: false,
260
+ skipPrompt: true,
249
261
  },
250
262
  {
251
263
  type: 'text',
252
264
  name: 'getSubordinatesFunction',
253
265
  message: 'getSubordinatesFunction',
254
266
  required: false,
267
+ skipPrompt: true,
255
268
  },
256
269
  {
257
270
  type: 'text',
258
271
  name: 'getManagersFunction',
259
272
  message: 'getManagersFunction',
260
273
  required: false,
274
+ skipPrompt: true,
261
275
  },
262
276
  {
263
277
  type: 'text',
264
278
  name: 'isManagerOfFunction',
265
279
  message: 'isManagerOfFunction',
266
280
  required: false,
281
+ skipPrompt: true,
267
282
  },
268
283
  ]);
269
284
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
@@ -345,48 +360,56 @@ async function handleUpdate(argv, prompter) {
345
360
  name: 'schemaId',
346
361
  message: 'schemaId',
347
362
  required: false,
363
+ skipPrompt: true,
348
364
  },
349
365
  {
350
366
  type: 'text',
351
367
  name: 'privateSchemaId',
352
368
  message: 'privateSchemaId',
353
369
  required: false,
370
+ skipPrompt: true,
354
371
  },
355
372
  {
356
373
  type: 'text',
357
374
  name: 'chartEdgesTableId',
358
375
  message: 'chartEdgesTableId',
359
376
  required: false,
377
+ skipPrompt: true,
360
378
  },
361
379
  {
362
380
  type: 'text',
363
381
  name: 'chartEdgesTableName',
364
382
  message: 'chartEdgesTableName',
365
383
  required: false,
384
+ skipPrompt: true,
366
385
  },
367
386
  {
368
387
  type: 'text',
369
388
  name: 'hierarchySprtTableId',
370
389
  message: 'hierarchySprtTableId',
371
390
  required: false,
391
+ skipPrompt: true,
372
392
  },
373
393
  {
374
394
  type: 'text',
375
395
  name: 'hierarchySprtTableName',
376
396
  message: 'hierarchySprtTableName',
377
397
  required: false,
398
+ skipPrompt: true,
378
399
  },
379
400
  {
380
401
  type: 'text',
381
402
  name: 'chartEdgeGrantsTableId',
382
403
  message: 'chartEdgeGrantsTableId',
383
404
  required: false,
405
+ skipPrompt: true,
384
406
  },
385
407
  {
386
408
  type: 'text',
387
409
  name: 'chartEdgeGrantsTableName',
388
410
  message: 'chartEdgeGrantsTableName',
389
411
  required: false,
412
+ skipPrompt: true,
390
413
  },
391
414
  {
392
415
  type: 'text',
@@ -405,42 +428,49 @@ async function handleUpdate(argv, prompter) {
405
428
  name: 'prefix',
406
429
  message: 'prefix',
407
430
  required: false,
431
+ skipPrompt: true,
408
432
  },
409
433
  {
410
434
  type: 'text',
411
435
  name: 'privateSchemaName',
412
436
  message: 'privateSchemaName',
413
437
  required: false,
438
+ skipPrompt: true,
414
439
  },
415
440
  {
416
441
  type: 'text',
417
442
  name: 'sprtTableName',
418
443
  message: 'sprtTableName',
419
444
  required: false,
445
+ skipPrompt: true,
420
446
  },
421
447
  {
422
448
  type: 'text',
423
449
  name: 'rebuildHierarchyFunction',
424
450
  message: 'rebuildHierarchyFunction',
425
451
  required: false,
452
+ skipPrompt: true,
426
453
  },
427
454
  {
428
455
  type: 'text',
429
456
  name: 'getSubordinatesFunction',
430
457
  message: 'getSubordinatesFunction',
431
458
  required: false,
459
+ skipPrompt: true,
432
460
  },
433
461
  {
434
462
  type: 'text',
435
463
  name: 'getManagersFunction',
436
464
  message: 'getManagersFunction',
437
465
  required: false,
466
+ skipPrompt: true,
438
467
  },
439
468
  {
440
469
  type: 'text',
441
470
  name: 'isManagerOfFunction',
442
471
  message: 'isManagerOfFunction',
443
472
  required: false,
473
+ skipPrompt: true,
444
474
  },
445
475
  ]);
446
476
  const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);