@saltcorn/cli 0.7.0 → 0.7.1-beta.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/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
20
20
  $ saltcorn COMMAND
21
21
  running command...
22
22
  $ saltcorn (-v|--version|version)
23
- @saltcorn/cli/0.7.0 darwin-x64 node-v14.16.1
23
+ @saltcorn/cli/0.7.1-beta.0 darwin-x64 node-v14.16.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -69,7 +69,7 @@ USAGE
69
69
  $ saltcorn add-schema
70
70
  ```
71
71
 
72
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/add-schema.js)_
72
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/add-schema.js)_
73
73
 
74
74
  ## `saltcorn backup`
75
75
 
@@ -85,7 +85,7 @@ OPTIONS
85
85
  -z, --zip zip format
86
86
  ```
87
87
 
88
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/backup.js)_
88
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/backup.js)_
89
89
 
90
90
  ## `saltcorn create-tenant TENANT`
91
91
 
@@ -103,7 +103,7 @@ OPTIONS
103
103
  -e, --email=email Email of owner of tenant
104
104
  ```
105
105
 
106
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/create-tenant.js)_
106
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/create-tenant.js)_
107
107
 
108
108
  ## `saltcorn create-user`
109
109
 
@@ -121,7 +121,7 @@ OPTIONS
121
121
  -t, --tenant=tenant tenant
122
122
  ```
123
123
 
124
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/create-user.js)_
124
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/create-user.js)_
125
125
 
126
126
  ## `saltcorn delete-tenants`
127
127
 
@@ -132,7 +132,7 @@ USAGE
132
132
  $ saltcorn delete-tenants
133
133
  ```
134
134
 
135
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/delete-tenants.js)_
135
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/delete-tenants.js)_
136
136
 
137
137
  ## `saltcorn fixtures`
138
138
 
@@ -151,7 +151,7 @@ DESCRIPTION
151
151
  This manual step it is never required for users and rarely required for developers
152
152
  ```
153
153
 
154
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/fixtures.js)_
154
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/fixtures.js)_
155
155
 
156
156
  ## `saltcorn help [COMMAND]`
157
157
 
@@ -189,7 +189,7 @@ ALIASES
189
189
  $ saltcorn paths
190
190
  ```
191
191
 
192
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/info.js)_
192
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/info.js)_
193
193
 
194
194
  ## `saltcorn install-pack`
195
195
 
@@ -205,7 +205,7 @@ OPTIONS
205
205
  -t, --tenant=tenant tenant
206
206
  ```
207
207
 
208
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/install-pack.js)_
208
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/install-pack.js)_
209
209
 
210
210
  ## `saltcorn install-plugin`
211
211
 
@@ -221,7 +221,7 @@ OPTIONS
221
221
  -t, --tenant=tenant tenant
222
222
  ```
223
223
 
224
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/install-plugin.js)_
224
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/install-plugin.js)_
225
225
 
226
226
  ## `saltcorn list-tenants`
227
227
 
@@ -232,7 +232,7 @@ USAGE
232
232
  $ saltcorn list-tenants
233
233
  ```
234
234
 
235
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/list-tenants.js)_
235
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/list-tenants.js)_
236
236
 
237
237
  ## `saltcorn localize-plugin PLUGIN PATH`
238
238
 
@@ -250,7 +250,7 @@ OPTIONS
250
250
  -t, --tenant=tenant tenant
251
251
  ```
252
252
 
253
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/localize-plugin.js)_
253
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/localize-plugin.js)_
254
254
 
255
255
  ## `saltcorn make-migration`
256
256
 
@@ -266,7 +266,7 @@ DESCRIPTION
266
266
  unless you are a developer.
267
267
  ```
268
268
 
269
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/make-migration.js)_
269
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/make-migration.js)_
270
270
 
271
271
  ## `saltcorn saltcorn migrate`
272
272
 
@@ -288,7 +288,7 @@ DESCRIPTION
288
288
  servers and need to control when the migrations are run.
289
289
  ```
290
290
 
291
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/migrate.js)_
291
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/migrate.js)_
292
292
 
293
293
  ## `saltcorn plugins`
294
294
 
@@ -315,7 +315,7 @@ EXAMPLES
315
315
  plugins -u -f - force plugin update
316
316
  ```
317
317
 
318
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/plugins.js)_
318
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/plugins.js)_
319
319
 
320
320
  ## `saltcorn release VERSION`
321
321
 
@@ -329,7 +329,7 @@ ARGUMENTS
329
329
  VERSION New version number
330
330
  ```
331
331
 
332
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/release.js)_
332
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/release.js)_
333
333
 
334
334
  ## `saltcorn reset-schema`
335
335
 
@@ -348,7 +348,7 @@ DESCRIPTION
348
348
  This will delete all existing information
349
349
  ```
350
350
 
351
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/reset-schema.js)_
351
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/reset-schema.js)_
352
352
 
353
353
  ## `saltcorn restore FILE`
354
354
 
@@ -365,7 +365,7 @@ OPTIONS
365
365
  -t, --tenant=tenant tenant
366
366
  ```
367
367
 
368
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/restore.js)_
368
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/restore.js)_
369
369
 
370
370
  ## `saltcorn rm-tenant TENANT`
371
371
 
@@ -379,7 +379,7 @@ ARGUMENTS
379
379
  TENANT Tenant to remove
380
380
  ```
381
381
 
382
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/rm-tenant.js)_
382
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/rm-tenant.js)_
383
383
 
384
384
  ## `saltcorn run-benchmark [BASEURL]`
385
385
 
@@ -398,7 +398,7 @@ OPTIONS
398
398
  -t, --token=token API Token for reporting results
399
399
  ```
400
400
 
401
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/run-benchmark.js)_
401
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/run-benchmark.js)_
402
402
 
403
403
  ## `saltcorn run-tests [PACKAGE]`
404
404
 
@@ -418,7 +418,7 @@ OPTIONS
418
418
  --watchAll Watch files for changes and rerun all tests.
419
419
  ```
420
420
 
421
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/run-tests.js)_
421
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/run-tests.js)_
422
422
 
423
423
  ## `saltcorn scheduler`
424
424
 
@@ -432,7 +432,7 @@ OPTIONS
432
432
  -v, --verbose Verbose
433
433
  ```
434
434
 
435
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/scheduler.js)_
435
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/scheduler.js)_
436
436
 
437
437
  ## `saltcorn serve`
438
438
 
@@ -452,7 +452,7 @@ OPTIONS
452
452
  -v, --verbose Verbose
453
453
  ```
454
454
 
455
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/serve.js)_
455
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/serve.js)_
456
456
 
457
457
  ## `saltcorn set-cfg KEY VALUE`
458
458
 
@@ -471,7 +471,7 @@ OPTIONS
471
471
  -t, --tenant=tenant tenant
472
472
  ```
473
473
 
474
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/set-cfg.js)_
474
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/set-cfg.js)_
475
475
 
476
476
  ## `saltcorn setup`
477
477
 
@@ -490,7 +490,7 @@ DESCRIPTION
490
490
  configuration file
491
491
  ```
492
492
 
493
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/setup.js)_
493
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/setup.js)_
494
494
 
495
495
  ## `saltcorn setup-benchmark`
496
496
 
@@ -504,7 +504,7 @@ OPTIONS
504
504
  -t, --tenant=tenant tenant
505
505
  ```
506
506
 
507
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/setup-benchmark.js)_
507
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/setup-benchmark.js)_
508
508
 
509
509
  ## `saltcorn test-plugin PATH`
510
510
 
@@ -522,7 +522,7 @@ DESCRIPTION
522
522
  Extra documentation goes here
523
523
  ```
524
524
 
525
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/test-plugin.js)_
525
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/test-plugin.js)_
526
526
 
527
527
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
528
528
 
@@ -539,5 +539,5 @@ ARGUMENTS
539
539
  TENANT tenant name
540
540
  ```
541
541
 
542
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.0/src/commands/transform-field.js)_
542
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.1-beta.0/src/commands/transform-field.js)_
543
543
  <!-- commandsstop -->
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltcorn/cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1-beta.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1150,14 +1150,14 @@
1150
1150
  }
1151
1151
  },
1152
1152
  "@saltcorn/admin-models": {
1153
- "version": "0.7.0",
1154
- "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.7.0.tgz",
1155
- "integrity": "sha512-8HfDLPp2VJEI368haON7vGtRvS++rdCdCi1MyEbFVNAoNg9HfpP0G45e2niZt4s9jDSrhymJCnLS8Xk+Upr5yw==",
1156
- "requires": {
1157
- "@saltcorn/data": "0.7.0",
1158
- "@saltcorn/db-common": "0.7.0",
1159
- "@saltcorn/markup": "0.7.0",
1160
- "@saltcorn/types": "0.7.0",
1153
+ "version": "0.7.1-beta.0",
1154
+ "resolved": "https://registry.npmjs.org/@saltcorn/admin-models/-/admin-models-0.7.1-beta.0.tgz",
1155
+ "integrity": "sha512-/lfZ703YlldONHww/2hNZI/b3qEZbO/ORuDHck4kqnEDtD9jZG+QG3kDN3/3SwUX9Oy3hjyttybueJTNajsvSg==",
1156
+ "requires": {
1157
+ "@saltcorn/data": "0.7.1-beta.0",
1158
+ "@saltcorn/db-common": "0.7.1-beta.0",
1159
+ "@saltcorn/markup": "0.7.1-beta.0",
1160
+ "@saltcorn/types": "0.7.1-beta.0",
1161
1161
  "adm-zip": "0.5.5",
1162
1162
  "csv-stringify": "^5.5.0",
1163
1163
  "csvtojson": "^2.0.10",
@@ -1167,31 +1167,31 @@
1167
1167
  }
1168
1168
  },
1169
1169
  "@saltcorn/base-plugin": {
1170
- "version": "0.7.0",
1171
- "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.7.0.tgz",
1172
- "integrity": "sha512-XvHZJwW1jKdSl/pxVPrMyDeFsAWTuB+Ni/gIvPbXpdDFmnJZTa3/L1QiBd1PSPKhnAcrgYS/r8IjkcKf60GhTA==",
1170
+ "version": "0.7.1-beta.0",
1171
+ "resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.7.1-beta.0.tgz",
1172
+ "integrity": "sha512-hpSfPvvVG0oY+LidPLMlYAg8nZRyES4l/6l8YbkVoH2i7lrTxdWWl54HZY9lLC/q1jiNCW6pl+Up6kc351ECwg==",
1173
1173
  "requires": {
1174
- "@saltcorn/data": "0.7.0"
1174
+ "@saltcorn/data": "0.7.1-beta.0"
1175
1175
  }
1176
1176
  },
1177
1177
  "@saltcorn/builder": {
1178
- "version": "0.7.0",
1179
- "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.7.0.tgz",
1180
- "integrity": "sha512-XewwSmELm6Ls2qbxiHWqhDL8XniI4PEBSyBYaWxcVjQH9uIRA6uqAyoH9j/VGiJozEkDcXC3DCLcRZuMo04h0w==",
1178
+ "version": "0.7.1-beta.0",
1179
+ "resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.7.1-beta.0.tgz",
1180
+ "integrity": "sha512-45qKso6jM1VD8w6QRnmahDgzB3Oow/ZX1XHE/rfGXSu5X77MUORnEA/CmKBz3ffvUj4RonkCumhMeQ1GGU25NQ==",
1181
1181
  "requires": {
1182
1182
  "styled-components": "4.4.1"
1183
1183
  }
1184
1184
  },
1185
1185
  "@saltcorn/data": {
1186
- "version": "0.7.0",
1187
- "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.7.0.tgz",
1188
- "integrity": "sha512-FjPhRwoTBI6EW/Zn3+qePuhuAYL1RyLMmRd4OdwwMwK1bvqQ63Vn4MxjuO2aatTFDpNy5PVALkDmV0OvAIxfdg==",
1189
- "requires": {
1190
- "@saltcorn/db-common": "0.7.0",
1191
- "@saltcorn/markup": "0.7.0",
1192
- "@saltcorn/postgres": "0.7.0",
1193
- "@saltcorn/sqlite": "0.7.0",
1194
- "@saltcorn/types": "0.7.0",
1186
+ "version": "0.7.1-beta.0",
1187
+ "resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.7.1-beta.0.tgz",
1188
+ "integrity": "sha512-6KZBvqNE50I5Yt/WqRuKOMdgc0QK8rSZC1MHZciVOPY/EsMDtRTst09nwjhZgPgtjI0L1P89m3JlosVTdDPGfw==",
1189
+ "requires": {
1190
+ "@saltcorn/db-common": "0.7.1-beta.0",
1191
+ "@saltcorn/markup": "0.7.1-beta.0",
1192
+ "@saltcorn/postgres": "0.7.1-beta.0",
1193
+ "@saltcorn/sqlite": "0.7.1-beta.0",
1194
+ "@saltcorn/types": "0.7.1-beta.0",
1195
1195
  "@types/mjml": "4.7.0",
1196
1196
  "acorn": "^8.0.3",
1197
1197
  "astring": "^1.4.3",
@@ -1217,14 +1217,14 @@
1217
1217
  }
1218
1218
  },
1219
1219
  "@saltcorn/db-common": {
1220
- "version": "0.7.0",
1221
- "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.7.0.tgz",
1222
- "integrity": "sha512-syk4s3nVnMm7Ey/fvqkvvuLW9yKz8M2baVyt/9xEYvTATHMAcJDfTpCwOIkx/cC0SChBIha0UVZzfrefqUcOBA=="
1220
+ "version": "0.7.1-beta.0",
1221
+ "resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.7.1-beta.0.tgz",
1222
+ "integrity": "sha512-OgPT90/50C+SE+X3Mr1yDHUHz0psIRxDeGPtepJsxyVI9jVsvytmBKEVdpSmayli2n8CM7iamqXjk4pf3FEclQ=="
1223
1223
  },
1224
1224
  "@saltcorn/markup": {
1225
- "version": "0.7.0",
1226
- "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.7.0.tgz",
1227
- "integrity": "sha512-Weq1VYeCtMdIL237B8BpZtjoJzndQRzW0AI8o6FmAFOQ9JTXEWCpxeyCgzyjmGhMQXxsUwEAzVEm/6/xHyQ+xg==",
1225
+ "version": "0.7.1-beta.0",
1226
+ "resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.7.1-beta.0.tgz",
1227
+ "integrity": "sha512-4QsTgBIQl4M6EkTazM+V0FEvLwpGUHy7/hG8X9m+snt/K2eEBOej5n9ftTXqsjoNrDIIH95UUnBrWxZ7pFuOOQ==",
1228
1228
  "requires": {
1229
1229
  "escape-html": "^1.0.3",
1230
1230
  "html-tags": "3.1.0",
@@ -1232,37 +1232,37 @@
1232
1232
  }
1233
1233
  },
1234
1234
  "@saltcorn/postgres": {
1235
- "version": "0.7.0",
1236
- "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.7.0.tgz",
1237
- "integrity": "sha512-FHtdMmjf+4d0StPlh0+Ods2xITDUD+IhvR2AO2T9yeLewOQhZPzpweSoBtaAA+lTSyKFbDzMz2f+On+jmQMuJg==",
1235
+ "version": "0.7.1-beta.0",
1236
+ "resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.7.1-beta.0.tgz",
1237
+ "integrity": "sha512-PfjqBFwGitP0FxCz8S0lHh5vqtj83mXS8f4Bsfuc8+EgoMX/YVDyEtyi91VF6Q0gtkw691eeSH2U4EQZp8xNcQ==",
1238
1238
  "optional": true,
1239
1239
  "requires": {
1240
- "@saltcorn/db-common": "0.7.0",
1240
+ "@saltcorn/db-common": "0.7.1-beta.0",
1241
1241
  "pg": "^8.2.1",
1242
1242
  "pg-copy-streams": "^5.1.1"
1243
1243
  }
1244
1244
  },
1245
1245
  "@saltcorn/sbadmin2": {
1246
- "version": "0.7.0",
1247
- "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.7.0.tgz",
1248
- "integrity": "sha512-5ElORjes+/m5lhX4W15e/7U92m5Cf+vEnd3uUIRNxvyyqSDsPbpaDvc8LRDTEvhLFlbDo4JBgu/I+g8o8ik0pQ==",
1246
+ "version": "0.7.1-beta.0",
1247
+ "resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.7.1-beta.0.tgz",
1248
+ "integrity": "sha512-n9eynsVf9fPJ33AJ7lpA874TiOm5SRtYPRfKBwYLQHfZxXfqLxYmva4lufJovKLt1T6TFXlvLaOmG/xCSUHRwQ==",
1249
1249
  "requires": {
1250
- "@saltcorn/data": "0.7.0",
1251
- "@saltcorn/markup": "0.7.0",
1250
+ "@saltcorn/data": "0.7.1-beta.0",
1251
+ "@saltcorn/markup": "0.7.1-beta.0",
1252
1252
  "startbootstrap-sb-admin-2-bs5": "^4.1.5-beta.3"
1253
1253
  }
1254
1254
  },
1255
1255
  "@saltcorn/server": {
1256
- "version": "0.7.0",
1257
- "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.7.0.tgz",
1258
- "integrity": "sha512-+uckFVgIohiVDh5yk92KIG7AAW4YqM8UJJrNEVuWsDbE4HwIv9ic9ogus3XJocuX67c4oPp73t5Kwh6HG/p4HA==",
1259
- "requires": {
1260
- "@saltcorn/admin-models": "0.7.0",
1261
- "@saltcorn/base-plugin": "0.7.0",
1262
- "@saltcorn/builder": "0.7.0",
1263
- "@saltcorn/data": "0.7.0",
1264
- "@saltcorn/markup": "0.7.0",
1265
- "@saltcorn/sbadmin2": "0.7.0",
1256
+ "version": "0.7.1-beta.0",
1257
+ "resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.7.1-beta.0.tgz",
1258
+ "integrity": "sha512-fyDLPuqgebTtCofextIzemoSuZLTcGUwY4ux8u1jhnDUqkTMqXPW9sTiiiE87c31oK64AIx1ZIwfU7v0A4nxnw==",
1259
+ "requires": {
1260
+ "@saltcorn/admin-models": "0.7.1-beta.0",
1261
+ "@saltcorn/base-plugin": "0.7.1-beta.0",
1262
+ "@saltcorn/builder": "0.7.1-beta.0",
1263
+ "@saltcorn/data": "0.7.1-beta.0",
1264
+ "@saltcorn/markup": "0.7.1-beta.0",
1265
+ "@saltcorn/sbadmin2": "0.7.1-beta.0",
1266
1266
  "@socket.io/cluster-adapter": "^0.1.0",
1267
1267
  "@socket.io/sticky": "^1.0.1",
1268
1268
  "aws-sdk": "^2.1037.0",
@@ -1306,19 +1306,19 @@
1306
1306
  }
1307
1307
  },
1308
1308
  "@saltcorn/sqlite": {
1309
- "version": "0.7.0",
1310
- "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.7.0.tgz",
1311
- "integrity": "sha512-toXuQWenrsPMvZkv4KmDYboUZ+9d+D6VPc2YcZD7A4QH/zvbuHxn5lUgdqrccYlHel7r0UbUDh/RuY8xSkuDRw==",
1309
+ "version": "0.7.1-beta.0",
1310
+ "resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.7.1-beta.0.tgz",
1311
+ "integrity": "sha512-0u/hD3+/Jr4sbX0DEHoKirnhwdECiqqeeAKMhwk52IiMxG9yOtm9IN4GXlKhF6O45jGT3ItZy52QdAG4oND3uw==",
1312
1312
  "optional": true,
1313
1313
  "requires": {
1314
- "@saltcorn/db-common": "0.7.0",
1314
+ "@saltcorn/db-common": "0.7.1-beta.0",
1315
1315
  "sqlite3": "^5.0.2"
1316
1316
  }
1317
1317
  },
1318
1318
  "@saltcorn/types": {
1319
- "version": "0.7.0",
1320
- "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.7.0.tgz",
1321
- "integrity": "sha512-lVPgGQB9ojTdxyRZibo70VzwJ8s7T2tT/TNCtRaj3IyBbN0FlPtQkTKfvHRqiDvfmBP+u2OjGpfC6KP2OmXcBg=="
1319
+ "version": "0.7.1-beta.0",
1320
+ "resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.7.1-beta.0.tgz",
1321
+ "integrity": "sha512-TRTJttpLOxyM0/2fPktchYwOa6h42rAIGf/9mpNXZsEYpVksj5iEmz9/+oPe5pvfURs++HlgVKww0xppaXNYGA=="
1322
1322
  },
1323
1323
  "@sindresorhus/is": {
1324
1324
  "version": "0.14.0",
@@ -1 +1 @@
1
- {"version":"0.7.0","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
1
+ {"version":"0.7.1-beta.0","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"Absolute path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@saltcorn/cli",
3
3
  "description": "Command-line interface for Saltcorn, open-source no-code platform",
4
4
  "homepage": "https://saltcorn.com",
5
- "version": "0.7.0",
5
+ "version": "0.7.1-beta.0",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -12,9 +12,9 @@
12
12
  "@oclif/command": "^1.8.16",
13
13
  "@oclif/config": "^1.18.3",
14
14
  "@oclif/plugin-help": "^3.3.1",
15
- "@saltcorn/admin-models": "0.7.0",
16
- "@saltcorn/data": "0.7.0",
17
- "@saltcorn/server": "0.7.0",
15
+ "@saltcorn/admin-models": "0.7.1-beta.0",
16
+ "@saltcorn/data": "0.7.1-beta.0",
17
+ "@saltcorn/server": "0.7.1-beta.0",
18
18
  "cli-ux": "^5.6.7",
19
19
  "contractis": "^0.1.0",
20
20
  "dateformat": "^3.0.3",