@saltcorn/cli 0.6.0-beta.0 → 0.6.0-beta.4
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 +27 -27
- package/npm-shrinkwrap.json +110 -132
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.6.0-beta.
|
|
23
|
+
@saltcorn/cli/0.6.0-beta.4 darwin-x64 node-v14.16.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -68,7 +68,7 @@ USAGE
|
|
|
68
68
|
$ saltcorn add-schema
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
71
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/add-schema.js)_
|
|
72
72
|
|
|
73
73
|
## `saltcorn backup`
|
|
74
74
|
|
|
@@ -84,7 +84,7 @@ OPTIONS
|
|
|
84
84
|
-z, --zip zip format
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
87
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/backup.js)_
|
|
88
88
|
|
|
89
89
|
## `saltcorn create-tenant TENANT`
|
|
90
90
|
|
|
@@ -102,7 +102,7 @@ OPTIONS
|
|
|
102
102
|
-e, --email=email Email of owner of tenant
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
105
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/create-tenant.js)_
|
|
106
106
|
|
|
107
107
|
## `saltcorn create-user`
|
|
108
108
|
|
|
@@ -120,7 +120,7 @@ OPTIONS
|
|
|
120
120
|
-t, --tenant=tenant tenant
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
123
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/create-user.js)_
|
|
124
124
|
|
|
125
125
|
## `saltcorn fixtures`
|
|
126
126
|
|
|
@@ -138,7 +138,7 @@ DESCRIPTION
|
|
|
138
138
|
This manual step it is never required for users and rarely required for developers
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
141
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/fixtures.js)_
|
|
142
142
|
|
|
143
143
|
## `saltcorn help [COMMAND]`
|
|
144
144
|
|
|
@@ -176,7 +176,7 @@ ALIASES
|
|
|
176
176
|
$ saltcorn paths
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
179
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/info.js)_
|
|
180
180
|
|
|
181
181
|
## `saltcorn install-pack`
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ OPTIONS
|
|
|
192
192
|
-t, --tenant=tenant tenant
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
195
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/install-pack.js)_
|
|
196
196
|
|
|
197
197
|
## `saltcorn install-plugin`
|
|
198
198
|
|
|
@@ -208,7 +208,7 @@ OPTIONS
|
|
|
208
208
|
-t, --tenant=tenant tenant
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
211
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/install-plugin.js)_
|
|
212
212
|
|
|
213
213
|
## `saltcorn list-tenants`
|
|
214
214
|
|
|
@@ -219,7 +219,7 @@ USAGE
|
|
|
219
219
|
$ saltcorn list-tenants
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
222
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/list-tenants.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
225
225
|
|
|
@@ -234,7 +234,7 @@ ARGUMENTS
|
|
|
234
234
|
PATH path to local plugin
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
237
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/localize-plugin.js)_
|
|
238
238
|
|
|
239
239
|
## `saltcorn make-migration`
|
|
240
240
|
|
|
@@ -250,7 +250,7 @@ DESCRIPTION
|
|
|
250
250
|
unless you are a developer.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
253
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/make-migration.js)_
|
|
254
254
|
|
|
255
255
|
## `saltcorn saltcorn migrate`
|
|
256
256
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
servers and need to control when the migrations are run.
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
275
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/migrate.js)_
|
|
276
276
|
|
|
277
277
|
## `saltcorn plugins`
|
|
278
278
|
|
|
@@ -299,7 +299,7 @@ EXAMPLES
|
|
|
299
299
|
plugins -u -f - force plugin update
|
|
300
300
|
```
|
|
301
301
|
|
|
302
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
302
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/plugins.js)_
|
|
303
303
|
|
|
304
304
|
## `saltcorn release VERSION`
|
|
305
305
|
|
|
@@ -313,7 +313,7 @@ ARGUMENTS
|
|
|
313
313
|
VERSION New version number
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
316
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/release.js)_
|
|
317
317
|
|
|
318
318
|
## `saltcorn reset-schema`
|
|
319
319
|
|
|
@@ -332,7 +332,7 @@ DESCRIPTION
|
|
|
332
332
|
This will delete all existing information
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
335
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/reset-schema.js)_
|
|
336
336
|
|
|
337
337
|
## `saltcorn restore FILE`
|
|
338
338
|
|
|
@@ -349,7 +349,7 @@ OPTIONS
|
|
|
349
349
|
-t, --tenant=tenant tenant
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
352
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/restore.js)_
|
|
353
353
|
|
|
354
354
|
## `saltcorn rm-tenant TENANT`
|
|
355
355
|
|
|
@@ -363,7 +363,7 @@ ARGUMENTS
|
|
|
363
363
|
TENANT Tenant to remove
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
366
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/rm-tenant.js)_
|
|
367
367
|
|
|
368
368
|
## `saltcorn run-benchmark [BASEURL]`
|
|
369
369
|
|
|
@@ -382,7 +382,7 @@ OPTIONS
|
|
|
382
382
|
-t, --token=token API Token for reporting results
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
385
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/run-benchmark.js)_
|
|
386
386
|
|
|
387
387
|
## `saltcorn run-tests [PACKAGE]`
|
|
388
388
|
|
|
@@ -400,7 +400,7 @@ OPTIONS
|
|
|
400
400
|
-f, --forever Run forever till failure
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
403
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/run-tests.js)_
|
|
404
404
|
|
|
405
405
|
## `saltcorn scheduler`
|
|
406
406
|
|
|
@@ -414,7 +414,7 @@ OPTIONS
|
|
|
414
414
|
-v, --verbose Verbose
|
|
415
415
|
```
|
|
416
416
|
|
|
417
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
417
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/scheduler.js)_
|
|
418
418
|
|
|
419
419
|
## `saltcorn serve`
|
|
420
420
|
|
|
@@ -433,7 +433,7 @@ OPTIONS
|
|
|
433
433
|
-v, --verbose Verbose
|
|
434
434
|
```
|
|
435
435
|
|
|
436
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
436
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/serve.js)_
|
|
437
437
|
|
|
438
438
|
## `saltcorn set-cfg KEY VALUE`
|
|
439
439
|
|
|
@@ -452,7 +452,7 @@ OPTIONS
|
|
|
452
452
|
-t, --tenant=tenant tenant
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
455
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/set-cfg.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn setup`
|
|
458
458
|
|
|
@@ -471,7 +471,7 @@ DESCRIPTION
|
|
|
471
471
|
configuration file
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
474
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/setup.js)_
|
|
475
475
|
|
|
476
476
|
## `saltcorn setup-benchmark`
|
|
477
477
|
|
|
@@ -485,7 +485,7 @@ OPTIONS
|
|
|
485
485
|
-t, --tenant=tenant tenant
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
488
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/setup-benchmark.js)_
|
|
489
489
|
|
|
490
490
|
## `saltcorn test-plugin PATH`
|
|
491
491
|
|
|
@@ -503,7 +503,7 @@ DESCRIPTION
|
|
|
503
503
|
Extra documentation goes here
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
506
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/test-plugin.js)_
|
|
507
507
|
|
|
508
508
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
509
509
|
|
|
@@ -520,5 +520,5 @@ ARGUMENTS
|
|
|
520
520
|
TENANT tenant name
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.
|
|
523
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-beta.4/src/commands/transform-field.js)_
|
|
524
524
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.0-beta.
|
|
3
|
+
"version": "0.6.0-beta.4",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -968,27 +968,27 @@
|
|
|
968
968
|
}
|
|
969
969
|
},
|
|
970
970
|
"@saltcorn/base-plugin": {
|
|
971
|
-
"version": "0.6.0-beta.
|
|
972
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.0-beta.
|
|
973
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "0.6.0-beta.4",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.0-beta.4.tgz",
|
|
973
|
+
"integrity": "sha512-Cc6a0nU7wVok2ipAD2VKEyMoF3aU54RmAZSoG64GyZx4K3+1pfmmKI5J3NF0dYQwZcaGOKhR4xsoWjycL6o2Ig==",
|
|
974
974
|
"requires": {
|
|
975
|
-
"@saltcorn/data": "0.6.0-beta.
|
|
975
|
+
"@saltcorn/data": "0.6.0-beta.4"
|
|
976
976
|
}
|
|
977
977
|
},
|
|
978
978
|
"@saltcorn/builder": {
|
|
979
|
-
"version": "0.6.0-beta.
|
|
980
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.0-beta.
|
|
981
|
-
"integrity": "sha512-
|
|
979
|
+
"version": "0.6.0-beta.4",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.0-beta.4.tgz",
|
|
981
|
+
"integrity": "sha512-kWFFQP1LiJ3SPOaPQBy9+SOZbYOvJ5Dj7JpSZQ4cHElEI030wGpEnInQkJHAGvVIrRsSfZSVjq7pKFSroVwTNw==",
|
|
982
982
|
"requires": {
|
|
983
983
|
"styled-components": "^4.4.1"
|
|
984
984
|
}
|
|
985
985
|
},
|
|
986
986
|
"@saltcorn/data": {
|
|
987
|
-
"version": "0.6.0-beta.
|
|
988
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.0-beta.
|
|
989
|
-
"integrity": "sha512-
|
|
987
|
+
"version": "0.6.0-beta.4",
|
|
988
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.0-beta.4.tgz",
|
|
989
|
+
"integrity": "sha512-Zz9nvnANSSlq+lpgAAqdqOrc/InMKCXrE+Vv6SQFQZx18gKvh8i3DIr5DKMMA7lJx4oRqCdrTGJAJL8cCqSyyw==",
|
|
990
990
|
"requires": {
|
|
991
|
-
"@saltcorn/markup": "0.6.0-beta.
|
|
991
|
+
"@saltcorn/markup": "0.6.0-beta.4",
|
|
992
992
|
"acorn": "^8.0.3",
|
|
993
993
|
"adm-zip": "0.5.5",
|
|
994
994
|
"astring": "^1.4.3",
|
|
@@ -1013,15 +1013,15 @@
|
|
|
1013
1013
|
"pg": "^8.2.1",
|
|
1014
1014
|
"pg-copy-streams": "^5.1.1",
|
|
1015
1015
|
"pluralize": "^8.0.0",
|
|
1016
|
-
"sqlite3": "^5.0.
|
|
1016
|
+
"sqlite3": "^5.0.2",
|
|
1017
1017
|
"tmp-promise": "^3.0.2",
|
|
1018
1018
|
"uuid": "^8.2.0"
|
|
1019
1019
|
}
|
|
1020
1020
|
},
|
|
1021
1021
|
"@saltcorn/markup": {
|
|
1022
|
-
"version": "0.6.0-beta.
|
|
1023
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.0-beta.
|
|
1024
|
-
"integrity": "sha512-
|
|
1022
|
+
"version": "0.6.0-beta.4",
|
|
1023
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.0-beta.4.tgz",
|
|
1024
|
+
"integrity": "sha512-TrhJnR7nHNXwp9t6UvlgPxeySr9P8FKX1ZH9fYM2XPcXmN/n1mkvZNn6xwKXB6U0ANHwCEl//Kp0/wYoVchnjQ==",
|
|
1025
1025
|
"requires": {
|
|
1026
1026
|
"contractis": "^0.1.0",
|
|
1027
1027
|
"escape-html": "^1.0.3",
|
|
@@ -1030,25 +1030,25 @@
|
|
|
1030
1030
|
}
|
|
1031
1031
|
},
|
|
1032
1032
|
"@saltcorn/sbadmin2": {
|
|
1033
|
-
"version": "0.6.0-beta.
|
|
1034
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.0-beta.
|
|
1035
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "0.6.0-beta.4",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.0-beta.4.tgz",
|
|
1035
|
+
"integrity": "sha512-3UoFZds5ntjawaJZ9b+/bh8PVu91tF6qTn5IhvjxtTkqARC7qvmEOq5AN30u2hmvU3qUVCaFugEYN7yHaSPwhA==",
|
|
1036
1036
|
"requires": {
|
|
1037
|
-
"@saltcorn/data": "0.6.0-beta.
|
|
1038
|
-
"@saltcorn/markup": "0.6.0-beta.
|
|
1037
|
+
"@saltcorn/data": "0.6.0-beta.4",
|
|
1038
|
+
"@saltcorn/markup": "0.6.0-beta.4",
|
|
1039
1039
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
1042
|
"@saltcorn/server": {
|
|
1043
|
-
"version": "0.6.0-beta.
|
|
1044
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.0-beta.
|
|
1045
|
-
"integrity": "sha512-
|
|
1046
|
-
"requires": {
|
|
1047
|
-
"@saltcorn/base-plugin": "0.6.0-beta.
|
|
1048
|
-
"@saltcorn/builder": "0.6.0-beta.
|
|
1049
|
-
"@saltcorn/data": "0.6.0-beta.
|
|
1050
|
-
"@saltcorn/markup": "0.6.0-beta.
|
|
1051
|
-
"@saltcorn/sbadmin2": "0.6.0-beta.
|
|
1043
|
+
"version": "0.6.0-beta.4",
|
|
1044
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.0-beta.4.tgz",
|
|
1045
|
+
"integrity": "sha512-4HvASTfv28ZRddJAqr0FHvxHtQZ53uEBInNSOHeN5QI8YXb6NcDCgBdJtNsZbzBcZA0eMq1EoW1v0yVSoh7m/g==",
|
|
1046
|
+
"requires": {
|
|
1047
|
+
"@saltcorn/base-plugin": "0.6.0-beta.4",
|
|
1048
|
+
"@saltcorn/builder": "0.6.0-beta.4",
|
|
1049
|
+
"@saltcorn/data": "0.6.0-beta.4",
|
|
1050
|
+
"@saltcorn/markup": "0.6.0-beta.4",
|
|
1051
|
+
"@saltcorn/sbadmin2": "0.6.0-beta.4",
|
|
1052
1052
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
1053
1053
|
"@socket.io/sticky": "^1.0.1",
|
|
1054
1054
|
"connect-flash": "^0.1.1",
|
|
@@ -1119,9 +1119,9 @@
|
|
|
1119
1119
|
}
|
|
1120
1120
|
},
|
|
1121
1121
|
"@types/component-emitter": {
|
|
1122
|
-
"version": "1.2.
|
|
1123
|
-
"resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.
|
|
1124
|
-
"integrity": "sha512-
|
|
1122
|
+
"version": "1.2.11",
|
|
1123
|
+
"resolved": "https://registry.npmjs.org/@types/component-emitter/-/component-emitter-1.2.11.tgz",
|
|
1124
|
+
"integrity": "sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ=="
|
|
1125
1125
|
},
|
|
1126
1126
|
"@types/cookie": {
|
|
1127
1127
|
"version": "0.4.1",
|
|
@@ -1227,9 +1227,9 @@
|
|
|
1227
1227
|
}
|
|
1228
1228
|
},
|
|
1229
1229
|
"@types/semver": {
|
|
1230
|
-
"version": "7.3.
|
|
1231
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.
|
|
1232
|
-
"integrity": "sha512-
|
|
1230
|
+
"version": "7.3.9",
|
|
1231
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.9.tgz",
|
|
1232
|
+
"integrity": "sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ=="
|
|
1233
1233
|
},
|
|
1234
1234
|
"@types/tar": {
|
|
1235
1235
|
"version": "4.0.5",
|
|
@@ -1325,9 +1325,9 @@
|
|
|
1325
1325
|
}
|
|
1326
1326
|
},
|
|
1327
1327
|
"ansi-regex": {
|
|
1328
|
-
"version": "
|
|
1329
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
1330
|
-
"integrity": "
|
|
1328
|
+
"version": "2.1.1",
|
|
1329
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
|
1330
|
+
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
|
|
1331
1331
|
},
|
|
1332
1332
|
"ansi-styles": {
|
|
1333
1333
|
"version": "3.2.1",
|
|
@@ -1464,12 +1464,12 @@
|
|
|
1464
1464
|
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
|
1465
1465
|
},
|
|
1466
1466
|
"babel-plugin-styled-components": {
|
|
1467
|
-
"version": "1.13.
|
|
1468
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.
|
|
1469
|
-
"integrity": "sha512-
|
|
1467
|
+
"version": "1.13.3",
|
|
1468
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz",
|
|
1469
|
+
"integrity": "sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==",
|
|
1470
1470
|
"requires": {
|
|
1471
|
-
"@babel/helper-annotate-as-pure": "^7.
|
|
1472
|
-
"@babel/helper-module-imports": "^7.
|
|
1471
|
+
"@babel/helper-annotate-as-pure": "^7.15.4",
|
|
1472
|
+
"@babel/helper-module-imports": "^7.15.4",
|
|
1473
1473
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
1474
1474
|
"lodash": "^4.17.11"
|
|
1475
1475
|
}
|
|
@@ -2080,6 +2080,11 @@
|
|
|
2080
2080
|
"wrap-ansi": "^5.1.0"
|
|
2081
2081
|
},
|
|
2082
2082
|
"dependencies": {
|
|
2083
|
+
"ansi-regex": {
|
|
2084
|
+
"version": "4.1.0",
|
|
2085
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
|
2086
|
+
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
|
|
2087
|
+
},
|
|
2083
2088
|
"emoji-regex": {
|
|
2084
2089
|
"version": "7.0.3",
|
|
2085
2090
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
|
|
@@ -2095,6 +2100,14 @@
|
|
|
2095
2100
|
"strip-ansi": "^5.1.0"
|
|
2096
2101
|
}
|
|
2097
2102
|
},
|
|
2103
|
+
"strip-ansi": {
|
|
2104
|
+
"version": "5.2.0",
|
|
2105
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
2106
|
+
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
2107
|
+
"requires": {
|
|
2108
|
+
"ansi-regex": "^4.1.0"
|
|
2109
|
+
}
|
|
2110
|
+
},
|
|
2098
2111
|
"wrap-ansi": {
|
|
2099
2112
|
"version": "5.1.0",
|
|
2100
2113
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
|
|
@@ -2345,9 +2358,9 @@
|
|
|
2345
2358
|
}
|
|
2346
2359
|
},
|
|
2347
2360
|
"css-what": {
|
|
2348
|
-
"version": "5.0
|
|
2349
|
-
"resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.
|
|
2350
|
-
"integrity": "sha512-
|
|
2361
|
+
"version": "5.1.0",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
|
|
2363
|
+
"integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw=="
|
|
2351
2364
|
},
|
|
2352
2365
|
"cssfilter": {
|
|
2353
2366
|
"version": "0.0.10",
|
|
@@ -2880,9 +2893,9 @@
|
|
|
2880
2893
|
}
|
|
2881
2894
|
},
|
|
2882
2895
|
"express-rate-limit": {
|
|
2883
|
-
"version": "5.
|
|
2884
|
-
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.
|
|
2885
|
-
"integrity": "sha512
|
|
2896
|
+
"version": "5.5.0",
|
|
2897
|
+
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.5.0.tgz",
|
|
2898
|
+
"integrity": "sha512-/1mrKggjXMxd1/ghPub5N3d36u5VlK8KjbQFQLxYub09BWSSgSXMQbXgFiIW0BYxjM49YCj8bkihONZR2U4+mQ=="
|
|
2886
2899
|
},
|
|
2887
2900
|
"express-session": {
|
|
2888
2901
|
"version": "1.17.2",
|
|
@@ -3148,39 +3161,6 @@
|
|
|
3148
3161
|
"string-width": "^1.0.1",
|
|
3149
3162
|
"strip-ansi": "^3.0.1",
|
|
3150
3163
|
"wide-align": "^1.1.0"
|
|
3151
|
-
},
|
|
3152
|
-
"dependencies": {
|
|
3153
|
-
"ansi-regex": {
|
|
3154
|
-
"version": "2.1.1",
|
|
3155
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
|
3156
|
-
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
|
|
3157
|
-
},
|
|
3158
|
-
"is-fullwidth-code-point": {
|
|
3159
|
-
"version": "1.0.0",
|
|
3160
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
3161
|
-
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
|
3162
|
-
"requires": {
|
|
3163
|
-
"number-is-nan": "^1.0.0"
|
|
3164
|
-
}
|
|
3165
|
-
},
|
|
3166
|
-
"string-width": {
|
|
3167
|
-
"version": "1.0.2",
|
|
3168
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
|
3169
|
-
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
|
3170
|
-
"requires": {
|
|
3171
|
-
"code-point-at": "^1.0.0",
|
|
3172
|
-
"is-fullwidth-code-point": "^1.0.0",
|
|
3173
|
-
"strip-ansi": "^3.0.0"
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
"strip-ansi": {
|
|
3177
|
-
"version": "3.0.1",
|
|
3178
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
|
3179
|
-
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
|
3180
|
-
"requires": {
|
|
3181
|
-
"ansi-regex": "^2.0.0"
|
|
3182
|
-
}
|
|
3183
|
-
}
|
|
3184
3164
|
}
|
|
3185
3165
|
},
|
|
3186
3166
|
"gaze": {
|
|
@@ -3401,13 +3381,6 @@
|
|
|
3401
3381
|
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
|
|
3402
3382
|
"requires": {
|
|
3403
3383
|
"ansi-regex": "^2.0.0"
|
|
3404
|
-
},
|
|
3405
|
-
"dependencies": {
|
|
3406
|
-
"ansi-regex": {
|
|
3407
|
-
"version": "2.1.1",
|
|
3408
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
|
3409
|
-
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
|
|
3410
|
-
}
|
|
3411
3384
|
}
|
|
3412
3385
|
},
|
|
3413
3386
|
"has-flag": {
|
|
@@ -4914,11 +4887,6 @@
|
|
|
4914
4887
|
"true-case-path": "^1.0.2"
|
|
4915
4888
|
},
|
|
4916
4889
|
"dependencies": {
|
|
4917
|
-
"ansi-regex": {
|
|
4918
|
-
"version": "2.1.1",
|
|
4919
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
|
|
4920
|
-
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
|
|
4921
|
-
},
|
|
4922
4890
|
"ansi-styles": {
|
|
4923
4891
|
"version": "2.2.1",
|
|
4924
4892
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
|
|
@@ -4954,14 +4922,6 @@
|
|
|
4954
4922
|
"yallist": "^2.1.2"
|
|
4955
4923
|
}
|
|
4956
4924
|
},
|
|
4957
|
-
"strip-ansi": {
|
|
4958
|
-
"version": "3.0.1",
|
|
4959
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
|
4960
|
-
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
|
4961
|
-
"requires": {
|
|
4962
|
-
"ansi-regex": "^2.0.0"
|
|
4963
|
-
}
|
|
4964
|
-
},
|
|
4965
4925
|
"supports-color": {
|
|
4966
4926
|
"version": "2.0.0",
|
|
4967
4927
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
|
|
@@ -4975,9 +4935,9 @@
|
|
|
4975
4935
|
}
|
|
4976
4936
|
},
|
|
4977
4937
|
"nodemailer": {
|
|
4978
|
-
"version": "6.
|
|
4979
|
-
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.
|
|
4980
|
-
"integrity": "sha512-
|
|
4938
|
+
"version": "6.7.0",
|
|
4939
|
+
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.7.0.tgz",
|
|
4940
|
+
"integrity": "sha512-AtiTVUFHLiiDnMQ43zi0YgkzHOEWUkhDgPlBXrsDzJiJvB29Alo4OKxHQ0ugF3gRqRQIneCLtZU3yiUo7pItZw=="
|
|
4981
4941
|
},
|
|
4982
4942
|
"nopt": {
|
|
4983
4943
|
"version": "3.0.6",
|
|
@@ -6372,25 +6332,21 @@
|
|
|
6372
6332
|
"integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo="
|
|
6373
6333
|
},
|
|
6374
6334
|
"string-width": {
|
|
6375
|
-
"version": "
|
|
6376
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-
|
|
6377
|
-
"integrity": "
|
|
6335
|
+
"version": "1.0.2",
|
|
6336
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
|
|
6337
|
+
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
|
|
6378
6338
|
"requires": {
|
|
6379
|
-
"
|
|
6380
|
-
"
|
|
6339
|
+
"code-point-at": "^1.0.0",
|
|
6340
|
+
"is-fullwidth-code-point": "^1.0.0",
|
|
6341
|
+
"strip-ansi": "^3.0.0"
|
|
6381
6342
|
},
|
|
6382
6343
|
"dependencies": {
|
|
6383
|
-
"
|
|
6384
|
-
"version": "
|
|
6385
|
-
"resolved": "https://registry.npmjs.org/
|
|
6386
|
-
"integrity": "sha1-
|
|
6387
|
-
},
|
|
6388
|
-
"strip-ansi": {
|
|
6389
|
-
"version": "4.0.0",
|
|
6390
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
6391
|
-
"integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
|
|
6344
|
+
"is-fullwidth-code-point": {
|
|
6345
|
+
"version": "1.0.0",
|
|
6346
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
6347
|
+
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
|
6392
6348
|
"requires": {
|
|
6393
|
-
"
|
|
6349
|
+
"number-is-nan": "^1.0.0"
|
|
6394
6350
|
}
|
|
6395
6351
|
}
|
|
6396
6352
|
}
|
|
@@ -6404,11 +6360,11 @@
|
|
|
6404
6360
|
}
|
|
6405
6361
|
},
|
|
6406
6362
|
"strip-ansi": {
|
|
6407
|
-
"version": "
|
|
6408
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-
|
|
6409
|
-
"integrity": "
|
|
6363
|
+
"version": "3.0.1",
|
|
6364
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
|
|
6365
|
+
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
|
|
6410
6366
|
"requires": {
|
|
6411
|
-
"ansi-regex": "^
|
|
6367
|
+
"ansi-regex": "^2.0.0"
|
|
6412
6368
|
}
|
|
6413
6369
|
},
|
|
6414
6370
|
"strip-bom": {
|
|
@@ -6514,9 +6470,9 @@
|
|
|
6514
6470
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
6515
6471
|
},
|
|
6516
6472
|
"systeminformation": {
|
|
6517
|
-
"version": "5.9.
|
|
6518
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.
|
|
6519
|
-
"integrity": "sha512-
|
|
6473
|
+
"version": "5.9.7",
|
|
6474
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.7.tgz",
|
|
6475
|
+
"integrity": "sha512-Vcmc8HaWPMFM4DoasuKN2lpvIwS2AqaoPuEGZc4HCT6tlRJH+IQ5GhA2BrUgjpBDJjFMj2Bti6qLOzP3T1arCw=="
|
|
6520
6476
|
},
|
|
6521
6477
|
"tar": {
|
|
6522
6478
|
"version": "2.2.2",
|
|
@@ -6907,11 +6863,11 @@
|
|
|
6907
6863
|
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
|
|
6908
6864
|
},
|
|
6909
6865
|
"wide-align": {
|
|
6910
|
-
"version": "1.1.
|
|
6911
|
-
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.
|
|
6912
|
-
"integrity": "sha512-
|
|
6866
|
+
"version": "1.1.5",
|
|
6867
|
+
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
|
6868
|
+
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
6913
6869
|
"requires": {
|
|
6914
|
-
"string-width": "^1.0.2 || 2"
|
|
6870
|
+
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
6915
6871
|
}
|
|
6916
6872
|
},
|
|
6917
6873
|
"widest-line": {
|
|
@@ -6971,6 +6927,15 @@
|
|
|
6971
6927
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
|
|
6972
6928
|
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
|
|
6973
6929
|
},
|
|
6930
|
+
"string-width": {
|
|
6931
|
+
"version": "2.1.1",
|
|
6932
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
|
6933
|
+
"integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
|
|
6934
|
+
"requires": {
|
|
6935
|
+
"is-fullwidth-code-point": "^2.0.0",
|
|
6936
|
+
"strip-ansi": "^4.0.0"
|
|
6937
|
+
}
|
|
6938
|
+
},
|
|
6974
6939
|
"strip-ansi": {
|
|
6975
6940
|
"version": "4.0.0",
|
|
6976
6941
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
|
@@ -7078,6 +7043,11 @@
|
|
|
7078
7043
|
"yargs-parser": "^13.1.2"
|
|
7079
7044
|
},
|
|
7080
7045
|
"dependencies": {
|
|
7046
|
+
"ansi-regex": {
|
|
7047
|
+
"version": "4.1.0",
|
|
7048
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
|
|
7049
|
+
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
|
|
7050
|
+
},
|
|
7081
7051
|
"emoji-regex": {
|
|
7082
7052
|
"version": "7.0.3",
|
|
7083
7053
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
|
|
@@ -7122,6 +7092,14 @@
|
|
|
7122
7092
|
"is-fullwidth-code-point": "^2.0.0",
|
|
7123
7093
|
"strip-ansi": "^5.1.0"
|
|
7124
7094
|
}
|
|
7095
|
+
},
|
|
7096
|
+
"strip-ansi": {
|
|
7097
|
+
"version": "5.2.0",
|
|
7098
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
|
|
7099
|
+
"integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
|
|
7100
|
+
"requires": {
|
|
7101
|
+
"ansi-regex": "^4.1.0"
|
|
7102
|
+
}
|
|
7125
7103
|
}
|
|
7126
7104
|
}
|
|
7127
7105
|
},
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.0-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":[]},"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}},"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":{},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"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},"forever":{"name":"forever","type":"boolean","char":"f","description":"Run forever till failure","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},"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.6.0-beta.4","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":[]},"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}},"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":{},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"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},"forever":{"name":"forever","type":"boolean","char":"f","description":"Run forever till failure","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},"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.6.0-beta.
|
|
5
|
+
"version": "0.6.0-beta.4",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@oclif/command": "^1.8.0",
|
|
13
13
|
"@oclif/config": "^1.17.0",
|
|
14
14
|
"@oclif/plugin-help": "^3.2.3",
|
|
15
|
-
"@saltcorn/data": "0.6.0-beta.
|
|
16
|
-
"@saltcorn/server": "0.6.0-beta.
|
|
15
|
+
"@saltcorn/data": "0.6.0-beta.4",
|
|
16
|
+
"@saltcorn/server": "0.6.0-beta.4",
|
|
17
17
|
"cli-ux": "^5.6.3",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"js-yaml": "^4.1.0",
|
|
22
22
|
"node-fetch": "2.6.2",
|
|
23
23
|
"sudo": "^1.0.3",
|
|
24
|
-
"systeminformation": "^5.9.
|
|
24
|
+
"systeminformation": "^5.9.7",
|
|
25
25
|
"tcp-port-used": "^1.0.2",
|
|
26
26
|
"wrk": "^1.2.1"
|
|
27
27
|
},
|