@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
|
@@ -94,66 +94,77 @@ async function handleCreate(argv, prompter) {
|
|
|
94
94
|
name: 'name',
|
|
95
95
|
message: 'name',
|
|
96
96
|
required: false,
|
|
97
|
+
skipPrompt: true,
|
|
97
98
|
},
|
|
98
99
|
{
|
|
99
100
|
type: 'text',
|
|
100
101
|
name: 'databaseId',
|
|
101
102
|
message: 'databaseId',
|
|
102
103
|
required: false,
|
|
104
|
+
skipPrompt: true,
|
|
103
105
|
},
|
|
104
106
|
{
|
|
105
107
|
type: 'text',
|
|
106
108
|
name: 'deploy',
|
|
107
109
|
message: 'deploy',
|
|
108
110
|
required: false,
|
|
111
|
+
skipPrompt: true,
|
|
109
112
|
},
|
|
110
113
|
{
|
|
111
114
|
type: 'text',
|
|
112
115
|
name: 'deps',
|
|
113
116
|
message: 'deps',
|
|
114
117
|
required: false,
|
|
118
|
+
skipPrompt: true,
|
|
115
119
|
},
|
|
116
120
|
{
|
|
117
121
|
type: 'text',
|
|
118
122
|
name: 'payload',
|
|
119
123
|
message: 'payload',
|
|
120
124
|
required: false,
|
|
125
|
+
skipPrompt: true,
|
|
121
126
|
},
|
|
122
127
|
{
|
|
123
128
|
type: 'text',
|
|
124
129
|
name: 'content',
|
|
125
130
|
message: 'content',
|
|
126
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
127
133
|
},
|
|
128
134
|
{
|
|
129
135
|
type: 'text',
|
|
130
136
|
name: 'revert',
|
|
131
137
|
message: 'revert',
|
|
132
138
|
required: false,
|
|
139
|
+
skipPrompt: true,
|
|
133
140
|
},
|
|
134
141
|
{
|
|
135
142
|
type: 'text',
|
|
136
143
|
name: 'verify',
|
|
137
144
|
message: 'verify',
|
|
138
145
|
required: false,
|
|
146
|
+
skipPrompt: true,
|
|
139
147
|
},
|
|
140
148
|
{
|
|
141
149
|
type: 'text',
|
|
142
150
|
name: 'action',
|
|
143
151
|
message: 'action',
|
|
144
152
|
required: false,
|
|
153
|
+
skipPrompt: true,
|
|
145
154
|
},
|
|
146
155
|
{
|
|
147
156
|
type: 'text',
|
|
148
157
|
name: 'actionId',
|
|
149
158
|
message: 'actionId',
|
|
150
159
|
required: false,
|
|
160
|
+
skipPrompt: true,
|
|
151
161
|
},
|
|
152
162
|
{
|
|
153
163
|
type: 'text',
|
|
154
164
|
name: 'actorId',
|
|
155
165
|
message: 'actorId',
|
|
156
166
|
required: false,
|
|
167
|
+
skipPrompt: true,
|
|
157
168
|
},
|
|
158
169
|
]);
|
|
159
170
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -129,6 +129,7 @@ async function handleCreate(argv, prompter) {
|
|
|
129
129
|
name: 'hash',
|
|
130
130
|
message: 'hash',
|
|
131
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
132
133
|
},
|
|
133
134
|
]);
|
|
134
135
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -186,6 +187,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
186
187
|
name: 'hash',
|
|
187
188
|
message: 'hash',
|
|
188
189
|
required: false,
|
|
190
|
+
skipPrompt: true,
|
|
189
191
|
},
|
|
190
192
|
]);
|
|
191
193
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -129,6 +129,7 @@ async function handleCreate(argv, prompter) {
|
|
|
129
129
|
name: 'databaseId',
|
|
130
130
|
message: 'databaseId',
|
|
131
131
|
required: false,
|
|
132
|
+
skipPrompt: true,
|
|
132
133
|
},
|
|
133
134
|
{
|
|
134
135
|
type: 'text',
|
|
@@ -153,12 +154,14 @@ async function handleCreate(argv, prompter) {
|
|
|
153
154
|
name: 'fieldIds',
|
|
154
155
|
message: 'fieldIds',
|
|
155
156
|
required: false,
|
|
157
|
+
skipPrompt: true,
|
|
156
158
|
},
|
|
157
159
|
{
|
|
158
160
|
type: 'text',
|
|
159
161
|
name: 'isGrant',
|
|
160
162
|
message: 'isGrant',
|
|
161
163
|
required: false,
|
|
164
|
+
skipPrompt: true,
|
|
162
165
|
},
|
|
163
166
|
]);
|
|
164
167
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -211,6 +214,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
211
214
|
name: 'databaseId',
|
|
212
215
|
message: 'databaseId',
|
|
213
216
|
required: false,
|
|
217
|
+
skipPrompt: true,
|
|
214
218
|
},
|
|
215
219
|
{
|
|
216
220
|
type: 'text',
|
|
@@ -235,12 +239,14 @@ async function handleUpdate(argv, prompter) {
|
|
|
235
239
|
name: 'fieldIds',
|
|
236
240
|
message: 'fieldIds',
|
|
237
241
|
required: false,
|
|
242
|
+
skipPrompt: true,
|
|
238
243
|
},
|
|
239
244
|
{
|
|
240
245
|
type: 'text',
|
|
241
246
|
name: 'isGrant',
|
|
242
247
|
message: 'isGrant',
|
|
243
248
|
required: false,
|
|
249
|
+
skipPrompt: true,
|
|
244
250
|
},
|
|
245
251
|
]);
|
|
246
252
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -135,18 +135,21 @@ async function handleCreate(argv, prompter) {
|
|
|
135
135
|
name: 'schemaId',
|
|
136
136
|
message: 'schemaId',
|
|
137
137
|
required: false,
|
|
138
|
+
skipPrompt: true,
|
|
138
139
|
},
|
|
139
140
|
{
|
|
140
141
|
type: 'text',
|
|
141
142
|
name: 'tableId',
|
|
142
143
|
message: 'tableId',
|
|
143
144
|
required: false,
|
|
145
|
+
skipPrompt: true,
|
|
144
146
|
},
|
|
145
147
|
{
|
|
146
148
|
type: 'text',
|
|
147
149
|
name: 'tableName',
|
|
148
150
|
message: 'tableName',
|
|
149
151
|
required: false,
|
|
152
|
+
skipPrompt: true,
|
|
150
153
|
},
|
|
151
154
|
{
|
|
152
155
|
type: 'text',
|
|
@@ -159,18 +162,21 @@ async function handleCreate(argv, prompter) {
|
|
|
159
162
|
name: 'useRls',
|
|
160
163
|
message: 'useRls',
|
|
161
164
|
required: false,
|
|
165
|
+
skipPrompt: true,
|
|
162
166
|
},
|
|
163
167
|
{
|
|
164
168
|
type: 'text',
|
|
165
169
|
name: 'data',
|
|
166
170
|
message: 'data',
|
|
167
171
|
required: false,
|
|
172
|
+
skipPrompt: true,
|
|
168
173
|
},
|
|
169
174
|
{
|
|
170
175
|
type: 'text',
|
|
171
176
|
name: 'fields',
|
|
172
177
|
message: 'fields',
|
|
173
178
|
required: false,
|
|
179
|
+
skipPrompt: true,
|
|
174
180
|
},
|
|
175
181
|
]);
|
|
176
182
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -231,18 +237,21 @@ async function handleUpdate(argv, prompter) {
|
|
|
231
237
|
name: 'schemaId',
|
|
232
238
|
message: 'schemaId',
|
|
233
239
|
required: false,
|
|
240
|
+
skipPrompt: true,
|
|
234
241
|
},
|
|
235
242
|
{
|
|
236
243
|
type: 'text',
|
|
237
244
|
name: 'tableId',
|
|
238
245
|
message: 'tableId',
|
|
239
246
|
required: false,
|
|
247
|
+
skipPrompt: true,
|
|
240
248
|
},
|
|
241
249
|
{
|
|
242
250
|
type: 'text',
|
|
243
251
|
name: 'tableName',
|
|
244
252
|
message: 'tableName',
|
|
245
253
|
required: false,
|
|
254
|
+
skipPrompt: true,
|
|
246
255
|
},
|
|
247
256
|
{
|
|
248
257
|
type: 'text',
|
|
@@ -255,18 +264,21 @@ async function handleUpdate(argv, prompter) {
|
|
|
255
264
|
name: 'useRls',
|
|
256
265
|
message: 'useRls',
|
|
257
266
|
required: false,
|
|
267
|
+
skipPrompt: true,
|
|
258
268
|
},
|
|
259
269
|
{
|
|
260
270
|
type: 'text',
|
|
261
271
|
name: 'data',
|
|
262
272
|
message: 'data',
|
|
263
273
|
required: false,
|
|
274
|
+
skipPrompt: true,
|
|
264
275
|
},
|
|
265
276
|
{
|
|
266
277
|
type: 'text',
|
|
267
278
|
name: 'fields',
|
|
268
279
|
message: 'fields',
|
|
269
280
|
required: false,
|
|
281
|
+
skipPrompt: true,
|
|
270
282
|
},
|
|
271
283
|
]);
|
|
272
284
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -135,24 +135,28 @@ async function handleCreate(argv, prompter) {
|
|
|
135
135
|
name: 'schemaId',
|
|
136
136
|
message: 'schemaId',
|
|
137
137
|
required: false,
|
|
138
|
+
skipPrompt: true,
|
|
138
139
|
},
|
|
139
140
|
{
|
|
140
141
|
type: 'text',
|
|
141
142
|
name: 'privateSchemaId',
|
|
142
143
|
message: 'privateSchemaId',
|
|
143
144
|
required: false,
|
|
145
|
+
skipPrompt: true,
|
|
144
146
|
},
|
|
145
147
|
{
|
|
146
148
|
type: 'text',
|
|
147
149
|
name: 'tableId',
|
|
148
150
|
message: 'tableId',
|
|
149
151
|
required: false,
|
|
152
|
+
skipPrompt: true,
|
|
150
153
|
},
|
|
151
154
|
{
|
|
152
155
|
type: 'text',
|
|
153
156
|
name: 'ownerTableId',
|
|
154
157
|
message: 'ownerTableId',
|
|
155
158
|
required: false,
|
|
159
|
+
skipPrompt: true,
|
|
156
160
|
},
|
|
157
161
|
{
|
|
158
162
|
type: 'text',
|
|
@@ -171,6 +175,7 @@ async function handleCreate(argv, prompter) {
|
|
|
171
175
|
name: 'data',
|
|
172
176
|
message: 'data',
|
|
173
177
|
required: false,
|
|
178
|
+
skipPrompt: true,
|
|
174
179
|
},
|
|
175
180
|
]);
|
|
176
181
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -231,24 +236,28 @@ async function handleUpdate(argv, prompter) {
|
|
|
231
236
|
name: 'schemaId',
|
|
232
237
|
message: 'schemaId',
|
|
233
238
|
required: false,
|
|
239
|
+
skipPrompt: true,
|
|
234
240
|
},
|
|
235
241
|
{
|
|
236
242
|
type: 'text',
|
|
237
243
|
name: 'privateSchemaId',
|
|
238
244
|
message: 'privateSchemaId',
|
|
239
245
|
required: false,
|
|
246
|
+
skipPrompt: true,
|
|
240
247
|
},
|
|
241
248
|
{
|
|
242
249
|
type: 'text',
|
|
243
250
|
name: 'tableId',
|
|
244
251
|
message: 'tableId',
|
|
245
252
|
required: false,
|
|
253
|
+
skipPrompt: true,
|
|
246
254
|
},
|
|
247
255
|
{
|
|
248
256
|
type: 'text',
|
|
249
257
|
name: 'ownerTableId',
|
|
250
258
|
message: 'ownerTableId',
|
|
251
259
|
required: false,
|
|
260
|
+
skipPrompt: true,
|
|
252
261
|
},
|
|
253
262
|
{
|
|
254
263
|
type: 'text',
|
|
@@ -267,6 +276,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
267
276
|
name: 'data',
|
|
268
277
|
message: 'data',
|
|
269
278
|
required: false,
|
|
279
|
+
skipPrompt: true,
|
|
270
280
|
},
|
|
271
281
|
]);
|
|
272
282
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -159,6 +159,7 @@ async function handleCreate(argv, prompter) {
|
|
|
159
159
|
name: 'databaseId',
|
|
160
160
|
message: 'databaseId',
|
|
161
161
|
required: false,
|
|
162
|
+
skipPrompt: true,
|
|
162
163
|
},
|
|
163
164
|
{
|
|
164
165
|
type: 'text',
|
|
@@ -177,78 +178,91 @@ async function handleCreate(argv, prompter) {
|
|
|
177
178
|
name: 'label',
|
|
178
179
|
message: 'label',
|
|
179
180
|
required: false,
|
|
181
|
+
skipPrompt: true,
|
|
180
182
|
},
|
|
181
183
|
{
|
|
182
184
|
type: 'text',
|
|
183
185
|
name: 'description',
|
|
184
186
|
message: 'description',
|
|
185
187
|
required: false,
|
|
188
|
+
skipPrompt: true,
|
|
186
189
|
},
|
|
187
190
|
{
|
|
188
191
|
type: 'text',
|
|
189
192
|
name: 'smartTags',
|
|
190
193
|
message: 'smartTags',
|
|
191
194
|
required: false,
|
|
195
|
+
skipPrompt: true,
|
|
192
196
|
},
|
|
193
197
|
{
|
|
194
198
|
type: 'text',
|
|
195
199
|
name: 'category',
|
|
196
200
|
message: 'category',
|
|
197
201
|
required: false,
|
|
202
|
+
skipPrompt: true,
|
|
198
203
|
},
|
|
199
204
|
{
|
|
200
205
|
type: 'text',
|
|
201
206
|
name: 'module',
|
|
202
207
|
message: 'module',
|
|
203
208
|
required: false,
|
|
209
|
+
skipPrompt: true,
|
|
204
210
|
},
|
|
205
211
|
{
|
|
206
212
|
type: 'text',
|
|
207
213
|
name: 'scope',
|
|
208
214
|
message: 'scope',
|
|
209
215
|
required: false,
|
|
216
|
+
skipPrompt: true,
|
|
210
217
|
},
|
|
211
218
|
{
|
|
212
219
|
type: 'text',
|
|
213
220
|
name: 'useRls',
|
|
214
221
|
message: 'useRls',
|
|
215
222
|
required: false,
|
|
223
|
+
skipPrompt: true,
|
|
216
224
|
},
|
|
217
225
|
{
|
|
218
226
|
type: 'text',
|
|
219
227
|
name: 'timestamps',
|
|
220
228
|
message: 'timestamps',
|
|
221
229
|
required: false,
|
|
230
|
+
skipPrompt: true,
|
|
222
231
|
},
|
|
223
232
|
{
|
|
224
233
|
type: 'text',
|
|
225
234
|
name: 'peoplestamps',
|
|
226
235
|
message: 'peoplestamps',
|
|
227
236
|
required: false,
|
|
237
|
+
skipPrompt: true,
|
|
228
238
|
},
|
|
229
239
|
{
|
|
230
240
|
type: 'text',
|
|
231
241
|
name: 'pluralName',
|
|
232
242
|
message: 'pluralName',
|
|
233
243
|
required: false,
|
|
244
|
+
skipPrompt: true,
|
|
234
245
|
},
|
|
235
246
|
{
|
|
236
247
|
type: 'text',
|
|
237
248
|
name: 'singularName',
|
|
238
249
|
message: 'singularName',
|
|
239
250
|
required: false,
|
|
251
|
+
skipPrompt: true,
|
|
240
252
|
},
|
|
241
253
|
{
|
|
242
254
|
type: 'text',
|
|
243
255
|
name: 'tags',
|
|
244
256
|
message: 'tags',
|
|
245
257
|
required: false,
|
|
258
|
+
skipPrompt: true,
|
|
246
259
|
},
|
|
247
260
|
{
|
|
248
261
|
type: 'text',
|
|
249
262
|
name: 'inheritsId',
|
|
250
263
|
message: 'inheritsId',
|
|
251
264
|
required: false,
|
|
265
|
+
skipPrompt: true,
|
|
252
266
|
},
|
|
253
267
|
]);
|
|
254
268
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -321,6 +335,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
321
335
|
name: 'databaseId',
|
|
322
336
|
message: 'databaseId',
|
|
323
337
|
required: false,
|
|
338
|
+
skipPrompt: true,
|
|
324
339
|
},
|
|
325
340
|
{
|
|
326
341
|
type: 'text',
|
|
@@ -339,78 +354,91 @@ async function handleUpdate(argv, prompter) {
|
|
|
339
354
|
name: 'label',
|
|
340
355
|
message: 'label',
|
|
341
356
|
required: false,
|
|
357
|
+
skipPrompt: true,
|
|
342
358
|
},
|
|
343
359
|
{
|
|
344
360
|
type: 'text',
|
|
345
361
|
name: 'description',
|
|
346
362
|
message: 'description',
|
|
347
363
|
required: false,
|
|
364
|
+
skipPrompt: true,
|
|
348
365
|
},
|
|
349
366
|
{
|
|
350
367
|
type: 'text',
|
|
351
368
|
name: 'smartTags',
|
|
352
369
|
message: 'smartTags',
|
|
353
370
|
required: false,
|
|
371
|
+
skipPrompt: true,
|
|
354
372
|
},
|
|
355
373
|
{
|
|
356
374
|
type: 'text',
|
|
357
375
|
name: 'category',
|
|
358
376
|
message: 'category',
|
|
359
377
|
required: false,
|
|
378
|
+
skipPrompt: true,
|
|
360
379
|
},
|
|
361
380
|
{
|
|
362
381
|
type: 'text',
|
|
363
382
|
name: 'module',
|
|
364
383
|
message: 'module',
|
|
365
384
|
required: false,
|
|
385
|
+
skipPrompt: true,
|
|
366
386
|
},
|
|
367
387
|
{
|
|
368
388
|
type: 'text',
|
|
369
389
|
name: 'scope',
|
|
370
390
|
message: 'scope',
|
|
371
391
|
required: false,
|
|
392
|
+
skipPrompt: true,
|
|
372
393
|
},
|
|
373
394
|
{
|
|
374
395
|
type: 'text',
|
|
375
396
|
name: 'useRls',
|
|
376
397
|
message: 'useRls',
|
|
377
398
|
required: false,
|
|
399
|
+
skipPrompt: true,
|
|
378
400
|
},
|
|
379
401
|
{
|
|
380
402
|
type: 'text',
|
|
381
403
|
name: 'timestamps',
|
|
382
404
|
message: 'timestamps',
|
|
383
405
|
required: false,
|
|
406
|
+
skipPrompt: true,
|
|
384
407
|
},
|
|
385
408
|
{
|
|
386
409
|
type: 'text',
|
|
387
410
|
name: 'peoplestamps',
|
|
388
411
|
message: 'peoplestamps',
|
|
389
412
|
required: false,
|
|
413
|
+
skipPrompt: true,
|
|
390
414
|
},
|
|
391
415
|
{
|
|
392
416
|
type: 'text',
|
|
393
417
|
name: 'pluralName',
|
|
394
418
|
message: 'pluralName',
|
|
395
419
|
required: false,
|
|
420
|
+
skipPrompt: true,
|
|
396
421
|
},
|
|
397
422
|
{
|
|
398
423
|
type: 'text',
|
|
399
424
|
name: 'singularName',
|
|
400
425
|
message: 'singularName',
|
|
401
426
|
required: false,
|
|
427
|
+
skipPrompt: true,
|
|
402
428
|
},
|
|
403
429
|
{
|
|
404
430
|
type: 'text',
|
|
405
431
|
name: 'tags',
|
|
406
432
|
message: 'tags',
|
|
407
433
|
required: false,
|
|
434
|
+
skipPrompt: true,
|
|
408
435
|
},
|
|
409
436
|
{
|
|
410
437
|
type: 'text',
|
|
411
438
|
name: 'inheritsId',
|
|
412
439
|
message: 'inheritsId',
|
|
413
440
|
required: false,
|
|
441
|
+
skipPrompt: true,
|
|
414
442
|
},
|
|
415
443
|
]);
|
|
416
444
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -132,6 +132,7 @@ async function handleCreate(argv, prompter) {
|
|
|
132
132
|
name: 'code',
|
|
133
133
|
message: 'code',
|
|
134
134
|
required: false,
|
|
135
|
+
skipPrompt: true,
|
|
135
136
|
},
|
|
136
137
|
]);
|
|
137
138
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -190,6 +191,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
190
191
|
name: 'code',
|
|
191
192
|
message: 'code',
|
|
192
193
|
required: false,
|
|
194
|
+
skipPrompt: true,
|
|
193
195
|
},
|
|
194
196
|
]);
|
|
195
197
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -141,6 +141,7 @@ async function handleCreate(argv, prompter) {
|
|
|
141
141
|
name: 'databaseId',
|
|
142
142
|
message: 'databaseId',
|
|
143
143
|
required: false,
|
|
144
|
+
skipPrompt: true,
|
|
144
145
|
},
|
|
145
146
|
{
|
|
146
147
|
type: 'text',
|
|
@@ -159,42 +160,49 @@ async function handleCreate(argv, prompter) {
|
|
|
159
160
|
name: 'event',
|
|
160
161
|
message: 'event',
|
|
161
162
|
required: false,
|
|
163
|
+
skipPrompt: true,
|
|
162
164
|
},
|
|
163
165
|
{
|
|
164
166
|
type: 'text',
|
|
165
167
|
name: 'functionName',
|
|
166
168
|
message: 'functionName',
|
|
167
169
|
required: false,
|
|
170
|
+
skipPrompt: true,
|
|
168
171
|
},
|
|
169
172
|
{
|
|
170
173
|
type: 'text',
|
|
171
174
|
name: 'smartTags',
|
|
172
175
|
message: 'smartTags',
|
|
173
176
|
required: false,
|
|
177
|
+
skipPrompt: true,
|
|
174
178
|
},
|
|
175
179
|
{
|
|
176
180
|
type: 'text',
|
|
177
181
|
name: 'category',
|
|
178
182
|
message: 'category',
|
|
179
183
|
required: false,
|
|
184
|
+
skipPrompt: true,
|
|
180
185
|
},
|
|
181
186
|
{
|
|
182
187
|
type: 'text',
|
|
183
188
|
name: 'module',
|
|
184
189
|
message: 'module',
|
|
185
190
|
required: false,
|
|
191
|
+
skipPrompt: true,
|
|
186
192
|
},
|
|
187
193
|
{
|
|
188
194
|
type: 'text',
|
|
189
195
|
name: 'scope',
|
|
190
196
|
message: 'scope',
|
|
191
197
|
required: false,
|
|
198
|
+
skipPrompt: true,
|
|
192
199
|
},
|
|
193
200
|
{
|
|
194
201
|
type: 'text',
|
|
195
202
|
name: 'tags',
|
|
196
203
|
message: 'tags',
|
|
197
204
|
required: false,
|
|
205
|
+
skipPrompt: true,
|
|
198
206
|
},
|
|
199
207
|
]);
|
|
200
208
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|
|
@@ -255,6 +263,7 @@ async function handleUpdate(argv, prompter) {
|
|
|
255
263
|
name: 'databaseId',
|
|
256
264
|
message: 'databaseId',
|
|
257
265
|
required: false,
|
|
266
|
+
skipPrompt: true,
|
|
258
267
|
},
|
|
259
268
|
{
|
|
260
269
|
type: 'text',
|
|
@@ -273,42 +282,49 @@ async function handleUpdate(argv, prompter) {
|
|
|
273
282
|
name: 'event',
|
|
274
283
|
message: 'event',
|
|
275
284
|
required: false,
|
|
285
|
+
skipPrompt: true,
|
|
276
286
|
},
|
|
277
287
|
{
|
|
278
288
|
type: 'text',
|
|
279
289
|
name: 'functionName',
|
|
280
290
|
message: 'functionName',
|
|
281
291
|
required: false,
|
|
292
|
+
skipPrompt: true,
|
|
282
293
|
},
|
|
283
294
|
{
|
|
284
295
|
type: 'text',
|
|
285
296
|
name: 'smartTags',
|
|
286
297
|
message: 'smartTags',
|
|
287
298
|
required: false,
|
|
299
|
+
skipPrompt: true,
|
|
288
300
|
},
|
|
289
301
|
{
|
|
290
302
|
type: 'text',
|
|
291
303
|
name: 'category',
|
|
292
304
|
message: 'category',
|
|
293
305
|
required: false,
|
|
306
|
+
skipPrompt: true,
|
|
294
307
|
},
|
|
295
308
|
{
|
|
296
309
|
type: 'text',
|
|
297
310
|
name: 'module',
|
|
298
311
|
message: 'module',
|
|
299
312
|
required: false,
|
|
313
|
+
skipPrompt: true,
|
|
300
314
|
},
|
|
301
315
|
{
|
|
302
316
|
type: 'text',
|
|
303
317
|
name: 'scope',
|
|
304
318
|
message: 'scope',
|
|
305
319
|
required: false,
|
|
320
|
+
skipPrompt: true,
|
|
306
321
|
},
|
|
307
322
|
{
|
|
308
323
|
type: 'text',
|
|
309
324
|
name: 'tags',
|
|
310
325
|
message: 'tags',
|
|
311
326
|
required: false,
|
|
327
|
+
skipPrompt: true,
|
|
312
328
|
},
|
|
313
329
|
]);
|
|
314
330
|
const answers = (0, utils_1.coerceAnswers)(rawAnswers, fieldSchema);
|