@saltcorn/cli 0.6.2-beta.2 → 0.6.2-beta.3
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 +94 -91
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
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.2-beta.
|
|
23
|
+
@saltcorn/cli/0.6.2-beta.3 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.2-beta.
|
|
71
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
87
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
105
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
123
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
141
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/fixtures.js)_
|
|
142
142
|
|
|
143
143
|
## `saltcorn help [COMMAND]`
|
|
144
144
|
|
|
@@ -155,7 +155,7 @@ OPTIONS
|
|
|
155
155
|
--all see all commands in CLI
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.
|
|
158
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.14/src/commands/help.ts)_
|
|
159
159
|
|
|
160
160
|
## `saltcorn info`
|
|
161
161
|
|
|
@@ -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.2-beta.
|
|
179
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
195
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
211
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/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.2-beta.
|
|
222
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/list-tenants.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
225
225
|
|
|
@@ -237,7 +237,7 @@ OPTIONS
|
|
|
237
237
|
-t, --tenant=tenant tenant
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
240
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/localize-plugin.js)_
|
|
241
241
|
|
|
242
242
|
## `saltcorn make-migration`
|
|
243
243
|
|
|
@@ -253,7 +253,7 @@ DESCRIPTION
|
|
|
253
253
|
unless you are a developer.
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
256
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/make-migration.js)_
|
|
257
257
|
|
|
258
258
|
## `saltcorn saltcorn migrate`
|
|
259
259
|
|
|
@@ -275,7 +275,7 @@ DESCRIPTION
|
|
|
275
275
|
servers and need to control when the migrations are run.
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
278
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/migrate.js)_
|
|
279
279
|
|
|
280
280
|
## `saltcorn plugins`
|
|
281
281
|
|
|
@@ -302,7 +302,7 @@ EXAMPLES
|
|
|
302
302
|
plugins -u -f - force plugin update
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
305
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/plugins.js)_
|
|
306
306
|
|
|
307
307
|
## `saltcorn release VERSION`
|
|
308
308
|
|
|
@@ -316,7 +316,7 @@ ARGUMENTS
|
|
|
316
316
|
VERSION New version number
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
319
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/release.js)_
|
|
320
320
|
|
|
321
321
|
## `saltcorn reset-schema`
|
|
322
322
|
|
|
@@ -335,7 +335,7 @@ DESCRIPTION
|
|
|
335
335
|
This will delete all existing information
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
338
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/reset-schema.js)_
|
|
339
339
|
|
|
340
340
|
## `saltcorn restore FILE`
|
|
341
341
|
|
|
@@ -352,7 +352,7 @@ OPTIONS
|
|
|
352
352
|
-t, --tenant=tenant tenant
|
|
353
353
|
```
|
|
354
354
|
|
|
355
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
355
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/restore.js)_
|
|
356
356
|
|
|
357
357
|
## `saltcorn rm-tenant TENANT`
|
|
358
358
|
|
|
@@ -366,7 +366,7 @@ ARGUMENTS
|
|
|
366
366
|
TENANT Tenant to remove
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
369
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/rm-tenant.js)_
|
|
370
370
|
|
|
371
371
|
## `saltcorn run-benchmark [BASEURL]`
|
|
372
372
|
|
|
@@ -385,7 +385,7 @@ OPTIONS
|
|
|
385
385
|
-t, --token=token API Token for reporting results
|
|
386
386
|
```
|
|
387
387
|
|
|
388
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
388
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/run-benchmark.js)_
|
|
389
389
|
|
|
390
390
|
## `saltcorn run-tests [PACKAGE]`
|
|
391
391
|
|
|
@@ -405,7 +405,7 @@ OPTIONS
|
|
|
405
405
|
--watchAll Watch files for changes and rerun all tests.
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
408
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/run-tests.js)_
|
|
409
409
|
|
|
410
410
|
## `saltcorn scheduler`
|
|
411
411
|
|
|
@@ -419,7 +419,7 @@ OPTIONS
|
|
|
419
419
|
-v, --verbose Verbose
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
422
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/scheduler.js)_
|
|
423
423
|
|
|
424
424
|
## `saltcorn serve`
|
|
425
425
|
|
|
@@ -439,7 +439,7 @@ OPTIONS
|
|
|
439
439
|
-v, --verbose Verbose
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
442
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/serve.js)_
|
|
443
443
|
|
|
444
444
|
## `saltcorn set-cfg KEY VALUE`
|
|
445
445
|
|
|
@@ -458,7 +458,7 @@ OPTIONS
|
|
|
458
458
|
-t, --tenant=tenant tenant
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
461
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/set-cfg.js)_
|
|
462
462
|
|
|
463
463
|
## `saltcorn setup`
|
|
464
464
|
|
|
@@ -477,7 +477,7 @@ DESCRIPTION
|
|
|
477
477
|
configuration file
|
|
478
478
|
```
|
|
479
479
|
|
|
480
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
480
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/setup.js)_
|
|
481
481
|
|
|
482
482
|
## `saltcorn setup-benchmark`
|
|
483
483
|
|
|
@@ -491,7 +491,7 @@ OPTIONS
|
|
|
491
491
|
-t, --tenant=tenant tenant
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
494
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/setup-benchmark.js)_
|
|
495
495
|
|
|
496
496
|
## `saltcorn test-plugin PATH`
|
|
497
497
|
|
|
@@ -509,7 +509,7 @@ DESCRIPTION
|
|
|
509
509
|
Extra documentation goes here
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
512
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/test-plugin.js)_
|
|
513
513
|
|
|
514
514
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
515
515
|
|
|
@@ -526,5 +526,5 @@ ARGUMENTS
|
|
|
526
526
|
TENANT tenant name
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.
|
|
529
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.2-beta.3/src/commands/transform-field.js)_
|
|
530
530
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.2-beta.
|
|
3
|
+
"version": "0.6.2-beta.3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -189,22 +189,22 @@
|
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"@oclif/command": {
|
|
192
|
-
"version": "1.8.
|
|
193
|
-
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.
|
|
194
|
-
"integrity": "sha512-
|
|
192
|
+
"version": "1.8.9",
|
|
193
|
+
"resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.9.tgz",
|
|
194
|
+
"integrity": "sha512-lrtLau+rCXlVyE4LWaDyhs5cFOYcI8+PRCshlKoRUuI6bC3wd+gQ6j5SxXtnR9XxOR6eDXnGZg7/0LB3GGGTpw==",
|
|
195
195
|
"requires": {
|
|
196
|
-
"@oclif/config": "^1.18.
|
|
196
|
+
"@oclif/config": "^1.18.2",
|
|
197
197
|
"@oclif/errors": "^1.3.5",
|
|
198
198
|
"@oclif/parser": "^3.8.6",
|
|
199
|
-
"@oclif/plugin-help": "^3.2.
|
|
199
|
+
"@oclif/plugin-help": "^3.2.13",
|
|
200
200
|
"debug": "^4.1.1",
|
|
201
201
|
"semver": "^7.3.2"
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
"@oclif/config": {
|
|
205
|
-
"version": "1.18.
|
|
206
|
-
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.
|
|
207
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "1.18.2",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz",
|
|
207
|
+
"integrity": "sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==",
|
|
208
208
|
"requires": {
|
|
209
209
|
"@oclif/errors": "^1.3.3",
|
|
210
210
|
"@oclif/parser": "^3.8.0",
|
|
@@ -235,16 +235,16 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"@oclif/dev-cli": {
|
|
238
|
-
"version": "1.26.
|
|
239
|
-
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.
|
|
240
|
-
"integrity": "sha512-
|
|
238
|
+
"version": "1.26.8",
|
|
239
|
+
"resolved": "https://registry.npmjs.org/@oclif/dev-cli/-/dev-cli-1.26.8.tgz",
|
|
240
|
+
"integrity": "sha512-7DREe/Re9v7Li+lFgd/AdJXnNs6elJk7SuaFM2d7yLyGAroTVfWyZi55bZjoe+FeyE3Kx1mnk+l62o7QPcwDWQ==",
|
|
241
241
|
"dev": true,
|
|
242
242
|
"requires": {
|
|
243
|
-
"@oclif/command": "^1.8.
|
|
244
|
-
"@oclif/config": "^1.18.
|
|
243
|
+
"@oclif/command": "^1.8.9",
|
|
244
|
+
"@oclif/config": "^1.18.2",
|
|
245
245
|
"@oclif/errors": "^1.3.5",
|
|
246
|
-
"@oclif/plugin-help": "^3.2.
|
|
247
|
-
"cli-ux": "^5.6.
|
|
246
|
+
"@oclif/plugin-help": "^3.2.13",
|
|
247
|
+
"cli-ux": "^5.6.6",
|
|
248
248
|
"debug": "^4.1.1",
|
|
249
249
|
"find-yarn-workspace-root": "^2.0.0",
|
|
250
250
|
"fs-extra": "^8.1",
|
|
@@ -357,12 +357,12 @@
|
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
"@oclif/plugin-help": {
|
|
360
|
-
"version": "3.2.
|
|
361
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.
|
|
362
|
-
"integrity": "sha512-
|
|
360
|
+
"version": "3.2.14",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.14.tgz",
|
|
362
|
+
"integrity": "sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==",
|
|
363
363
|
"requires": {
|
|
364
|
-
"@oclif/command": "^1.8.
|
|
365
|
-
"@oclif/config": "^1.18.
|
|
364
|
+
"@oclif/command": "^1.8.9",
|
|
365
|
+
"@oclif/config": "^1.18.2",
|
|
366
366
|
"@oclif/errors": "^1.3.5",
|
|
367
367
|
"chalk": "^4.1.2",
|
|
368
368
|
"indent-string": "^4.0.0",
|
|
@@ -582,30 +582,30 @@
|
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
584
|
"@saltcorn/base-plugin": {
|
|
585
|
-
"version": "0.6.2-beta.
|
|
586
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.2-beta.
|
|
587
|
-
"integrity": "sha512-
|
|
585
|
+
"version": "0.6.2-beta.3",
|
|
586
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.2-beta.3.tgz",
|
|
587
|
+
"integrity": "sha512-1phzAAwc9+t28+4GP+q0W/8nVi/Wb7dK5PgFBnZS7/53wfsYRpk0QA9OCDBuE5YaJxtsv8ds+DMd0mRNpwjMsg==",
|
|
588
588
|
"requires": {
|
|
589
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
589
|
+
"@saltcorn/data": "0.6.2-beta.3"
|
|
590
590
|
}
|
|
591
591
|
},
|
|
592
592
|
"@saltcorn/builder": {
|
|
593
|
-
"version": "0.6.2-beta.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.2-beta.
|
|
595
|
-
"integrity": "sha512-
|
|
593
|
+
"version": "0.6.2-beta.3",
|
|
594
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.2-beta.3.tgz",
|
|
595
|
+
"integrity": "sha512-2q+EcSEW8hZ9eRZy/BH7MoTexPs1yJuPEvvBVLwh+ZZv4v6WTuSij5mdFfUoJrpP6brrpTO82gX7xnGKBtqpgw==",
|
|
596
596
|
"requires": {
|
|
597
597
|
"styled-components": "^4.4.1"
|
|
598
598
|
}
|
|
599
599
|
},
|
|
600
600
|
"@saltcorn/data": {
|
|
601
|
-
"version": "0.6.2-beta.
|
|
602
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.2-beta.
|
|
603
|
-
"integrity": "sha512-
|
|
604
|
-
"requires": {
|
|
605
|
-
"@saltcorn/db-common": "0.6.2-beta.
|
|
606
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
607
|
-
"@saltcorn/postgres": "0.6.2-beta.
|
|
608
|
-
"@saltcorn/sqlite": "0.6.2-beta.
|
|
601
|
+
"version": "0.6.2-beta.3",
|
|
602
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.2-beta.3.tgz",
|
|
603
|
+
"integrity": "sha512-5nDBx1mmrVvbLxmY1butv2ADUbUIEIrkvrxTYt2O57veC5trLsBIqbKiDBbxUEMm1bV5hzM+qDgpIzwZLwSSOQ==",
|
|
604
|
+
"requires": {
|
|
605
|
+
"@saltcorn/db-common": "0.6.2-beta.3",
|
|
606
|
+
"@saltcorn/markup": "0.6.2-beta.3",
|
|
607
|
+
"@saltcorn/postgres": "0.6.2-beta.3",
|
|
608
|
+
"@saltcorn/sqlite": "0.6.2-beta.3",
|
|
609
609
|
"acorn": "^8.0.3",
|
|
610
610
|
"adm-zip": "0.5.5",
|
|
611
611
|
"astring": "^1.4.3",
|
|
@@ -633,18 +633,18 @@
|
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
635
|
"@saltcorn/db-common": {
|
|
636
|
-
"version": "0.6.2-beta.
|
|
637
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.2-beta.
|
|
638
|
-
"integrity": "sha512-
|
|
636
|
+
"version": "0.6.2-beta.3",
|
|
637
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.2-beta.3.tgz",
|
|
638
|
+
"integrity": "sha512-Cezk0kbBvhDpITibZ5+lkdqNfopN71mMr5CK9mAaxX1MVeJgAiLAe7pXTS8YUGmTQFWn4MEAp8a/aAm8VZmMiA==",
|
|
639
639
|
"requires": {
|
|
640
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
640
|
+
"@saltcorn/markup": "0.6.2-beta.3",
|
|
641
641
|
"contractis": "^0.1.0"
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
644
|
"@saltcorn/markup": {
|
|
645
|
-
"version": "0.6.2-beta.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.2-beta.
|
|
647
|
-
"integrity": "sha512-
|
|
645
|
+
"version": "0.6.2-beta.3",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.2-beta.3.tgz",
|
|
647
|
+
"integrity": "sha512-X8j2syolvx8TAcUzB4835AXd4RA1ZF/pUMMNhlqASJfwELlzgw48zX0Aqs8VqjFwNP8CY16yc4gKsWd8hPLGmQ==",
|
|
648
648
|
"requires": {
|
|
649
649
|
"contractis": "^0.1.0",
|
|
650
650
|
"escape-html": "^1.0.3",
|
|
@@ -653,36 +653,36 @@
|
|
|
653
653
|
}
|
|
654
654
|
},
|
|
655
655
|
"@saltcorn/postgres": {
|
|
656
|
-
"version": "0.6.2-beta.
|
|
657
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.2-beta.
|
|
658
|
-
"integrity": "sha512-
|
|
656
|
+
"version": "0.6.2-beta.3",
|
|
657
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.2-beta.3.tgz",
|
|
658
|
+
"integrity": "sha512-5jy2KYVCjJVTsF0HuCDPW84SRkn5EoYIGPmq8lE8PBNkua48XYnr3FRWi7YzYuD0IHFr/8zrVACuzZ98VNK7vg==",
|
|
659
659
|
"optional": true,
|
|
660
660
|
"requires": {
|
|
661
|
-
"@saltcorn/db-common": "0.6.2-beta.
|
|
661
|
+
"@saltcorn/db-common": "0.6.2-beta.3",
|
|
662
662
|
"pg": "^8.2.1",
|
|
663
663
|
"pg-copy-streams": "^5.1.1"
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
666
|
"@saltcorn/sbadmin2": {
|
|
667
|
-
"version": "0.6.2-beta.
|
|
668
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.2-beta.
|
|
669
|
-
"integrity": "sha512-
|
|
667
|
+
"version": "0.6.2-beta.3",
|
|
668
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.2-beta.3.tgz",
|
|
669
|
+
"integrity": "sha512-O8gSfqWlRFzZK7JIM5hRQe4NKAYQ38AfHSloTBvQIdv68XtUxdPERr3XsFnr8IvfL+Kxz/9erLNkxK08Ry1MrQ==",
|
|
670
670
|
"requires": {
|
|
671
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
672
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
671
|
+
"@saltcorn/data": "0.6.2-beta.3",
|
|
672
|
+
"@saltcorn/markup": "0.6.2-beta.3",
|
|
673
673
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
674
674
|
}
|
|
675
675
|
},
|
|
676
676
|
"@saltcorn/server": {
|
|
677
|
-
"version": "0.6.2-beta.
|
|
678
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.2-beta.
|
|
679
|
-
"integrity": "sha512-
|
|
680
|
-
"requires": {
|
|
681
|
-
"@saltcorn/base-plugin": "0.6.2-beta.
|
|
682
|
-
"@saltcorn/builder": "0.6.2-beta.
|
|
683
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
684
|
-
"@saltcorn/markup": "0.6.2-beta.
|
|
685
|
-
"@saltcorn/sbadmin2": "0.6.2-beta.
|
|
677
|
+
"version": "0.6.2-beta.3",
|
|
678
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.2-beta.3.tgz",
|
|
679
|
+
"integrity": "sha512-j8hDiWUbDqw5QY9d3gZF1rGLr4IKabBns0+3tCU5Sqb6q9UOY8evbOT8/xw4RM6rmB+WPlUQg1h8Kywy/zFjbQ==",
|
|
680
|
+
"requires": {
|
|
681
|
+
"@saltcorn/base-plugin": "0.6.2-beta.3",
|
|
682
|
+
"@saltcorn/builder": "0.6.2-beta.3",
|
|
683
|
+
"@saltcorn/data": "0.6.2-beta.3",
|
|
684
|
+
"@saltcorn/markup": "0.6.2-beta.3",
|
|
685
|
+
"@saltcorn/sbadmin2": "0.6.2-beta.3",
|
|
686
686
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
687
687
|
"@socket.io/sticky": "^1.0.1",
|
|
688
688
|
"aws-sdk": "^2.1037.0",
|
|
@@ -722,12 +722,12 @@
|
|
|
722
722
|
}
|
|
723
723
|
},
|
|
724
724
|
"@saltcorn/sqlite": {
|
|
725
|
-
"version": "0.6.2-beta.
|
|
726
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.2-beta.
|
|
727
|
-
"integrity": "sha512-
|
|
725
|
+
"version": "0.6.2-beta.3",
|
|
726
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.2-beta.3.tgz",
|
|
727
|
+
"integrity": "sha512-gIw9EAvKKLKS3Y8Taf6j5cfJB2lCuCO5tZt0EFUpva/1kvf3N61NfrBGnr27VIoeT6GTN3BetT73BfJBw6SC8A==",
|
|
728
728
|
"optional": true,
|
|
729
729
|
"requires": {
|
|
730
|
-
"@saltcorn/db-common": "0.6.2-beta.
|
|
730
|
+
"@saltcorn/db-common": "0.6.2-beta.3",
|
|
731
731
|
"sqlite3": "^5.0.2"
|
|
732
732
|
}
|
|
733
733
|
},
|
|
@@ -1109,9 +1109,9 @@
|
|
|
1109
1109
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
1110
1110
|
},
|
|
1111
1111
|
"aws-sdk": {
|
|
1112
|
-
"version": "2.
|
|
1113
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1114
|
-
"integrity": "sha512-
|
|
1112
|
+
"version": "2.1044.0",
|
|
1113
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1044.0.tgz",
|
|
1114
|
+
"integrity": "sha512-n55uGUONQGXteGGG1QlZ1rKx447KSuV/x6jUGNf2nOl41qMI8ZgLUhNUt0uOtw3qJrCTanzCyR/JKBq2PMiqEQ==",
|
|
1115
1115
|
"requires": {
|
|
1116
1116
|
"buffer": "4.9.2",
|
|
1117
1117
|
"events": "1.1.1",
|
|
@@ -1611,11 +1611,11 @@
|
|
|
1611
1611
|
}
|
|
1612
1612
|
},
|
|
1613
1613
|
"cli-ux": {
|
|
1614
|
-
"version": "5.6.
|
|
1615
|
-
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.
|
|
1616
|
-
"integrity": "sha512-
|
|
1614
|
+
"version": "5.6.6",
|
|
1615
|
+
"resolved": "https://registry.npmjs.org/cli-ux/-/cli-ux-5.6.6.tgz",
|
|
1616
|
+
"integrity": "sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg==",
|
|
1617
1617
|
"requires": {
|
|
1618
|
-
"@oclif/command": "^1.8.
|
|
1618
|
+
"@oclif/command": "^1.8.9",
|
|
1619
1619
|
"@oclif/errors": "^1.3.5",
|
|
1620
1620
|
"@oclif/linewrap": "^1.0.0",
|
|
1621
1621
|
"@oclif/screen": "^1.0.4",
|
|
@@ -1765,6 +1765,11 @@
|
|
|
1765
1765
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
|
|
1766
1766
|
"integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
|
|
1767
1767
|
},
|
|
1768
|
+
"is-fullwidth-code-point": {
|
|
1769
|
+
"version": "2.0.0",
|
|
1770
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
1771
|
+
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
|
|
1772
|
+
},
|
|
1768
1773
|
"string-width": {
|
|
1769
1774
|
"version": "3.1.0",
|
|
1770
1775
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
|
|
@@ -3485,9 +3490,12 @@
|
|
|
3485
3490
|
"integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
|
|
3486
3491
|
},
|
|
3487
3492
|
"is-fullwidth-code-point": {
|
|
3488
|
-
"version": "
|
|
3489
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-
|
|
3490
|
-
"integrity": "sha1-
|
|
3493
|
+
"version": "1.0.0",
|
|
3494
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
3495
|
+
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
|
3496
|
+
"requires": {
|
|
3497
|
+
"number-is-nan": "^1.0.0"
|
|
3498
|
+
}
|
|
3491
3499
|
},
|
|
3492
3500
|
"is-glob": {
|
|
3493
3501
|
"version": "4.0.1",
|
|
@@ -4399,9 +4407,9 @@
|
|
|
4399
4407
|
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
4400
4408
|
},
|
|
4401
4409
|
"multer": {
|
|
4402
|
-
"version": "1.4.
|
|
4403
|
-
"resolved": "https://registry.npmjs.org/multer/-/multer-1.4.
|
|
4404
|
-
"integrity": "sha512-
|
|
4410
|
+
"version": "1.4.4",
|
|
4411
|
+
"resolved": "https://registry.npmjs.org/multer/-/multer-1.4.4.tgz",
|
|
4412
|
+
"integrity": "sha512-2wY2+xD4udX612aMqMcB8Ws2Voq6NIUPEtD1be6m411T4uDH/VtL9i//xvcyFlTVfRdaBsk7hV5tgrGQqhuBiw==",
|
|
4405
4413
|
"requires": {
|
|
4406
4414
|
"append-field": "^1.0.0",
|
|
4407
4415
|
"busboy": "^0.2.11",
|
|
@@ -6116,16 +6124,6 @@
|
|
|
6116
6124
|
"code-point-at": "^1.0.0",
|
|
6117
6125
|
"is-fullwidth-code-point": "^1.0.0",
|
|
6118
6126
|
"strip-ansi": "^3.0.0"
|
|
6119
|
-
},
|
|
6120
|
-
"dependencies": {
|
|
6121
|
-
"is-fullwidth-code-point": {
|
|
6122
|
-
"version": "1.0.0",
|
|
6123
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
|
|
6124
|
-
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
|
|
6125
|
-
"requires": {
|
|
6126
|
-
"number-is-nan": "^1.0.0"
|
|
6127
|
-
}
|
|
6128
|
-
}
|
|
6129
6127
|
}
|
|
6130
6128
|
},
|
|
6131
6129
|
"string_decoder": {
|
|
@@ -6247,9 +6245,9 @@
|
|
|
6247
6245
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
6248
6246
|
},
|
|
6249
6247
|
"systeminformation": {
|
|
6250
|
-
"version": "5.9.
|
|
6251
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.
|
|
6252
|
-
"integrity": "sha512-
|
|
6248
|
+
"version": "5.9.17",
|
|
6249
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.17.tgz",
|
|
6250
|
+
"integrity": "sha512-hbJtPsG63PCst4PLXFq8hycbkeR5oGDquRowfLK0gNX7nJ1qx3tCbsWu83OL4GP1dkcLMKsVooLUn5x2K1Epgg=="
|
|
6253
6251
|
},
|
|
6254
6252
|
"tar": {
|
|
6255
6253
|
"version": "2.2.2",
|
|
@@ -6900,6 +6898,11 @@
|
|
|
6900
6898
|
"locate-path": "^3.0.0"
|
|
6901
6899
|
}
|
|
6902
6900
|
},
|
|
6901
|
+
"is-fullwidth-code-point": {
|
|
6902
|
+
"version": "2.0.0",
|
|
6903
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
|
|
6904
|
+
"integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
|
|
6905
|
+
},
|
|
6903
6906
|
"locate-path": {
|
|
6904
6907
|
"version": "3.0.0",
|
|
6905
6908
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.2-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":[]},"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":{"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.2-beta.3","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":{"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,19 +2,19 @@
|
|
|
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.2-beta.
|
|
5
|
+
"version": "0.6.2-beta.3",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
9
9
|
},
|
|
10
10
|
"bugs": "https://github.com/saltcorn/saltcorn/issues",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/command": "^1.8.
|
|
13
|
-
"@oclif/config": "^1.18.
|
|
14
|
-
"@oclif/plugin-help": "^3.2.
|
|
15
|
-
"@saltcorn/data": "0.6.2-beta.
|
|
16
|
-
"@saltcorn/server": "0.6.2-beta.
|
|
17
|
-
"cli-ux": "^5.6.
|
|
12
|
+
"@oclif/command": "^1.8.9",
|
|
13
|
+
"@oclif/config": "^1.18.2",
|
|
14
|
+
"@oclif/plugin-help": "^3.2.14",
|
|
15
|
+
"@saltcorn/data": "0.6.2-beta.3",
|
|
16
|
+
"@saltcorn/server": "0.6.2-beta.3",
|
|
17
|
+
"cli-ux": "^5.6.6",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
20
20
|
"inquirer": "^7.3.3",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"node-fetch": "2.6.2",
|
|
23
23
|
"node-watch": "^0.7.2",
|
|
24
24
|
"sudo": "^1.0.3",
|
|
25
|
-
"systeminformation": "^5.9.
|
|
25
|
+
"systeminformation": "^5.9.17",
|
|
26
26
|
"tcp-port-used": "^1.0.2",
|
|
27
27
|
"wrk": "^1.2.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@oclif/dev-cli": "^1.26.
|
|
30
|
+
"@oclif/dev-cli": "^1.26.8",
|
|
31
31
|
"globby": "^10.0.2"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|