@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.
- package/admin/cli/commands/app-achievement.js +4 -0
- package/admin/cli/commands/app-admin-grant.js +4 -0
- package/admin/cli/commands/app-grant.js +6 -0
- package/admin/cli/commands/app-level-requirement.js +6 -0
- package/admin/cli/commands/app-level.js +6 -0
- package/admin/cli/commands/app-limit-default.js +2 -0
- package/admin/cli/commands/app-limit.js +6 -0
- package/admin/cli/commands/app-membership-default.js +8 -0
- package/admin/cli/commands/app-membership.js +24 -0
- package/admin/cli/commands/app-owner-grant.js +4 -0
- package/admin/cli/commands/app-permission-default.js +2 -0
- package/admin/cli/commands/app-permission.js +8 -0
- package/admin/cli/commands/app-step.js +4 -0
- package/admin/cli/commands/claimed-invite.js +6 -0
- package/admin/cli/commands/invite.js +18 -0
- package/admin/cli/commands/org-admin-grant.js +4 -0
- package/admin/cli/commands/org-chart-edge-grant.js +8 -0
- package/admin/cli/commands/org-chart-edge.js +6 -0
- package/admin/cli/commands/org-claimed-invite.js +6 -0
- package/admin/cli/commands/org-grant.js +6 -0
- package/admin/cli/commands/org-invite.js +20 -0
- package/admin/cli/commands/org-limit-default.js +2 -0
- package/admin/cli/commands/org-limit.js +6 -0
- package/admin/cli/commands/org-member.js +2 -0
- package/admin/cli/commands/org-membership-default.js +10 -0
- package/admin/cli/commands/org-membership.js +22 -0
- package/admin/cli/commands/org-owner-grant.js +4 -0
- package/admin/cli/commands/org-permission-default.js +2 -0
- package/admin/cli/commands/org-permission.js +8 -0
- package/auth/cli/commands/audit-log.js +8 -0
- package/auth/cli/commands/connected-account.js +4 -0
- package/auth/cli/commands/crypto-address.js +6 -0
- package/auth/cli/commands/email.js +6 -0
- package/auth/cli/commands/phone-number.js +6 -0
- package/auth/cli/commands/user.js +10 -0
- package/esm/admin/cli/commands/app-achievement.js +4 -0
- package/esm/admin/cli/commands/app-admin-grant.js +4 -0
- package/esm/admin/cli/commands/app-grant.js +6 -0
- package/esm/admin/cli/commands/app-level-requirement.js +6 -0
- package/esm/admin/cli/commands/app-level.js +6 -0
- package/esm/admin/cli/commands/app-limit-default.js +2 -0
- package/esm/admin/cli/commands/app-limit.js +6 -0
- package/esm/admin/cli/commands/app-membership-default.js +8 -0
- package/esm/admin/cli/commands/app-membership.js +24 -0
- package/esm/admin/cli/commands/app-owner-grant.js +4 -0
- package/esm/admin/cli/commands/app-permission-default.js +2 -0
- package/esm/admin/cli/commands/app-permission.js +8 -0
- package/esm/admin/cli/commands/app-step.js +4 -0
- package/esm/admin/cli/commands/claimed-invite.js +6 -0
- package/esm/admin/cli/commands/invite.js +18 -0
- package/esm/admin/cli/commands/org-admin-grant.js +4 -0
- package/esm/admin/cli/commands/org-chart-edge-grant.js +8 -0
- package/esm/admin/cli/commands/org-chart-edge.js +6 -0
- package/esm/admin/cli/commands/org-claimed-invite.js +6 -0
- package/esm/admin/cli/commands/org-grant.js +6 -0
- package/esm/admin/cli/commands/org-invite.js +20 -0
- package/esm/admin/cli/commands/org-limit-default.js +2 -0
- package/esm/admin/cli/commands/org-limit.js +6 -0
- package/esm/admin/cli/commands/org-member.js +2 -0
- package/esm/admin/cli/commands/org-membership-default.js +10 -0
- package/esm/admin/cli/commands/org-membership.js +22 -0
- package/esm/admin/cli/commands/org-owner-grant.js +4 -0
- package/esm/admin/cli/commands/org-permission-default.js +2 -0
- package/esm/admin/cli/commands/org-permission.js +8 -0
- package/esm/auth/cli/commands/audit-log.js +8 -0
- package/esm/auth/cli/commands/connected-account.js +4 -0
- package/esm/auth/cli/commands/crypto-address.js +6 -0
- package/esm/auth/cli/commands/email.js +6 -0
- package/esm/auth/cli/commands/phone-number.js +6 -0
- package/esm/auth/cli/commands/user.js +10 -0
- package/esm/objects/cli/commands/commit.js +12 -0
- package/esm/objects/cli/commands/object.js +8 -0
- package/esm/objects/cli/commands/ref.js +2 -0
- package/esm/objects/cli/commands/store.js +2 -0
- package/esm/public/cli/commands/api.js +8 -0
- package/esm/public/cli/commands/app-achievement.js +4 -0
- package/esm/public/cli/commands/app-admin-grant.js +4 -0
- package/esm/public/cli/commands/app-grant.js +6 -0
- package/esm/public/cli/commands/app-level-requirement.js +6 -0
- package/esm/public/cli/commands/app-level.js +6 -0
- package/esm/public/cli/commands/app-limit-default.js +2 -0
- package/esm/public/cli/commands/app-limit.js +6 -0
- package/esm/public/cli/commands/app-membership-default.js +8 -0
- package/esm/public/cli/commands/app-membership.js +24 -0
- package/esm/public/cli/commands/app-owner-grant.js +4 -0
- package/esm/public/cli/commands/app-permission-default.js +2 -0
- package/esm/public/cli/commands/app-permission.js +8 -0
- package/esm/public/cli/commands/app-step.js +4 -0
- package/esm/public/cli/commands/app.js +12 -0
- package/esm/public/cli/commands/ast-migration.js +11 -0
- package/esm/public/cli/commands/audit-log.js +8 -0
- package/esm/public/cli/commands/check-constraint.js +18 -0
- package/esm/public/cli/commands/claimed-invite.js +6 -0
- package/esm/public/cli/commands/commit.js +12 -0
- package/esm/public/cli/commands/connected-account.js +4 -0
- package/esm/public/cli/commands/connected-accounts-module.js +8 -0
- package/esm/public/cli/commands/crypto-address.js +6 -0
- package/esm/public/cli/commands/crypto-addresses-module.js +10 -0
- package/esm/public/cli/commands/crypto-auth-module.js +22 -0
- package/esm/public/cli/commands/database-provision-module.js +16 -0
- package/esm/public/cli/commands/database.js +10 -0
- package/esm/public/cli/commands/default-privilege.js +4 -0
- package/esm/public/cli/commands/denormalized-table-field.js +12 -0
- package/esm/public/cli/commands/domain.js +8 -0
- package/esm/public/cli/commands/email.js +6 -0
- package/esm/public/cli/commands/emails-module.js +8 -0
- package/esm/public/cli/commands/encrypted-secrets-module.js +6 -0
- package/esm/public/cli/commands/field-module.js +12 -0
- package/esm/public/cli/commands/field.js +36 -0
- package/esm/public/cli/commands/foreign-key-constraint.js +22 -0
- package/esm/public/cli/commands/full-text-search.js +2 -0
- package/esm/public/cli/commands/hierarchy-module.js +30 -0
- package/esm/public/cli/commands/index.js +24 -0
- package/esm/public/cli/commands/invite.js +18 -0
- package/esm/public/cli/commands/invites-module.js +22 -0
- package/esm/public/cli/commands/levels-module.js +46 -0
- package/esm/public/cli/commands/limits-module.js +30 -0
- package/esm/public/cli/commands/membership-types-module.js +6 -0
- package/esm/public/cli/commands/memberships-module.js +56 -0
- package/esm/public/cli/commands/node-type-registry.js +8 -0
- package/esm/public/cli/commands/object.js +8 -0
- package/esm/public/cli/commands/org-admin-grant.js +4 -0
- package/esm/public/cli/commands/org-chart-edge-grant.js +8 -0
- package/esm/public/cli/commands/org-chart-edge.js +6 -0
- package/esm/public/cli/commands/org-claimed-invite.js +6 -0
- package/esm/public/cli/commands/org-grant.js +6 -0
- package/esm/public/cli/commands/org-invite.js +20 -0
- package/esm/public/cli/commands/org-limit-default.js +2 -0
- package/esm/public/cli/commands/org-limit.js +6 -0
- package/esm/public/cli/commands/org-member.js +2 -0
- package/esm/public/cli/commands/org-membership-default.js +10 -0
- package/esm/public/cli/commands/org-membership.js +22 -0
- package/esm/public/cli/commands/org-owner-grant.js +4 -0
- package/esm/public/cli/commands/org-permission-default.js +2 -0
- package/esm/public/cli/commands/org-permission.js +8 -0
- package/esm/public/cli/commands/permissions-module.js +28 -0
- package/esm/public/cli/commands/phone-number.js +6 -0
- package/esm/public/cli/commands/phone-numbers-module.js +8 -0
- package/esm/public/cli/commands/policy.js +26 -0
- package/esm/public/cli/commands/primary-key-constraint.js +16 -0
- package/esm/public/cli/commands/profiles-module.js +30 -0
- package/esm/public/cli/commands/ref.js +2 -0
- package/esm/public/cli/commands/relation-provision.js +46 -0
- package/esm/public/cli/commands/rls-module.js +20 -0
- package/esm/public/cli/commands/schema-grant.js +2 -0
- package/esm/public/cli/commands/schema.js +16 -0
- package/esm/public/cli/commands/secrets-module.js +6 -0
- package/esm/public/cli/commands/secure-table-provision.js +30 -0
- package/esm/public/cli/commands/sessions-module.js +18 -0
- package/esm/public/cli/commands/site-metadatum.js +6 -0
- package/esm/public/cli/commands/site.js +14 -0
- package/esm/public/cli/commands/sql-migration.js +11 -0
- package/esm/public/cli/commands/store.js +2 -0
- package/esm/public/cli/commands/table-grant.js +6 -0
- package/esm/public/cli/commands/table-module.js +12 -0
- package/esm/public/cli/commands/table-template-module.js +10 -0
- package/esm/public/cli/commands/table.js +28 -0
- package/esm/public/cli/commands/trigger-function.js +2 -0
- package/esm/public/cli/commands/trigger.js +16 -0
- package/esm/public/cli/commands/unique-constraint.js +18 -0
- package/esm/public/cli/commands/user-auth-module.js +48 -0
- package/esm/public/cli/commands/user.js +10 -0
- package/esm/public/cli/commands/users-module.js +10 -0
- package/esm/public/cli/commands/uuid-module.js +4 -0
- package/esm/public/cli/commands/view-grant.js +6 -0
- package/esm/public/cli/commands/view-rule.js +4 -0
- package/esm/public/cli/commands/view-table.js +2 -0
- package/esm/public/cli/commands/view.js +24 -0
- package/objects/cli/commands/commit.js +12 -0
- package/objects/cli/commands/object.js +8 -0
- package/objects/cli/commands/ref.js +2 -0
- package/objects/cli/commands/store.js +2 -0
- package/package.json +4 -4
- package/public/cli/commands/api.js +8 -0
- package/public/cli/commands/app-achievement.js +4 -0
- package/public/cli/commands/app-admin-grant.js +4 -0
- package/public/cli/commands/app-grant.js +6 -0
- package/public/cli/commands/app-level-requirement.js +6 -0
- package/public/cli/commands/app-level.js +6 -0
- package/public/cli/commands/app-limit-default.js +2 -0
- package/public/cli/commands/app-limit.js +6 -0
- package/public/cli/commands/app-membership-default.js +8 -0
- package/public/cli/commands/app-membership.js +24 -0
- package/public/cli/commands/app-owner-grant.js +4 -0
- package/public/cli/commands/app-permission-default.js +2 -0
- package/public/cli/commands/app-permission.js +8 -0
- package/public/cli/commands/app-step.js +4 -0
- package/public/cli/commands/app.js +12 -0
- package/public/cli/commands/ast-migration.js +11 -0
- package/public/cli/commands/audit-log.js +8 -0
- package/public/cli/commands/check-constraint.js +18 -0
- package/public/cli/commands/claimed-invite.js +6 -0
- package/public/cli/commands/commit.js +12 -0
- package/public/cli/commands/connected-account.js +4 -0
- package/public/cli/commands/connected-accounts-module.js +8 -0
- package/public/cli/commands/crypto-address.js +6 -0
- package/public/cli/commands/crypto-addresses-module.js +10 -0
- package/public/cli/commands/crypto-auth-module.js +22 -0
- package/public/cli/commands/database-provision-module.js +16 -0
- package/public/cli/commands/database.js +10 -0
- package/public/cli/commands/default-privilege.js +4 -0
- package/public/cli/commands/denormalized-table-field.js +12 -0
- package/public/cli/commands/domain.js +8 -0
- package/public/cli/commands/email.js +6 -0
- package/public/cli/commands/emails-module.js +8 -0
- package/public/cli/commands/encrypted-secrets-module.js +6 -0
- package/public/cli/commands/field-module.js +12 -0
- package/public/cli/commands/field.js +36 -0
- package/public/cli/commands/foreign-key-constraint.js +22 -0
- package/public/cli/commands/full-text-search.js +2 -0
- package/public/cli/commands/hierarchy-module.js +30 -0
- package/public/cli/commands/index.js +24 -0
- package/public/cli/commands/invite.js +18 -0
- package/public/cli/commands/invites-module.js +22 -0
- package/public/cli/commands/levels-module.js +46 -0
- package/public/cli/commands/limits-module.js +30 -0
- package/public/cli/commands/membership-types-module.js +6 -0
- package/public/cli/commands/memberships-module.js +56 -0
- package/public/cli/commands/node-type-registry.js +8 -0
- package/public/cli/commands/object.js +8 -0
- package/public/cli/commands/org-admin-grant.js +4 -0
- package/public/cli/commands/org-chart-edge-grant.js +8 -0
- package/public/cli/commands/org-chart-edge.js +6 -0
- package/public/cli/commands/org-claimed-invite.js +6 -0
- package/public/cli/commands/org-grant.js +6 -0
- package/public/cli/commands/org-invite.js +20 -0
- package/public/cli/commands/org-limit-default.js +2 -0
- package/public/cli/commands/org-limit.js +6 -0
- package/public/cli/commands/org-member.js +2 -0
- package/public/cli/commands/org-membership-default.js +10 -0
- package/public/cli/commands/org-membership.js +22 -0
- package/public/cli/commands/org-owner-grant.js +4 -0
- package/public/cli/commands/org-permission-default.js +2 -0
- package/public/cli/commands/org-permission.js +8 -0
- package/public/cli/commands/permissions-module.js +28 -0
- package/public/cli/commands/phone-number.js +6 -0
- package/public/cli/commands/phone-numbers-module.js +8 -0
- package/public/cli/commands/policy.js +26 -0
- package/public/cli/commands/primary-key-constraint.js +16 -0
- package/public/cli/commands/profiles-module.js +30 -0
- package/public/cli/commands/ref.js +2 -0
- package/public/cli/commands/relation-provision.js +46 -0
- package/public/cli/commands/rls-module.js +20 -0
- package/public/cli/commands/schema-grant.js +2 -0
- package/public/cli/commands/schema.js +16 -0
- package/public/cli/commands/secrets-module.js +6 -0
- package/public/cli/commands/secure-table-provision.js +30 -0
- package/public/cli/commands/sessions-module.js +18 -0
- package/public/cli/commands/site-metadatum.js +6 -0
- package/public/cli/commands/site.js +14 -0
- package/public/cli/commands/sql-migration.js +11 -0
- package/public/cli/commands/store.js +2 -0
- package/public/cli/commands/table-grant.js +6 -0
- package/public/cli/commands/table-module.js +12 -0
- package/public/cli/commands/table-template-module.js +10 -0
- package/public/cli/commands/table.js +28 -0
- package/public/cli/commands/trigger-function.js +2 -0
- package/public/cli/commands/trigger.js +16 -0
- package/public/cli/commands/unique-constraint.js +18 -0
- package/public/cli/commands/user-auth-module.js +48 -0
- package/public/cli/commands/user.js +10 -0
- package/public/cli/commands/users-module.js +10 -0
- package/public/cli/commands/uuid-module.js +4 -0
- package/public/cli/commands/view-grant.js +6 -0
- package/public/cli/commands/view-rule.js +4 -0
- package/public/cli/commands/view-table.js +2 -0
- package/public/cli/commands/view.js +24 -0
|
@@ -148,36 +148,42 @@ async function handleCreate(argv, prompter) {
|
|
|
148
148
|
name: 'schemaId',
|
|
149
149
|
message: 'schemaId',
|
|
150
150
|
required: false,
|
|
151
|
+
skipPrompt: true,
|
|
151
152
|
},
|
|
152
153
|
{
|
|
153
154
|
type: 'text',
|
|
154
155
|
name: 'usersTableId',
|
|
155
156
|
message: 'usersTableId',
|
|
156
157
|
required: false,
|
|
158
|
+
skipPrompt: true,
|
|
157
159
|
},
|
|
158
160
|
{
|
|
159
161
|
type: 'text',
|
|
160
162
|
name: 'secretsTableId',
|
|
161
163
|
message: 'secretsTableId',
|
|
162
164
|
required: false,
|
|
165
|
+
skipPrompt: true,
|
|
163
166
|
},
|
|
164
167
|
{
|
|
165
168
|
type: 'text',
|
|
166
169
|
name: 'sessionsTableId',
|
|
167
170
|
message: 'sessionsTableId',
|
|
168
171
|
required: false,
|
|
172
|
+
skipPrompt: true,
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
type: 'text',
|
|
172
176
|
name: 'sessionCredentialsTableId',
|
|
173
177
|
message: 'sessionCredentialsTableId',
|
|
174
178
|
required: false,
|
|
179
|
+
skipPrompt: true,
|
|
175
180
|
},
|
|
176
181
|
{
|
|
177
182
|
type: 'text',
|
|
178
183
|
name: 'addressesTableId',
|
|
179
184
|
message: 'addressesTableId',
|
|
180
185
|
required: false,
|
|
186
|
+
skipPrompt: true,
|
|
181
187
|
},
|
|
182
188
|
{
|
|
183
189
|
type: 'text',
|
|
@@ -190,30 +196,35 @@ async function handleCreate(argv, prompter) {
|
|
|
190
196
|
name: 'cryptoNetwork',
|
|
191
197
|
message: 'cryptoNetwork',
|
|
192
198
|
required: false,
|
|
199
|
+
skipPrompt: true,
|
|
193
200
|
},
|
|
194
201
|
{
|
|
195
202
|
type: 'text',
|
|
196
203
|
name: 'signInRequestChallenge',
|
|
197
204
|
message: 'signInRequestChallenge',
|
|
198
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
199
207
|
},
|
|
200
208
|
{
|
|
201
209
|
type: 'text',
|
|
202
210
|
name: 'signInRecordFailure',
|
|
203
211
|
message: 'signInRecordFailure',
|
|
204
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
205
214
|
},
|
|
206
215
|
{
|
|
207
216
|
type: 'text',
|
|
208
217
|
name: 'signUpWithKey',
|
|
209
218
|
message: 'signUpWithKey',
|
|
210
219
|
required: false,
|
|
220
|
+
skipPrompt: true,
|
|
211
221
|
},
|
|
212
222
|
{
|
|
213
223
|
type: 'text',
|
|
214
224
|
name: 'signInWithChallenge',
|
|
215
225
|
message: 'signInWithChallenge',
|
|
216
226
|
required: false,
|
|
227
|
+
skipPrompt: true,
|
|
217
228
|
},
|
|
218
229
|
]);
|
|
219
230
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -284,36 +295,42 @@ async function handleUpdate(argv, prompter) {
|
|
|
284
295
|
name: 'schemaId',
|
|
285
296
|
message: 'schemaId',
|
|
286
297
|
required: false,
|
|
298
|
+
skipPrompt: true,
|
|
287
299
|
},
|
|
288
300
|
{
|
|
289
301
|
type: 'text',
|
|
290
302
|
name: 'usersTableId',
|
|
291
303
|
message: 'usersTableId',
|
|
292
304
|
required: false,
|
|
305
|
+
skipPrompt: true,
|
|
293
306
|
},
|
|
294
307
|
{
|
|
295
308
|
type: 'text',
|
|
296
309
|
name: 'secretsTableId',
|
|
297
310
|
message: 'secretsTableId',
|
|
298
311
|
required: false,
|
|
312
|
+
skipPrompt: true,
|
|
299
313
|
},
|
|
300
314
|
{
|
|
301
315
|
type: 'text',
|
|
302
316
|
name: 'sessionsTableId',
|
|
303
317
|
message: 'sessionsTableId',
|
|
304
318
|
required: false,
|
|
319
|
+
skipPrompt: true,
|
|
305
320
|
},
|
|
306
321
|
{
|
|
307
322
|
type: 'text',
|
|
308
323
|
name: 'sessionCredentialsTableId',
|
|
309
324
|
message: 'sessionCredentialsTableId',
|
|
310
325
|
required: false,
|
|
326
|
+
skipPrompt: true,
|
|
311
327
|
},
|
|
312
328
|
{
|
|
313
329
|
type: 'text',
|
|
314
330
|
name: 'addressesTableId',
|
|
315
331
|
message: 'addressesTableId',
|
|
316
332
|
required: false,
|
|
333
|
+
skipPrompt: true,
|
|
317
334
|
},
|
|
318
335
|
{
|
|
319
336
|
type: 'text',
|
|
@@ -326,30 +343,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
326
343
|
name: 'cryptoNetwork',
|
|
327
344
|
message: 'cryptoNetwork',
|
|
328
345
|
required: false,
|
|
346
|
+
skipPrompt: true,
|
|
329
347
|
},
|
|
330
348
|
{
|
|
331
349
|
type: 'text',
|
|
332
350
|
name: 'signInRequestChallenge',
|
|
333
351
|
message: 'signInRequestChallenge',
|
|
334
352
|
required: false,
|
|
353
|
+
skipPrompt: true,
|
|
335
354
|
},
|
|
336
355
|
{
|
|
337
356
|
type: 'text',
|
|
338
357
|
name: 'signInRecordFailure',
|
|
339
358
|
message: 'signInRecordFailure',
|
|
340
359
|
required: false,
|
|
360
|
+
skipPrompt: true,
|
|
341
361
|
},
|
|
342
362
|
{
|
|
343
363
|
type: 'text',
|
|
344
364
|
name: 'signUpWithKey',
|
|
345
365
|
message: 'signUpWithKey',
|
|
346
366
|
required: false,
|
|
367
|
+
skipPrompt: true,
|
|
347
368
|
},
|
|
348
369
|
{
|
|
349
370
|
type: 'text',
|
|
350
371
|
name: 'signInWithChallenge',
|
|
351
372
|
message: 'signInWithChallenge',
|
|
352
373
|
required: false,
|
|
374
|
+
skipPrompt: true,
|
|
353
375
|
},
|
|
354
376
|
]);
|
|
355
377
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -154,6 +154,7 @@ async function handleCreate(argv, prompter) {
|
|
|
154
154
|
name: 'subdomain',
|
|
155
155
|
message: 'subdomain',
|
|
156
156
|
required: false,
|
|
157
|
+
skipPrompt: true,
|
|
157
158
|
},
|
|
158
159
|
{
|
|
159
160
|
type: 'text',
|
|
@@ -166,42 +167,49 @@ async function handleCreate(argv, prompter) {
|
|
|
166
167
|
name: 'modules',
|
|
167
168
|
message: 'modules',
|
|
168
169
|
required: false,
|
|
170
|
+
skipPrompt: true,
|
|
169
171
|
},
|
|
170
172
|
{
|
|
171
173
|
type: 'text',
|
|
172
174
|
name: 'options',
|
|
173
175
|
message: 'options',
|
|
174
176
|
required: false,
|
|
177
|
+
skipPrompt: true,
|
|
175
178
|
},
|
|
176
179
|
{
|
|
177
180
|
type: 'text',
|
|
178
181
|
name: 'bootstrapUser',
|
|
179
182
|
message: 'bootstrapUser',
|
|
180
183
|
required: false,
|
|
184
|
+
skipPrompt: true,
|
|
181
185
|
},
|
|
182
186
|
{
|
|
183
187
|
type: 'text',
|
|
184
188
|
name: 'status',
|
|
185
189
|
message: 'status',
|
|
186
190
|
required: false,
|
|
191
|
+
skipPrompt: true,
|
|
187
192
|
},
|
|
188
193
|
{
|
|
189
194
|
type: 'text',
|
|
190
195
|
name: 'errorMessage',
|
|
191
196
|
message: 'errorMessage',
|
|
192
197
|
required: false,
|
|
198
|
+
skipPrompt: true,
|
|
193
199
|
},
|
|
194
200
|
{
|
|
195
201
|
type: 'text',
|
|
196
202
|
name: 'databaseId',
|
|
197
203
|
message: 'databaseId',
|
|
198
204
|
required: false,
|
|
205
|
+
skipPrompt: true,
|
|
199
206
|
},
|
|
200
207
|
{
|
|
201
208
|
type: 'text',
|
|
202
209
|
name: 'completedAt',
|
|
203
210
|
message: 'completedAt',
|
|
204
211
|
required: false,
|
|
212
|
+
skipPrompt: true,
|
|
205
213
|
},
|
|
206
214
|
]);
|
|
207
215
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -276,6 +284,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
276
284
|
name: 'subdomain',
|
|
277
285
|
message: 'subdomain',
|
|
278
286
|
required: false,
|
|
287
|
+
skipPrompt: true,
|
|
279
288
|
},
|
|
280
289
|
{
|
|
281
290
|
type: 'text',
|
|
@@ -288,42 +297,49 @@ async function handleUpdate(argv, prompter) {
|
|
|
288
297
|
name: 'modules',
|
|
289
298
|
message: 'modules',
|
|
290
299
|
required: false,
|
|
300
|
+
skipPrompt: true,
|
|
291
301
|
},
|
|
292
302
|
{
|
|
293
303
|
type: 'text',
|
|
294
304
|
name: 'options',
|
|
295
305
|
message: 'options',
|
|
296
306
|
required: false,
|
|
307
|
+
skipPrompt: true,
|
|
297
308
|
},
|
|
298
309
|
{
|
|
299
310
|
type: 'text',
|
|
300
311
|
name: 'bootstrapUser',
|
|
301
312
|
message: 'bootstrapUser',
|
|
302
313
|
required: false,
|
|
314
|
+
skipPrompt: true,
|
|
303
315
|
},
|
|
304
316
|
{
|
|
305
317
|
type: 'text',
|
|
306
318
|
name: 'status',
|
|
307
319
|
message: 'status',
|
|
308
320
|
required: false,
|
|
321
|
+
skipPrompt: true,
|
|
309
322
|
},
|
|
310
323
|
{
|
|
311
324
|
type: 'text',
|
|
312
325
|
name: 'errorMessage',
|
|
313
326
|
message: 'errorMessage',
|
|
314
327
|
required: false,
|
|
328
|
+
skipPrompt: true,
|
|
315
329
|
},
|
|
316
330
|
{
|
|
317
331
|
type: 'text',
|
|
318
332
|
name: 'databaseId',
|
|
319
333
|
message: 'databaseId',
|
|
320
334
|
required: false,
|
|
335
|
+
skipPrompt: true,
|
|
321
336
|
},
|
|
322
337
|
{
|
|
323
338
|
type: 'text',
|
|
324
339
|
name: 'completedAt',
|
|
325
340
|
message: 'completedAt',
|
|
326
341
|
required: false,
|
|
342
|
+
skipPrompt: true,
|
|
327
343
|
},
|
|
328
344
|
]);
|
|
329
345
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -124,30 +124,35 @@ 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',
|
|
130
131
|
name: 'schemaHash',
|
|
131
132
|
message: 'schemaHash',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
{
|
|
135
137
|
type: 'text',
|
|
136
138
|
name: 'name',
|
|
137
139
|
message: 'name',
|
|
138
140
|
required: false,
|
|
141
|
+
skipPrompt: true,
|
|
139
142
|
},
|
|
140
143
|
{
|
|
141
144
|
type: 'text',
|
|
142
145
|
name: 'label',
|
|
143
146
|
message: 'label',
|
|
144
147
|
required: false,
|
|
148
|
+
skipPrompt: true,
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
type: 'text',
|
|
148
152
|
name: 'hash',
|
|
149
153
|
message: 'hash',
|
|
150
154
|
required: false,
|
|
155
|
+
skipPrompt: true,
|
|
151
156
|
},
|
|
152
157
|
]);
|
|
153
158
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -198,30 +203,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
198
203
|
name: 'ownerId',
|
|
199
204
|
message: 'ownerId',
|
|
200
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
201
207
|
},
|
|
202
208
|
{
|
|
203
209
|
type: 'text',
|
|
204
210
|
name: 'schemaHash',
|
|
205
211
|
message: 'schemaHash',
|
|
206
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
207
214
|
},
|
|
208
215
|
{
|
|
209
216
|
type: 'text',
|
|
210
217
|
name: 'name',
|
|
211
218
|
message: 'name',
|
|
212
219
|
required: false,
|
|
220
|
+
skipPrompt: true,
|
|
213
221
|
},
|
|
214
222
|
{
|
|
215
223
|
type: 'text',
|
|
216
224
|
name: 'label',
|
|
217
225
|
message: 'label',
|
|
218
226
|
required: false,
|
|
227
|
+
skipPrompt: true,
|
|
219
228
|
},
|
|
220
229
|
{
|
|
221
230
|
type: 'text',
|
|
222
231
|
name: 'hash',
|
|
223
232
|
message: 'hash',
|
|
224
233
|
required: false,
|
|
234
|
+
skipPrompt: true,
|
|
225
235
|
},
|
|
226
236
|
]);
|
|
227
237
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -121,6 +121,7 @@ async function handleCreate(argv, prompter) {
|
|
|
121
121
|
name: 'databaseId',
|
|
122
122
|
message: 'databaseId',
|
|
123
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
124
125
|
},
|
|
125
126
|
{
|
|
126
127
|
type: 'text',
|
|
@@ -151,6 +152,7 @@ async function handleCreate(argv, prompter) {
|
|
|
151
152
|
name: 'isGrant',
|
|
152
153
|
message: 'isGrant',
|
|
153
154
|
required: false,
|
|
155
|
+
skipPrompt: true,
|
|
154
156
|
},
|
|
155
157
|
]);
|
|
156
158
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -201,6 +203,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
201
203
|
name: 'databaseId',
|
|
202
204
|
message: 'databaseId',
|
|
203
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
204
207
|
},
|
|
205
208
|
{
|
|
206
209
|
type: 'text',
|
|
@@ -231,6 +234,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
231
234
|
name: 'isGrant',
|
|
232
235
|
message: 'isGrant',
|
|
233
236
|
required: false,
|
|
237
|
+
skipPrompt: true,
|
|
234
238
|
},
|
|
235
239
|
]);
|
|
236
240
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -154,6 +154,7 @@ async function handleCreate(argv, prompter) {
|
|
|
154
154
|
name: 'setIds',
|
|
155
155
|
message: 'setIds',
|
|
156
156
|
required: false,
|
|
157
|
+
skipPrompt: true,
|
|
157
158
|
},
|
|
158
159
|
{
|
|
159
160
|
type: 'text',
|
|
@@ -172,30 +173,35 @@ async function handleCreate(argv, prompter) {
|
|
|
172
173
|
name: 'refIds',
|
|
173
174
|
message: 'refIds',
|
|
174
175
|
required: false,
|
|
176
|
+
skipPrompt: true,
|
|
175
177
|
},
|
|
176
178
|
{
|
|
177
179
|
type: 'text',
|
|
178
180
|
name: 'useUpdates',
|
|
179
181
|
message: 'useUpdates',
|
|
180
182
|
required: false,
|
|
183
|
+
skipPrompt: true,
|
|
181
184
|
},
|
|
182
185
|
{
|
|
183
186
|
type: 'text',
|
|
184
187
|
name: 'updateDefaults',
|
|
185
188
|
message: 'updateDefaults',
|
|
186
189
|
required: false,
|
|
190
|
+
skipPrompt: true,
|
|
187
191
|
},
|
|
188
192
|
{
|
|
189
193
|
type: 'text',
|
|
190
194
|
name: 'funcName',
|
|
191
195
|
message: 'funcName',
|
|
192
196
|
required: false,
|
|
197
|
+
skipPrompt: true,
|
|
193
198
|
},
|
|
194
199
|
{
|
|
195
200
|
type: 'text',
|
|
196
201
|
name: 'funcOrder',
|
|
197
202
|
message: 'funcOrder',
|
|
198
203
|
required: false,
|
|
204
|
+
skipPrompt: true,
|
|
199
205
|
},
|
|
200
206
|
]);
|
|
201
207
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -274,6 +280,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
274
280
|
name: 'setIds',
|
|
275
281
|
message: 'setIds',
|
|
276
282
|
required: false,
|
|
283
|
+
skipPrompt: true,
|
|
277
284
|
},
|
|
278
285
|
{
|
|
279
286
|
type: 'text',
|
|
@@ -292,30 +299,35 @@ async function handleUpdate(argv, prompter) {
|
|
|
292
299
|
name: 'refIds',
|
|
293
300
|
message: 'refIds',
|
|
294
301
|
required: false,
|
|
302
|
+
skipPrompt: true,
|
|
295
303
|
},
|
|
296
304
|
{
|
|
297
305
|
type: 'text',
|
|
298
306
|
name: 'useUpdates',
|
|
299
307
|
message: 'useUpdates',
|
|
300
308
|
required: false,
|
|
309
|
+
skipPrompt: true,
|
|
301
310
|
},
|
|
302
311
|
{
|
|
303
312
|
type: 'text',
|
|
304
313
|
name: 'updateDefaults',
|
|
305
314
|
message: 'updateDefaults',
|
|
306
315
|
required: false,
|
|
316
|
+
skipPrompt: true,
|
|
307
317
|
},
|
|
308
318
|
{
|
|
309
319
|
type: 'text',
|
|
310
320
|
name: 'funcName',
|
|
311
321
|
message: 'funcName',
|
|
312
322
|
required: false,
|
|
323
|
+
skipPrompt: true,
|
|
313
324
|
},
|
|
314
325
|
{
|
|
315
326
|
type: 'text',
|
|
316
327
|
name: 'funcOrder',
|
|
317
328
|
message: 'funcOrder',
|
|
318
329
|
required: false,
|
|
330
|
+
skipPrompt: true,
|
|
319
331
|
},
|
|
320
332
|
]);
|
|
321
333
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -124,24 +124,28 @@ async function handleCreate(argv, prompter) {
|
|
|
124
124
|
name: 'apiId',
|
|
125
125
|
message: 'apiId',
|
|
126
126
|
required: false,
|
|
127
|
+
skipPrompt: true,
|
|
127
128
|
},
|
|
128
129
|
{
|
|
129
130
|
type: 'text',
|
|
130
131
|
name: 'siteId',
|
|
131
132
|
message: 'siteId',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
{
|
|
135
137
|
type: 'text',
|
|
136
138
|
name: 'subdomain',
|
|
137
139
|
message: 'subdomain',
|
|
138
140
|
required: false,
|
|
141
|
+
skipPrompt: true,
|
|
139
142
|
},
|
|
140
143
|
{
|
|
141
144
|
type: 'text',
|
|
142
145
|
name: 'domain',
|
|
143
146
|
message: 'domain',
|
|
144
147
|
required: false,
|
|
148
|
+
skipPrompt: true,
|
|
145
149
|
},
|
|
146
150
|
]);
|
|
147
151
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -196,24 +200,28 @@ async function handleUpdate(argv, prompter) {
|
|
|
196
200
|
name: 'apiId',
|
|
197
201
|
message: 'apiId',
|
|
198
202
|
required: false,
|
|
203
|
+
skipPrompt: true,
|
|
199
204
|
},
|
|
200
205
|
{
|
|
201
206
|
type: 'text',
|
|
202
207
|
name: 'siteId',
|
|
203
208
|
message: 'siteId',
|
|
204
209
|
required: false,
|
|
210
|
+
skipPrompt: true,
|
|
205
211
|
},
|
|
206
212
|
{
|
|
207
213
|
type: 'text',
|
|
208
214
|
name: 'subdomain',
|
|
209
215
|
message: 'subdomain',
|
|
210
216
|
required: false,
|
|
217
|
+
skipPrompt: true,
|
|
211
218
|
},
|
|
212
219
|
{
|
|
213
220
|
type: 'text',
|
|
214
221
|
name: 'domain',
|
|
215
222
|
message: 'domain',
|
|
216
223
|
required: false,
|
|
224
|
+
skipPrompt: true,
|
|
217
225
|
},
|
|
218
226
|
]);
|
|
219
227
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -121,6 +121,7 @@ async function handleCreate(argv, prompter) {
|
|
|
121
121
|
name: 'ownerId',
|
|
122
122
|
message: 'ownerId',
|
|
123
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
124
125
|
},
|
|
125
126
|
{
|
|
126
127
|
type: 'text',
|
|
@@ -133,12 +134,14 @@ async function handleCreate(argv, prompter) {
|
|
|
133
134
|
name: 'isVerified',
|
|
134
135
|
message: 'isVerified',
|
|
135
136
|
required: false,
|
|
137
|
+
skipPrompt: true,
|
|
136
138
|
},
|
|
137
139
|
{
|
|
138
140
|
type: 'text',
|
|
139
141
|
name: 'isPrimary',
|
|
140
142
|
message: 'isPrimary',
|
|
141
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
142
145
|
},
|
|
143
146
|
]);
|
|
144
147
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -187,6 +190,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
187
190
|
name: 'ownerId',
|
|
188
191
|
message: 'ownerId',
|
|
189
192
|
required: false,
|
|
193
|
+
skipPrompt: true,
|
|
190
194
|
},
|
|
191
195
|
{
|
|
192
196
|
type: 'text',
|
|
@@ -199,12 +203,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
199
203
|
name: 'isVerified',
|
|
200
204
|
message: 'isVerified',
|
|
201
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
202
207
|
},
|
|
203
208
|
{
|
|
204
209
|
type: 'text',
|
|
205
210
|
name: 'isPrimary',
|
|
206
211
|
message: 'isPrimary',
|
|
207
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
208
214
|
},
|
|
209
215
|
]);
|
|
210
216
|
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',
|
|
@@ -121,18 +121,21 @@ async function handleCreate(argv, prompter) {
|
|
|
121
121
|
name: 'schemaId',
|
|
122
122
|
message: 'schemaId',
|
|
123
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
124
125
|
},
|
|
125
126
|
{
|
|
126
127
|
type: 'text',
|
|
127
128
|
name: 'tableId',
|
|
128
129
|
message: 'tableId',
|
|
129
130
|
required: false,
|
|
131
|
+
skipPrompt: true,
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
134
|
type: 'text',
|
|
133
135
|
name: 'tableName',
|
|
134
136
|
message: 'tableName',
|
|
135
137
|
required: false,
|
|
138
|
+
skipPrompt: true,
|
|
136
139
|
},
|
|
137
140
|
]);
|
|
138
141
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -185,18 +188,21 @@ async function handleUpdate(argv, prompter) {
|
|
|
185
188
|
name: 'schemaId',
|
|
186
189
|
message: 'schemaId',
|
|
187
190
|
required: false,
|
|
191
|
+
skipPrompt: true,
|
|
188
192
|
},
|
|
189
193
|
{
|
|
190
194
|
type: 'text',
|
|
191
195
|
name: 'tableId',
|
|
192
196
|
message: 'tableId',
|
|
193
197
|
required: false,
|
|
198
|
+
skipPrompt: true,
|
|
194
199
|
},
|
|
195
200
|
{
|
|
196
201
|
type: 'text',
|
|
197
202
|
name: 'tableName',
|
|
198
203
|
message: 'tableName',
|
|
199
204
|
required: false,
|
|
205
|
+
skipPrompt: true,
|
|
200
206
|
},
|
|
201
207
|
]);
|
|
202
208
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|