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