@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
|
@@ -118,6 +118,7 @@ async function handleCreate(argv, prompter) {
|
|
|
118
118
|
name: 'isGrant',
|
|
119
119
|
message: 'isGrant',
|
|
120
120
|
required: false,
|
|
121
|
+
skipPrompt: true,
|
|
121
122
|
},
|
|
122
123
|
{
|
|
123
124
|
type: 'text',
|
|
@@ -130,6 +131,7 @@ async function handleCreate(argv, prompter) {
|
|
|
130
131
|
name: 'grantorId',
|
|
131
132
|
message: 'grantorId',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
]);
|
|
135
137
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -176,6 +178,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
176
178
|
name: 'isGrant',
|
|
177
179
|
message: 'isGrant',
|
|
178
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
179
182
|
},
|
|
180
183
|
{
|
|
181
184
|
type: 'text',
|
|
@@ -188,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
188
191
|
name: 'grantorId',
|
|
189
192
|
message: 'grantorId',
|
|
190
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
191
195
|
},
|
|
192
196
|
]);
|
|
193
197
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -121,12 +121,14 @@ async function handleCreate(argv, prompter) {
|
|
|
121
121
|
name: 'permissions',
|
|
122
122
|
message: 'permissions',
|
|
123
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
124
125
|
},
|
|
125
126
|
{
|
|
126
127
|
type: 'text',
|
|
127
128
|
name: 'isGrant',
|
|
128
129
|
message: 'isGrant',
|
|
129
130
|
required: false,
|
|
131
|
+
skipPrompt: true,
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
134
|
type: 'text',
|
|
@@ -139,6 +141,7 @@ async function handleCreate(argv, prompter) {
|
|
|
139
141
|
name: 'grantorId',
|
|
140
142
|
message: 'grantorId',
|
|
141
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
142
145
|
},
|
|
143
146
|
]);
|
|
144
147
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -187,12 +190,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
187
190
|
name: 'permissions',
|
|
188
191
|
message: 'permissions',
|
|
189
192
|
required: false,
|
|
193
|
+
skipPrompt: true,
|
|
190
194
|
},
|
|
191
195
|
{
|
|
192
196
|
type: 'text',
|
|
193
197
|
name: 'isGrant',
|
|
194
198
|
message: 'isGrant',
|
|
195
199
|
required: false,
|
|
200
|
+
skipPrompt: true,
|
|
196
201
|
},
|
|
197
202
|
{
|
|
198
203
|
type: 'text',
|
|
@@ -205,6 +210,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
205
210
|
name: 'grantorId',
|
|
206
211
|
message: 'grantorId',
|
|
207
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
208
214
|
},
|
|
209
215
|
]);
|
|
210
216
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -136,18 +136,21 @@ async function handleCreate(argv, prompter) {
|
|
|
136
136
|
name: 'description',
|
|
137
137
|
message: 'description',
|
|
138
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
139
140
|
},
|
|
140
141
|
{
|
|
141
142
|
type: 'text',
|
|
142
143
|
name: 'requiredCount',
|
|
143
144
|
message: 'requiredCount',
|
|
144
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
145
147
|
},
|
|
146
148
|
{
|
|
147
149
|
type: 'text',
|
|
148
150
|
name: 'priority',
|
|
149
151
|
message: 'priority',
|
|
150
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
151
154
|
},
|
|
152
155
|
]);
|
|
153
156
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -210,18 +213,21 @@ async function handleUpdate(argv, prompter) {
|
|
|
210
213
|
name: 'description',
|
|
211
214
|
message: 'description',
|
|
212
215
|
required: false,
|
|
216
|
+
skipPrompt: true,
|
|
213
217
|
},
|
|
214
218
|
{
|
|
215
219
|
type: 'text',
|
|
216
220
|
name: 'requiredCount',
|
|
217
221
|
message: 'requiredCount',
|
|
218
222
|
required: false,
|
|
223
|
+
skipPrompt: true,
|
|
219
224
|
},
|
|
220
225
|
{
|
|
221
226
|
type: 'text',
|
|
222
227
|
name: 'priority',
|
|
223
228
|
message: 'priority',
|
|
224
229
|
required: false,
|
|
230
|
+
skipPrompt: true,
|
|
225
231
|
},
|
|
226
232
|
]);
|
|
227
233
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -127,18 +127,21 @@ async function handleCreate(argv, prompter) {
|
|
|
127
127
|
name: 'description',
|
|
128
128
|
message: 'description',
|
|
129
129
|
required: false,
|
|
130
|
+
skipPrompt: true,
|
|
130
131
|
},
|
|
131
132
|
{
|
|
132
133
|
type: 'text',
|
|
133
134
|
name: 'image',
|
|
134
135
|
message: 'image',
|
|
135
136
|
required: false,
|
|
137
|
+
skipPrompt: true,
|
|
136
138
|
},
|
|
137
139
|
{
|
|
138
140
|
type: 'text',
|
|
139
141
|
name: 'ownerId',
|
|
140
142
|
message: 'ownerId',
|
|
141
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
142
145
|
},
|
|
143
146
|
]);
|
|
144
147
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -193,18 +196,21 @@ async function handleUpdate(argv, prompter) {
|
|
|
193
196
|
name: 'description',
|
|
194
197
|
message: 'description',
|
|
195
198
|
required: false,
|
|
199
|
+
skipPrompt: true,
|
|
196
200
|
},
|
|
197
201
|
{
|
|
198
202
|
type: 'text',
|
|
199
203
|
name: 'image',
|
|
200
204
|
message: 'image',
|
|
201
205
|
required: false,
|
|
206
|
+
skipPrompt: true,
|
|
202
207
|
},
|
|
203
208
|
{
|
|
204
209
|
type: 'text',
|
|
205
210
|
name: 'ownerId',
|
|
206
211
|
message: 'ownerId',
|
|
207
212
|
required: false,
|
|
213
|
+
skipPrompt: true,
|
|
208
214
|
},
|
|
209
215
|
]);
|
|
210
216
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -115,6 +115,7 @@ async function handleCreate(argv, prompter) {
|
|
|
115
115
|
name: 'max',
|
|
116
116
|
message: 'max',
|
|
117
117
|
required: false,
|
|
118
|
+
skipPrompt: true,
|
|
118
119
|
},
|
|
119
120
|
]);
|
|
120
121
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -163,6 +164,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
163
164
|
name: 'max',
|
|
164
165
|
message: 'max',
|
|
165
166
|
required: false,
|
|
167
|
+
skipPrompt: true,
|
|
166
168
|
},
|
|
167
169
|
]);
|
|
168
170
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -115,6 +115,7 @@ async function handleCreate(argv, prompter) {
|
|
|
115
115
|
name: 'name',
|
|
116
116
|
message: 'name',
|
|
117
117
|
required: false,
|
|
118
|
+
skipPrompt: true,
|
|
118
119
|
},
|
|
119
120
|
{
|
|
120
121
|
type: 'text',
|
|
@@ -127,12 +128,14 @@ async function handleCreate(argv, prompter) {
|
|
|
127
128
|
name: 'num',
|
|
128
129
|
message: 'num',
|
|
129
130
|
required: false,
|
|
131
|
+
skipPrompt: true,
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
134
|
type: 'text',
|
|
133
135
|
name: 'max',
|
|
134
136
|
message: 'max',
|
|
135
137
|
required: false,
|
|
138
|
+
skipPrompt: true,
|
|
136
139
|
},
|
|
137
140
|
]);
|
|
138
141
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -179,6 +182,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
179
182
|
name: 'name',
|
|
180
183
|
message: 'name',
|
|
181
184
|
required: false,
|
|
185
|
+
skipPrompt: true,
|
|
182
186
|
},
|
|
183
187
|
{
|
|
184
188
|
type: 'text',
|
|
@@ -191,12 +195,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
191
195
|
name: 'num',
|
|
192
196
|
message: 'num',
|
|
193
197
|
required: false,
|
|
198
|
+
skipPrompt: true,
|
|
194
199
|
},
|
|
195
200
|
{
|
|
196
201
|
type: 'text',
|
|
197
202
|
name: 'max',
|
|
198
203
|
message: 'max',
|
|
199
204
|
required: false,
|
|
205
|
+
skipPrompt: true,
|
|
200
206
|
},
|
|
201
207
|
]);
|
|
202
208
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -121,24 +121,28 @@ async function handleCreate(argv, prompter) {
|
|
|
121
121
|
name: 'createdBy',
|
|
122
122
|
message: 'createdBy',
|
|
123
123
|
required: false,
|
|
124
|
+
skipPrompt: true,
|
|
124
125
|
},
|
|
125
126
|
{
|
|
126
127
|
type: 'text',
|
|
127
128
|
name: 'updatedBy',
|
|
128
129
|
message: 'updatedBy',
|
|
129
130
|
required: false,
|
|
131
|
+
skipPrompt: true,
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
134
|
type: 'text',
|
|
133
135
|
name: 'isApproved',
|
|
134
136
|
message: 'isApproved',
|
|
135
137
|
required: false,
|
|
138
|
+
skipPrompt: true,
|
|
136
139
|
},
|
|
137
140
|
{
|
|
138
141
|
type: 'text',
|
|
139
142
|
name: 'isVerified',
|
|
140
143
|
message: 'isVerified',
|
|
141
144
|
required: false,
|
|
145
|
+
skipPrompt: true,
|
|
142
146
|
},
|
|
143
147
|
]);
|
|
144
148
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -187,24 +191,28 @@ async function handleUpdate(argv, prompter) {
|
|
|
187
191
|
name: 'createdBy',
|
|
188
192
|
message: 'createdBy',
|
|
189
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
190
195
|
},
|
|
191
196
|
{
|
|
192
197
|
type: 'text',
|
|
193
198
|
name: 'updatedBy',
|
|
194
199
|
message: 'updatedBy',
|
|
195
200
|
required: false,
|
|
201
|
+
skipPrompt: true,
|
|
196
202
|
},
|
|
197
203
|
{
|
|
198
204
|
type: 'text',
|
|
199
205
|
name: 'isApproved',
|
|
200
206
|
message: 'isApproved',
|
|
201
207
|
required: false,
|
|
208
|
+
skipPrompt: true,
|
|
202
209
|
},
|
|
203
210
|
{
|
|
204
211
|
type: 'text',
|
|
205
212
|
name: 'isVerified',
|
|
206
213
|
message: 'isVerified',
|
|
207
214
|
required: false,
|
|
215
|
+
skipPrompt: true,
|
|
208
216
|
},
|
|
209
217
|
]);
|
|
210
218
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -148,66 +148,77 @@ async function handleCreate(argv, prompter) {
|
|
|
148
148
|
name: 'createdBy',
|
|
149
149
|
message: 'createdBy',
|
|
150
150
|
required: false,
|
|
151
|
+
skipPrompt: true,
|
|
151
152
|
},
|
|
152
153
|
{
|
|
153
154
|
type: 'text',
|
|
154
155
|
name: 'updatedBy',
|
|
155
156
|
message: 'updatedBy',
|
|
156
157
|
required: false,
|
|
158
|
+
skipPrompt: true,
|
|
157
159
|
},
|
|
158
160
|
{
|
|
159
161
|
type: 'text',
|
|
160
162
|
name: 'isApproved',
|
|
161
163
|
message: 'isApproved',
|
|
162
164
|
required: false,
|
|
165
|
+
skipPrompt: true,
|
|
163
166
|
},
|
|
164
167
|
{
|
|
165
168
|
type: 'text',
|
|
166
169
|
name: 'isBanned',
|
|
167
170
|
message: 'isBanned',
|
|
168
171
|
required: false,
|
|
172
|
+
skipPrompt: true,
|
|
169
173
|
},
|
|
170
174
|
{
|
|
171
175
|
type: 'text',
|
|
172
176
|
name: 'isDisabled',
|
|
173
177
|
message: 'isDisabled',
|
|
174
178
|
required: false,
|
|
179
|
+
skipPrompt: true,
|
|
175
180
|
},
|
|
176
181
|
{
|
|
177
182
|
type: 'text',
|
|
178
183
|
name: 'isVerified',
|
|
179
184
|
message: 'isVerified',
|
|
180
185
|
required: false,
|
|
186
|
+
skipPrompt: true,
|
|
181
187
|
},
|
|
182
188
|
{
|
|
183
189
|
type: 'text',
|
|
184
190
|
name: 'isActive',
|
|
185
191
|
message: 'isActive',
|
|
186
192
|
required: false,
|
|
193
|
+
skipPrompt: true,
|
|
187
194
|
},
|
|
188
195
|
{
|
|
189
196
|
type: 'text',
|
|
190
197
|
name: 'isOwner',
|
|
191
198
|
message: 'isOwner',
|
|
192
199
|
required: false,
|
|
200
|
+
skipPrompt: true,
|
|
193
201
|
},
|
|
194
202
|
{
|
|
195
203
|
type: 'text',
|
|
196
204
|
name: 'isAdmin',
|
|
197
205
|
message: 'isAdmin',
|
|
198
206
|
required: false,
|
|
207
|
+
skipPrompt: true,
|
|
199
208
|
},
|
|
200
209
|
{
|
|
201
210
|
type: 'text',
|
|
202
211
|
name: 'permissions',
|
|
203
212
|
message: 'permissions',
|
|
204
213
|
required: false,
|
|
214
|
+
skipPrompt: true,
|
|
205
215
|
},
|
|
206
216
|
{
|
|
207
217
|
type: 'text',
|
|
208
218
|
name: 'granted',
|
|
209
219
|
message: 'granted',
|
|
210
220
|
required: false,
|
|
221
|
+
skipPrompt: true,
|
|
211
222
|
},
|
|
212
223
|
{
|
|
213
224
|
type: 'text',
|
|
@@ -220,6 +231,7 @@ async function handleCreate(argv, prompter) {
|
|
|
220
231
|
name: 'profileId',
|
|
221
232
|
message: 'profileId',
|
|
222
233
|
required: false,
|
|
234
|
+
skipPrompt: true,
|
|
223
235
|
},
|
|
224
236
|
]);
|
|
225
237
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -286,66 +298,77 @@ async function handleUpdate(argv, prompter) {
|
|
|
286
298
|
name: 'createdBy',
|
|
287
299
|
message: 'createdBy',
|
|
288
300
|
required: false,
|
|
301
|
+
skipPrompt: true,
|
|
289
302
|
},
|
|
290
303
|
{
|
|
291
304
|
type: 'text',
|
|
292
305
|
name: 'updatedBy',
|
|
293
306
|
message: 'updatedBy',
|
|
294
307
|
required: false,
|
|
308
|
+
skipPrompt: true,
|
|
295
309
|
},
|
|
296
310
|
{
|
|
297
311
|
type: 'text',
|
|
298
312
|
name: 'isApproved',
|
|
299
313
|
message: 'isApproved',
|
|
300
314
|
required: false,
|
|
315
|
+
skipPrompt: true,
|
|
301
316
|
},
|
|
302
317
|
{
|
|
303
318
|
type: 'text',
|
|
304
319
|
name: 'isBanned',
|
|
305
320
|
message: 'isBanned',
|
|
306
321
|
required: false,
|
|
322
|
+
skipPrompt: true,
|
|
307
323
|
},
|
|
308
324
|
{
|
|
309
325
|
type: 'text',
|
|
310
326
|
name: 'isDisabled',
|
|
311
327
|
message: 'isDisabled',
|
|
312
328
|
required: false,
|
|
329
|
+
skipPrompt: true,
|
|
313
330
|
},
|
|
314
331
|
{
|
|
315
332
|
type: 'text',
|
|
316
333
|
name: 'isVerified',
|
|
317
334
|
message: 'isVerified',
|
|
318
335
|
required: false,
|
|
336
|
+
skipPrompt: true,
|
|
319
337
|
},
|
|
320
338
|
{
|
|
321
339
|
type: 'text',
|
|
322
340
|
name: 'isActive',
|
|
323
341
|
message: 'isActive',
|
|
324
342
|
required: false,
|
|
343
|
+
skipPrompt: true,
|
|
325
344
|
},
|
|
326
345
|
{
|
|
327
346
|
type: 'text',
|
|
328
347
|
name: 'isOwner',
|
|
329
348
|
message: 'isOwner',
|
|
330
349
|
required: false,
|
|
350
|
+
skipPrompt: true,
|
|
331
351
|
},
|
|
332
352
|
{
|
|
333
353
|
type: 'text',
|
|
334
354
|
name: 'isAdmin',
|
|
335
355
|
message: 'isAdmin',
|
|
336
356
|
required: false,
|
|
357
|
+
skipPrompt: true,
|
|
337
358
|
},
|
|
338
359
|
{
|
|
339
360
|
type: 'text',
|
|
340
361
|
name: 'permissions',
|
|
341
362
|
message: 'permissions',
|
|
342
363
|
required: false,
|
|
364
|
+
skipPrompt: true,
|
|
343
365
|
},
|
|
344
366
|
{
|
|
345
367
|
type: 'text',
|
|
346
368
|
name: 'granted',
|
|
347
369
|
message: 'granted',
|
|
348
370
|
required: false,
|
|
371
|
+
skipPrompt: true,
|
|
349
372
|
},
|
|
350
373
|
{
|
|
351
374
|
type: 'text',
|
|
@@ -358,6 +381,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
358
381
|
name: 'profileId',
|
|
359
382
|
message: 'profileId',
|
|
360
383
|
required: false,
|
|
384
|
+
skipPrompt: true,
|
|
361
385
|
},
|
|
362
386
|
]);
|
|
363
387
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -118,6 +118,7 @@ async function handleCreate(argv, prompter) {
|
|
|
118
118
|
name: 'isGrant',
|
|
119
119
|
message: 'isGrant',
|
|
120
120
|
required: false,
|
|
121
|
+
skipPrompt: true,
|
|
121
122
|
},
|
|
122
123
|
{
|
|
123
124
|
type: 'text',
|
|
@@ -130,6 +131,7 @@ async function handleCreate(argv, prompter) {
|
|
|
130
131
|
name: 'grantorId',
|
|
131
132
|
message: 'grantorId',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
]);
|
|
135
137
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -176,6 +178,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
176
178
|
name: 'isGrant',
|
|
177
179
|
message: 'isGrant',
|
|
178
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
179
182
|
},
|
|
180
183
|
{
|
|
181
184
|
type: 'text',
|
|
@@ -188,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
188
191
|
name: 'grantorId',
|
|
189
192
|
message: 'grantorId',
|
|
190
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
191
195
|
},
|
|
192
196
|
]);
|
|
193
197
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -106,6 +106,7 @@ async function handleCreate(argv, prompter) {
|
|
|
106
106
|
name: 'permissions',
|
|
107
107
|
message: 'permissions',
|
|
108
108
|
required: false,
|
|
109
|
+
skipPrompt: true,
|
|
109
110
|
},
|
|
110
111
|
]);
|
|
111
112
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -146,6 +147,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
146
147
|
name: 'permissions',
|
|
147
148
|
message: 'permissions',
|
|
148
149
|
required: false,
|
|
150
|
+
skipPrompt: true,
|
|
149
151
|
},
|
|
150
152
|
]);
|
|
151
153
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -115,24 +115,28 @@ async function handleCreate(argv, prompter) {
|
|
|
115
115
|
name: 'name',
|
|
116
116
|
message: 'name',
|
|
117
117
|
required: false,
|
|
118
|
+
skipPrompt: true,
|
|
118
119
|
},
|
|
119
120
|
{
|
|
120
121
|
type: 'text',
|
|
121
122
|
name: 'bitnum',
|
|
122
123
|
message: 'bitnum',
|
|
123
124
|
required: false,
|
|
125
|
+
skipPrompt: true,
|
|
124
126
|
},
|
|
125
127
|
{
|
|
126
128
|
type: 'text',
|
|
127
129
|
name: 'bitstr',
|
|
128
130
|
message: 'bitstr',
|
|
129
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
130
133
|
},
|
|
131
134
|
{
|
|
132
135
|
type: 'text',
|
|
133
136
|
name: 'description',
|
|
134
137
|
message: 'description',
|
|
135
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
136
140
|
},
|
|
137
141
|
]);
|
|
138
142
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -179,24 +183,28 @@ async function handleUpdate(argv, prompter) {
|
|
|
179
183
|
name: 'name',
|
|
180
184
|
message: 'name',
|
|
181
185
|
required: false,
|
|
186
|
+
skipPrompt: true,
|
|
182
187
|
},
|
|
183
188
|
{
|
|
184
189
|
type: 'text',
|
|
185
190
|
name: 'bitnum',
|
|
186
191
|
message: 'bitnum',
|
|
187
192
|
required: false,
|
|
193
|
+
skipPrompt: true,
|
|
188
194
|
},
|
|
189
195
|
{
|
|
190
196
|
type: 'text',
|
|
191
197
|
name: 'bitstr',
|
|
192
198
|
message: 'bitstr',
|
|
193
199
|
required: false,
|
|
200
|
+
skipPrompt: true,
|
|
194
201
|
},
|
|
195
202
|
{
|
|
196
203
|
type: 'text',
|
|
197
204
|
name: 'description',
|
|
198
205
|
message: 'description',
|
|
199
206
|
required: false,
|
|
207
|
+
skipPrompt: true,
|
|
200
208
|
},
|
|
201
209
|
]);
|
|
202
210
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -118,6 +118,7 @@ async function handleCreate(argv, prompter) {
|
|
|
118
118
|
name: 'actorId',
|
|
119
119
|
message: 'actorId',
|
|
120
120
|
required: false,
|
|
121
|
+
skipPrompt: true,
|
|
121
122
|
},
|
|
122
123
|
{
|
|
123
124
|
type: 'text',
|
|
@@ -130,6 +131,7 @@ async function handleCreate(argv, prompter) {
|
|
|
130
131
|
name: 'count',
|
|
131
132
|
message: 'count',
|
|
132
133
|
required: false,
|
|
134
|
+
skipPrompt: true,
|
|
133
135
|
},
|
|
134
136
|
]);
|
|
135
137
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -176,6 +178,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
176
178
|
name: 'actorId',
|
|
177
179
|
message: 'actorId',
|
|
178
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
179
182
|
},
|
|
180
183
|
{
|
|
181
184
|
type: 'text',
|
|
@@ -188,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
188
191
|
name: 'count',
|
|
189
192
|
message: 'count',
|
|
190
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
191
195
|
},
|
|
192
196
|
]);
|
|
193
197
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -139,36 +139,42 @@ async function handleCreate(argv, prompter) {
|
|
|
139
139
|
name: 'name',
|
|
140
140
|
message: 'name',
|
|
141
141
|
required: false,
|
|
142
|
+
skipPrompt: true,
|
|
142
143
|
},
|
|
143
144
|
{
|
|
144
145
|
type: 'text',
|
|
145
146
|
name: 'appImage',
|
|
146
147
|
message: 'appImage',
|
|
147
148
|
required: false,
|
|
149
|
+
skipPrompt: true,
|
|
148
150
|
},
|
|
149
151
|
{
|
|
150
152
|
type: 'text',
|
|
151
153
|
name: 'appStoreLink',
|
|
152
154
|
message: 'appStoreLink',
|
|
153
155
|
required: false,
|
|
156
|
+
skipPrompt: true,
|
|
154
157
|
},
|
|
155
158
|
{
|
|
156
159
|
type: 'text',
|
|
157
160
|
name: 'appStoreId',
|
|
158
161
|
message: 'appStoreId',
|
|
159
162
|
required: false,
|
|
163
|
+
skipPrompt: true,
|
|
160
164
|
},
|
|
161
165
|
{
|
|
162
166
|
type: 'text',
|
|
163
167
|
name: 'appIdPrefix',
|
|
164
168
|
message: 'appIdPrefix',
|
|
165
169
|
required: false,
|
|
170
|
+
skipPrompt: true,
|
|
166
171
|
},
|
|
167
172
|
{
|
|
168
173
|
type: 'text',
|
|
169
174
|
name: 'playStoreLink',
|
|
170
175
|
message: 'playStoreLink',
|
|
171
176
|
required: false,
|
|
177
|
+
skipPrompt: true,
|
|
172
178
|
},
|
|
173
179
|
]);
|
|
174
180
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|
|
@@ -235,36 +241,42 @@ async function handleUpdate(argv, prompter) {
|
|
|
235
241
|
name: 'name',
|
|
236
242
|
message: 'name',
|
|
237
243
|
required: false,
|
|
244
|
+
skipPrompt: true,
|
|
238
245
|
},
|
|
239
246
|
{
|
|
240
247
|
type: 'text',
|
|
241
248
|
name: 'appImage',
|
|
242
249
|
message: 'appImage',
|
|
243
250
|
required: false,
|
|
251
|
+
skipPrompt: true,
|
|
244
252
|
},
|
|
245
253
|
{
|
|
246
254
|
type: 'text',
|
|
247
255
|
name: 'appStoreLink',
|
|
248
256
|
message: 'appStoreLink',
|
|
249
257
|
required: false,
|
|
258
|
+
skipPrompt: true,
|
|
250
259
|
},
|
|
251
260
|
{
|
|
252
261
|
type: 'text',
|
|
253
262
|
name: 'appStoreId',
|
|
254
263
|
message: 'appStoreId',
|
|
255
264
|
required: false,
|
|
265
|
+
skipPrompt: true,
|
|
256
266
|
},
|
|
257
267
|
{
|
|
258
268
|
type: 'text',
|
|
259
269
|
name: 'appIdPrefix',
|
|
260
270
|
message: 'appIdPrefix',
|
|
261
271
|
required: false,
|
|
272
|
+
skipPrompt: true,
|
|
262
273
|
},
|
|
263
274
|
{
|
|
264
275
|
type: 'text',
|
|
265
276
|
name: 'playStoreLink',
|
|
266
277
|
message: 'playStoreLink',
|
|
267
278
|
required: false,
|
|
279
|
+
skipPrompt: true,
|
|
268
280
|
},
|
|
269
281
|
]);
|
|
270
282
|
const answers = coerceAnswers(rawAnswers, fieldSchema);
|