@saltcorn/cli 0.6.3-beta.1 → 0.6.3-beta.2
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 +28 -28
- package/npm-shrinkwrap.json +216 -134
- 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.3-beta.
|
|
23
|
+
@saltcorn/cli/0.6.3-beta.2 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.6.3-beta.
|
|
72
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
88
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
106
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
124
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
135
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
154
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
192
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
208
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
224
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
235
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
253
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
269
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
291
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
318
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
332
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
351
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
368
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
382
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
401
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
421
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
435
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
455
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
474
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
493
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
507
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
525
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/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.6.3-beta.
|
|
542
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3-beta.2/src/commands/transform-field.js)_
|
|
543
543
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.3-beta.
|
|
3
|
+
"version": "0.6.3-beta.2",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -8,16 +8,17 @@
|
|
|
8
8
|
"version": "7.16.0",
|
|
9
9
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
|
|
10
10
|
"integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
|
|
11
|
+
"dev": true,
|
|
11
12
|
"requires": {
|
|
12
13
|
"@babel/highlight": "^7.16.0"
|
|
13
14
|
}
|
|
14
15
|
},
|
|
15
16
|
"@babel/generator": {
|
|
16
|
-
"version": "7.16.
|
|
17
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.
|
|
18
|
-
"integrity": "sha512
|
|
17
|
+
"version": "7.16.7",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.7.tgz",
|
|
19
|
+
"integrity": "sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==",
|
|
19
20
|
"requires": {
|
|
20
|
-
"@babel/types": "^7.16.
|
|
21
|
+
"@babel/types": "^7.16.7",
|
|
21
22
|
"jsesc": "^2.5.1",
|
|
22
23
|
"source-map": "^0.5.0"
|
|
23
24
|
},
|
|
@@ -30,72 +31,74 @@
|
|
|
30
31
|
}
|
|
31
32
|
},
|
|
32
33
|
"@babel/helper-annotate-as-pure": {
|
|
33
|
-
"version": "7.16.
|
|
34
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.
|
|
35
|
-
"integrity": "sha512-
|
|
34
|
+
"version": "7.16.7",
|
|
35
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
|
|
36
|
+
"integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
|
|
36
37
|
"requires": {
|
|
37
|
-
"@babel/types": "^7.16.
|
|
38
|
+
"@babel/types": "^7.16.7"
|
|
38
39
|
}
|
|
39
40
|
},
|
|
40
41
|
"@babel/helper-environment-visitor": {
|
|
41
|
-
"version": "7.16.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.
|
|
43
|
-
"integrity": "sha512-
|
|
42
|
+
"version": "7.16.7",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
|
|
44
|
+
"integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
|
|
44
45
|
"requires": {
|
|
45
|
-
"@babel/types": "^7.16.
|
|
46
|
+
"@babel/types": "^7.16.7"
|
|
46
47
|
}
|
|
47
48
|
},
|
|
48
49
|
"@babel/helper-function-name": {
|
|
49
|
-
"version": "7.16.
|
|
50
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.
|
|
51
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "7.16.7",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
|
|
52
|
+
"integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
|
|
52
53
|
"requires": {
|
|
53
|
-
"@babel/helper-get-function-arity": "^7.16.
|
|
54
|
-
"@babel/template": "^7.16.
|
|
55
|
-
"@babel/types": "^7.16.
|
|
54
|
+
"@babel/helper-get-function-arity": "^7.16.7",
|
|
55
|
+
"@babel/template": "^7.16.7",
|
|
56
|
+
"@babel/types": "^7.16.7"
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
"@babel/helper-get-function-arity": {
|
|
59
|
-
"version": "7.16.
|
|
60
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.
|
|
61
|
-
"integrity": "sha512-
|
|
60
|
+
"version": "7.16.7",
|
|
61
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
|
|
62
|
+
"integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
|
|
62
63
|
"requires": {
|
|
63
|
-
"@babel/types": "^7.16.
|
|
64
|
+
"@babel/types": "^7.16.7"
|
|
64
65
|
}
|
|
65
66
|
},
|
|
66
67
|
"@babel/helper-hoist-variables": {
|
|
67
|
-
"version": "7.16.
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.
|
|
69
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "7.16.7",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
|
|
70
|
+
"integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
|
|
70
71
|
"requires": {
|
|
71
|
-
"@babel/types": "^7.16.
|
|
72
|
+
"@babel/types": "^7.16.7"
|
|
72
73
|
}
|
|
73
74
|
},
|
|
74
75
|
"@babel/helper-module-imports": {
|
|
75
|
-
"version": "7.16.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.
|
|
77
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "7.16.7",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
|
|
78
|
+
"integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
|
|
78
79
|
"requires": {
|
|
79
|
-
"@babel/types": "^7.16.
|
|
80
|
+
"@babel/types": "^7.16.7"
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"@babel/helper-split-export-declaration": {
|
|
83
|
-
"version": "7.16.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.
|
|
85
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "7.16.7",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
|
|
86
|
+
"integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
|
|
86
87
|
"requires": {
|
|
87
|
-
"@babel/types": "^7.16.
|
|
88
|
+
"@babel/types": "^7.16.7"
|
|
88
89
|
}
|
|
89
90
|
},
|
|
90
91
|
"@babel/helper-validator-identifier": {
|
|
91
92
|
"version": "7.15.7",
|
|
92
93
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
|
93
|
-
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
|
94
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
|
|
95
|
+
"dev": true
|
|
94
96
|
},
|
|
95
97
|
"@babel/highlight": {
|
|
96
98
|
"version": "7.16.0",
|
|
97
99
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
|
|
98
100
|
"integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
|
|
101
|
+
"dev": true,
|
|
99
102
|
"requires": {
|
|
100
103
|
"@babel/helper-validator-identifier": "^7.15.7",
|
|
101
104
|
"chalk": "^2.0.0",
|
|
@@ -103,44 +106,101 @@
|
|
|
103
106
|
}
|
|
104
107
|
},
|
|
105
108
|
"@babel/parser": {
|
|
106
|
-
"version": "7.16.
|
|
107
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.
|
|
108
|
-
"integrity": "sha512-
|
|
109
|
+
"version": "7.16.7",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
|
|
111
|
+
"integrity": "sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA=="
|
|
109
112
|
},
|
|
110
113
|
"@babel/template": {
|
|
111
|
-
"version": "7.16.
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.
|
|
113
|
-
"integrity": "sha512-
|
|
114
|
+
"version": "7.16.7",
|
|
115
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
|
|
116
|
+
"integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
|
|
114
117
|
"requires": {
|
|
115
|
-
"@babel/code-frame": "^7.16.
|
|
116
|
-
"@babel/parser": "^7.16.
|
|
117
|
-
"@babel/types": "^7.16.
|
|
118
|
+
"@babel/code-frame": "^7.16.7",
|
|
119
|
+
"@babel/parser": "^7.16.7",
|
|
120
|
+
"@babel/types": "^7.16.7"
|
|
121
|
+
},
|
|
122
|
+
"dependencies": {
|
|
123
|
+
"@babel/code-frame": {
|
|
124
|
+
"version": "7.16.7",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
|
|
126
|
+
"integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
|
|
127
|
+
"requires": {
|
|
128
|
+
"@babel/highlight": "^7.16.7"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"@babel/helper-validator-identifier": {
|
|
132
|
+
"version": "7.16.7",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
134
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
135
|
+
},
|
|
136
|
+
"@babel/highlight": {
|
|
137
|
+
"version": "7.16.7",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
|
|
139
|
+
"integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
|
|
140
|
+
"requires": {
|
|
141
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
142
|
+
"chalk": "^2.0.0",
|
|
143
|
+
"js-tokens": "^4.0.0"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
118
146
|
}
|
|
119
147
|
},
|
|
120
148
|
"@babel/traverse": {
|
|
121
|
-
"version": "7.16.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.
|
|
123
|
-
"integrity": "sha512-
|
|
124
|
-
"requires": {
|
|
125
|
-
"@babel/code-frame": "^7.16.
|
|
126
|
-
"@babel/generator": "^7.16.
|
|
127
|
-
"@babel/helper-environment-visitor": "^7.16.
|
|
128
|
-
"@babel/helper-function-name": "^7.16.
|
|
129
|
-
"@babel/helper-hoist-variables": "^7.16.
|
|
130
|
-
"@babel/helper-split-export-declaration": "^7.16.
|
|
131
|
-
"@babel/parser": "^7.16.
|
|
132
|
-
"@babel/types": "^7.16.
|
|
149
|
+
"version": "7.16.7",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.7.tgz",
|
|
151
|
+
"integrity": "sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==",
|
|
152
|
+
"requires": {
|
|
153
|
+
"@babel/code-frame": "^7.16.7",
|
|
154
|
+
"@babel/generator": "^7.16.7",
|
|
155
|
+
"@babel/helper-environment-visitor": "^7.16.7",
|
|
156
|
+
"@babel/helper-function-name": "^7.16.7",
|
|
157
|
+
"@babel/helper-hoist-variables": "^7.16.7",
|
|
158
|
+
"@babel/helper-split-export-declaration": "^7.16.7",
|
|
159
|
+
"@babel/parser": "^7.16.7",
|
|
160
|
+
"@babel/types": "^7.16.7",
|
|
133
161
|
"debug": "^4.1.0",
|
|
134
162
|
"globals": "^11.1.0"
|
|
163
|
+
},
|
|
164
|
+
"dependencies": {
|
|
165
|
+
"@babel/code-frame": {
|
|
166
|
+
"version": "7.16.7",
|
|
167
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
|
|
168
|
+
"integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
|
|
169
|
+
"requires": {
|
|
170
|
+
"@babel/highlight": "^7.16.7"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"@babel/helper-validator-identifier": {
|
|
174
|
+
"version": "7.16.7",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
176
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
177
|
+
},
|
|
178
|
+
"@babel/highlight": {
|
|
179
|
+
"version": "7.16.7",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
|
|
181
|
+
"integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
|
|
182
|
+
"requires": {
|
|
183
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
184
|
+
"chalk": "^2.0.0",
|
|
185
|
+
"js-tokens": "^4.0.0"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
135
188
|
}
|
|
136
189
|
},
|
|
137
190
|
"@babel/types": {
|
|
138
|
-
"version": "7.16.
|
|
139
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.
|
|
140
|
-
"integrity": "sha512-
|
|
191
|
+
"version": "7.16.7",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
|
|
193
|
+
"integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==",
|
|
141
194
|
"requires": {
|
|
142
|
-
"@babel/helper-validator-identifier": "^7.
|
|
195
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
143
196
|
"to-fast-properties": "^2.0.0"
|
|
197
|
+
},
|
|
198
|
+
"dependencies": {
|
|
199
|
+
"@babel/helper-validator-identifier": {
|
|
200
|
+
"version": "7.16.7",
|
|
201
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
202
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
203
|
+
}
|
|
144
204
|
}
|
|
145
205
|
},
|
|
146
206
|
"@emotion/is-prop-valid": {
|
|
@@ -802,30 +862,31 @@
|
|
|
802
862
|
}
|
|
803
863
|
},
|
|
804
864
|
"@saltcorn/base-plugin": {
|
|
805
|
-
"version": "0.6.3-beta.
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.3-beta.
|
|
807
|
-
"integrity": "sha512-
|
|
865
|
+
"version": "0.6.3-beta.2",
|
|
866
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.3-beta.2.tgz",
|
|
867
|
+
"integrity": "sha512-6aRMho8g94fWszKR9925NtvhhyHKueWRChRpZU+9BGirxzVpP1R+BHE8YN2zuT9AoK+h+dLyEv8A5DBLgXto5w==",
|
|
808
868
|
"requires": {
|
|
809
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
869
|
+
"@saltcorn/data": "0.6.3-beta.2"
|
|
810
870
|
}
|
|
811
871
|
},
|
|
812
872
|
"@saltcorn/builder": {
|
|
813
|
-
"version": "0.6.3-beta.
|
|
814
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.3-beta.
|
|
815
|
-
"integrity": "sha512-
|
|
873
|
+
"version": "0.6.3-beta.2",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.3-beta.2.tgz",
|
|
875
|
+
"integrity": "sha512-oYsYfNrjeVXLc5l11BEhWijzPNtADz4e1fjd0LOYnTlt7bJeIU3t6yjxMoRBqNiJ952S7e92Yr1qe1HEDQEQbQ==",
|
|
816
876
|
"requires": {
|
|
817
877
|
"styled-components": "^4.4.1"
|
|
818
878
|
}
|
|
819
879
|
},
|
|
820
880
|
"@saltcorn/data": {
|
|
821
|
-
"version": "0.6.3-beta.
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.3-beta.
|
|
823
|
-
"integrity": "sha512-
|
|
824
|
-
"requires": {
|
|
825
|
-
"@saltcorn/db-common": "0.6.3-beta.
|
|
826
|
-
"@saltcorn/markup": "0.6.3-beta.
|
|
827
|
-
"@saltcorn/postgres": "0.6.3-beta.
|
|
828
|
-
"@saltcorn/sqlite": "0.6.3-beta.
|
|
881
|
+
"version": "0.6.3-beta.2",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.3-beta.2.tgz",
|
|
883
|
+
"integrity": "sha512-HaBUVeqWvJKkumT6m4WiP20cWGw4fLizP0oKMuyzIozgOeUMxa7M6SUY/USjVshYcAoSVsttOuXS4wjt7GvCdQ==",
|
|
884
|
+
"requires": {
|
|
885
|
+
"@saltcorn/db-common": "0.6.3-beta.2",
|
|
886
|
+
"@saltcorn/markup": "0.6.3-beta.2",
|
|
887
|
+
"@saltcorn/postgres": "0.6.3-beta.2",
|
|
888
|
+
"@saltcorn/sqlite": "0.6.3-beta.2",
|
|
889
|
+
"@saltcorn/types": "0.6.3-beta.2",
|
|
829
890
|
"acorn": "^8.0.3",
|
|
830
891
|
"adm-zip": "0.5.5",
|
|
831
892
|
"astring": "^1.4.3",
|
|
@@ -853,14 +914,14 @@
|
|
|
853
914
|
}
|
|
854
915
|
},
|
|
855
916
|
"@saltcorn/db-common": {
|
|
856
|
-
"version": "0.6.3-beta.
|
|
857
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.3-beta.
|
|
858
|
-
"integrity": "sha512-
|
|
917
|
+
"version": "0.6.3-beta.2",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.3-beta.2.tgz",
|
|
919
|
+
"integrity": "sha512-KhHTyZhMxvpczGW4wzaxy2R4KN1BCn0TWIkZlPtTO9dZncMXvhuTntB/psSlm5wyKdZ70/Gbx4bkc3uwleYNxQ=="
|
|
859
920
|
},
|
|
860
921
|
"@saltcorn/markup": {
|
|
861
|
-
"version": "0.6.3-beta.
|
|
862
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.3-beta.
|
|
863
|
-
"integrity": "sha512-
|
|
922
|
+
"version": "0.6.3-beta.2",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.3-beta.2.tgz",
|
|
924
|
+
"integrity": "sha512-4pUHTafn3retPGUNknQoy0dQDsHveEHMVq4AUP6HHEY9idln/XP1MwVmY2d0c/5L2fxKRPaFsR9rskuEjeH2xA==",
|
|
864
925
|
"requires": {
|
|
865
926
|
"escape-html": "^1.0.3",
|
|
866
927
|
"html-tags": "3.1.0",
|
|
@@ -868,36 +929,36 @@
|
|
|
868
929
|
}
|
|
869
930
|
},
|
|
870
931
|
"@saltcorn/postgres": {
|
|
871
|
-
"version": "0.6.3-beta.
|
|
872
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.3-beta.
|
|
873
|
-
"integrity": "sha512-
|
|
932
|
+
"version": "0.6.3-beta.2",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.3-beta.2.tgz",
|
|
934
|
+
"integrity": "sha512-A8k3H3m51Szmu95ROMsqZjJdLMLO7Yjbq4YwsmDITCYdO4kBbet8WUlqYw2V6rsSpFK+YMMsCyg23tOpMzuvlg==",
|
|
874
935
|
"optional": true,
|
|
875
936
|
"requires": {
|
|
876
|
-
"@saltcorn/db-common": "0.6.3-beta.
|
|
937
|
+
"@saltcorn/db-common": "0.6.3-beta.2",
|
|
877
938
|
"pg": "^8.2.1",
|
|
878
939
|
"pg-copy-streams": "^5.1.1"
|
|
879
940
|
}
|
|
880
941
|
},
|
|
881
942
|
"@saltcorn/sbadmin2": {
|
|
882
|
-
"version": "0.6.3-beta.
|
|
883
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.3-beta.
|
|
884
|
-
"integrity": "sha512-
|
|
943
|
+
"version": "0.6.3-beta.2",
|
|
944
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.3-beta.2.tgz",
|
|
945
|
+
"integrity": "sha512-N/HwjJ5QuLSAnom1nb9FGUH4tFQOzWmVkn3yjEjnLYcxqHw8EQRVt2fUbreowcxMbHIXOtk8z6+l9m7dQd63dg==",
|
|
885
946
|
"requires": {
|
|
886
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
887
|
-
"@saltcorn/markup": "0.6.3-beta.
|
|
947
|
+
"@saltcorn/data": "0.6.3-beta.2",
|
|
948
|
+
"@saltcorn/markup": "0.6.3-beta.2",
|
|
888
949
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
889
950
|
}
|
|
890
951
|
},
|
|
891
952
|
"@saltcorn/server": {
|
|
892
|
-
"version": "0.6.3-beta.
|
|
893
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.3-beta.
|
|
894
|
-
"integrity": "sha512-
|
|
895
|
-
"requires": {
|
|
896
|
-
"@saltcorn/base-plugin": "0.6.3-beta.
|
|
897
|
-
"@saltcorn/builder": "0.6.3-beta.
|
|
898
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
899
|
-
"@saltcorn/markup": "0.6.3-beta.
|
|
900
|
-
"@saltcorn/sbadmin2": "0.6.3-beta.
|
|
953
|
+
"version": "0.6.3-beta.2",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.3-beta.2.tgz",
|
|
955
|
+
"integrity": "sha512-sHs+UOUTgRUdPRMCbns6VnK7EudzcNZJ2jRWos9aVMrDd9b4DE1fpotk90HbT83ABJlipyvPVOYh4XJeqqQvnA==",
|
|
956
|
+
"requires": {
|
|
957
|
+
"@saltcorn/base-plugin": "0.6.3-beta.2",
|
|
958
|
+
"@saltcorn/builder": "0.6.3-beta.2",
|
|
959
|
+
"@saltcorn/data": "0.6.3-beta.2",
|
|
960
|
+
"@saltcorn/markup": "0.6.3-beta.2",
|
|
961
|
+
"@saltcorn/sbadmin2": "0.6.3-beta.2",
|
|
901
962
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
902
963
|
"@socket.io/sticky": "^1.0.1",
|
|
903
964
|
"aws-sdk": "^2.1037.0",
|
|
@@ -937,15 +998,20 @@
|
|
|
937
998
|
}
|
|
938
999
|
},
|
|
939
1000
|
"@saltcorn/sqlite": {
|
|
940
|
-
"version": "0.6.3-beta.
|
|
941
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.3-beta.
|
|
942
|
-
"integrity": "sha512-
|
|
1001
|
+
"version": "0.6.3-beta.2",
|
|
1002
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.3-beta.2.tgz",
|
|
1003
|
+
"integrity": "sha512-ZSBxvyybnVRo9q96O2BaVKfSHLjSSN0VNF1ZjdlkieXX4oTKuwfJ/Sq9uGqA35VMu/UxM5c/PzPaBsfUmW0H6A==",
|
|
943
1004
|
"optional": true,
|
|
944
1005
|
"requires": {
|
|
945
|
-
"@saltcorn/db-common": "0.6.3-beta.
|
|
1006
|
+
"@saltcorn/db-common": "0.6.3-beta.2",
|
|
946
1007
|
"sqlite3": "^5.0.2"
|
|
947
1008
|
}
|
|
948
1009
|
},
|
|
1010
|
+
"@saltcorn/types": {
|
|
1011
|
+
"version": "0.6.3-beta.2",
|
|
1012
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.3-beta.2.tgz",
|
|
1013
|
+
"integrity": "sha512-u2OCCGE6KD+86uZKHKLqFrzPcLQHfw8S7D98yIeccDmiRgx1SbtDoo01ysl9npLnlzXew65bccP5aFF3je3CLg=="
|
|
1014
|
+
},
|
|
949
1015
|
"@sindresorhus/is": {
|
|
950
1016
|
"version": "0.14.0",
|
|
951
1017
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
|
|
@@ -1043,9 +1109,9 @@
|
|
|
1043
1109
|
"dev": true
|
|
1044
1110
|
},
|
|
1045
1111
|
"@types/minipass": {
|
|
1046
|
-
"version": "3.1.
|
|
1047
|
-
"resolved": "https://registry.npmjs.org/@types/minipass/-/minipass-3.1.
|
|
1048
|
-
"integrity": "sha512-
|
|
1112
|
+
"version": "3.1.1",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/@types/minipass/-/minipass-3.1.1.tgz",
|
|
1114
|
+
"integrity": "sha512-IKmcvG5RnNUtRoxSsusfYnd7fPl8NCLjLutRDvpqwWUR55XvGfy6GIGQUSsKgT2A8qzMjsWfHZNU7d6gxFgqzQ==",
|
|
1049
1115
|
"requires": {
|
|
1050
1116
|
"@types/node": "*"
|
|
1051
1117
|
}
|
|
@@ -1135,9 +1201,9 @@
|
|
|
1135
1201
|
"integrity": "sha512-W4GfK+39GZ+u0mvxRVUcVFCG6gposfzEnSBF20T/NUwWAKG59wQT1dUbS1NixRIAsRuhpGc4Jx659cErFQH0Pg=="
|
|
1136
1202
|
},
|
|
1137
1203
|
"acorn": {
|
|
1138
|
-
"version": "8.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
1140
|
-
"integrity": "sha512-
|
|
1204
|
+
"version": "8.7.0",
|
|
1205
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
|
|
1206
|
+
"integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
|
|
1141
1207
|
},
|
|
1142
1208
|
"acorn-globals": {
|
|
1143
1209
|
"version": "4.3.4",
|
|
@@ -1324,9 +1390,9 @@
|
|
|
1324
1390
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
1325
1391
|
},
|
|
1326
1392
|
"aws-sdk": {
|
|
1327
|
-
"version": "2.
|
|
1328
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1329
|
-
"integrity": "sha512
|
|
1393
|
+
"version": "2.1049.0",
|
|
1394
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1049.0.tgz",
|
|
1395
|
+
"integrity": "sha512-+wls9iNlotMeoZepwgR0yPzXsjXzr2ijoi5ERmsPWfMTFMHkm6INndBtSkm6fpu/NZnl+7EaPPES2yhaqnhoJg==",
|
|
1330
1396
|
"requires": {
|
|
1331
1397
|
"buffer": "4.9.2",
|
|
1332
1398
|
"events": "1.1.1",
|
|
@@ -2269,9 +2335,9 @@
|
|
|
2269
2335
|
"integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU="
|
|
2270
2336
|
},
|
|
2271
2337
|
"css-select": {
|
|
2272
|
-
"version": "4.2.
|
|
2273
|
-
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.
|
|
2274
|
-
"integrity": "sha512
|
|
2338
|
+
"version": "4.2.1",
|
|
2339
|
+
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz",
|
|
2340
|
+
"integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==",
|
|
2275
2341
|
"requires": {
|
|
2276
2342
|
"boolbase": "^1.0.0",
|
|
2277
2343
|
"css-what": "^5.1.0",
|
|
@@ -3474,16 +3540,26 @@
|
|
|
3474
3540
|
"integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ=="
|
|
3475
3541
|
},
|
|
3476
3542
|
"i18n": {
|
|
3477
|
-
"version": "0.13.
|
|
3478
|
-
"resolved": "https://registry.npmjs.org/i18n/-/i18n-0.13.
|
|
3479
|
-
"integrity": "sha512-
|
|
3543
|
+
"version": "0.13.4",
|
|
3544
|
+
"resolved": "https://registry.npmjs.org/i18n/-/i18n-0.13.4.tgz",
|
|
3545
|
+
"integrity": "sha512-GZnXWeA15jTi9gc1jfgrJcSrNYDg7qbJXSYMuibqPYb1ThORmGCeM+gL6LrDagYRHh87/q/D0jRSOhAfv6wAow==",
|
|
3480
3546
|
"requires": {
|
|
3481
|
-
"debug": "^4.
|
|
3482
|
-
"make-plural": "^
|
|
3547
|
+
"debug": "^4.3.3",
|
|
3548
|
+
"make-plural": "^7.0.0",
|
|
3483
3549
|
"math-interval-parser": "^2.0.1",
|
|
3484
3550
|
"messageformat": "^2.3.0",
|
|
3485
|
-
"mustache": "^4.0
|
|
3551
|
+
"mustache": "^4.2.0",
|
|
3486
3552
|
"sprintf-js": "^1.1.2"
|
|
3553
|
+
},
|
|
3554
|
+
"dependencies": {
|
|
3555
|
+
"debug": {
|
|
3556
|
+
"version": "4.3.3",
|
|
3557
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
|
|
3558
|
+
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
|
|
3559
|
+
"requires": {
|
|
3560
|
+
"ms": "2.1.2"
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3487
3563
|
}
|
|
3488
3564
|
},
|
|
3489
3565
|
"iconv-lite": {
|
|
@@ -4381,9 +4457,9 @@
|
|
|
4381
4457
|
}
|
|
4382
4458
|
},
|
|
4383
4459
|
"make-plural": {
|
|
4384
|
-
"version": "
|
|
4385
|
-
"resolved": "https://registry.npmjs.org/make-plural/-/make-plural-
|
|
4386
|
-
"integrity": "sha512-
|
|
4460
|
+
"version": "7.0.0",
|
|
4461
|
+
"resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.0.0.tgz",
|
|
4462
|
+
"integrity": "sha512-OTuzMnuhrc7G3LJU5upkhKy7EIAq/dRqANqTUh0B8au7jM5mXq9kVdla3sn3g2GCRIxgooCDQtSJ3s1fAjasbQ=="
|
|
4387
4463
|
},
|
|
4388
4464
|
"map-obj": {
|
|
4389
4465
|
"version": "1.0.1",
|
|
@@ -5474,13 +5550,13 @@
|
|
|
5474
5550
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
5475
5551
|
},
|
|
5476
5552
|
"prop-types": {
|
|
5477
|
-
"version": "15.
|
|
5478
|
-
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.
|
|
5479
|
-
"integrity": "sha512-
|
|
5553
|
+
"version": "15.8.0",
|
|
5554
|
+
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.0.tgz",
|
|
5555
|
+
"integrity": "sha512-fDGekdaHh65eI3lMi5OnErU6a8Ighg2KjcjQxO7m8VHyWjcPyj5kiOgV1LQDOOOgVy3+5FgjXvdSSX7B8/5/4g==",
|
|
5480
5556
|
"requires": {
|
|
5481
5557
|
"loose-envify": "^1.4.0",
|
|
5482
5558
|
"object-assign": "^4.1.1",
|
|
5483
|
-
"react-is": "^16.
|
|
5559
|
+
"react-is": "^16.13.1"
|
|
5484
5560
|
}
|
|
5485
5561
|
},
|
|
5486
5562
|
"proxy-addr": {
|
|
@@ -5878,12 +5954,13 @@
|
|
|
5878
5954
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
|
|
5879
5955
|
},
|
|
5880
5956
|
"resolve": {
|
|
5881
|
-
"version": "1.
|
|
5882
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.
|
|
5883
|
-
"integrity": "sha512-
|
|
5957
|
+
"version": "1.21.0",
|
|
5958
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz",
|
|
5959
|
+
"integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==",
|
|
5884
5960
|
"requires": {
|
|
5885
|
-
"is-core-module": "^2.
|
|
5886
|
-
"path-parse": "^1.0.
|
|
5961
|
+
"is-core-module": "^2.8.0",
|
|
5962
|
+
"path-parse": "^1.0.7",
|
|
5963
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
5887
5964
|
}
|
|
5888
5965
|
},
|
|
5889
5966
|
"responselike": {
|
|
@@ -6471,6 +6548,11 @@
|
|
|
6471
6548
|
}
|
|
6472
6549
|
}
|
|
6473
6550
|
},
|
|
6551
|
+
"supports-preserve-symlinks-flag": {
|
|
6552
|
+
"version": "1.0.0",
|
|
6553
|
+
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
6554
|
+
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
|
|
6555
|
+
},
|
|
6474
6556
|
"symbol-tree": {
|
|
6475
6557
|
"version": "3.2.4",
|
|
6476
6558
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.3-beta.1","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":"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.6.3-beta.2","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":"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.6.3-beta.
|
|
5
|
+
"version": "0.6.3-beta.2",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@oclif/command": "^1.8.16",
|
|
13
13
|
"@oclif/config": "^1.18.2",
|
|
14
14
|
"@oclif/plugin-help": "^3.3.1",
|
|
15
|
-
"@saltcorn/data": "0.6.3-beta.
|
|
16
|
-
"@saltcorn/server": "0.6.3-beta.
|
|
15
|
+
"@saltcorn/data": "0.6.3-beta.2",
|
|
16
|
+
"@saltcorn/server": "0.6.3-beta.2",
|
|
17
17
|
"cli-ux": "^5.6.7",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
}
|
|
66
|
-
}
|
|
66
|
+
}
|