@saltcorn/cli 0.8.7-beta.0 → 0.8.7-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 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.8.7-beta.0 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.8.7-beta.2 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -83,7 +83,7 @@ OPTIONS
83
83
  -f, --force force command execution
84
84
  ```
85
85
 
86
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/add-schema.js)_
86
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/add-schema.js)_
87
87
 
88
88
  ## `saltcorn backup`
89
89
 
@@ -99,7 +99,7 @@ OPTIONS
99
99
  -z, --zip zip format
100
100
  ```
101
101
 
102
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/backup.js)_
102
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/backup.js)_
103
103
 
104
104
  ## `saltcorn build-app`
105
105
 
@@ -139,7 +139,7 @@ OPTIONS
139
139
  tenant
140
140
  ```
141
141
 
142
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/build-app.js)_
142
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/build-app.js)_
143
143
 
144
144
  ## `saltcorn build-cordova-builder`
145
145
 
@@ -153,7 +153,7 @@ OPTIONS
153
153
  --buildClean run a clean build with --no-cache
154
154
  ```
155
155
 
156
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/build-cordova-builder.js)_
156
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/build-cordova-builder.js)_
157
157
 
158
158
  ## `saltcorn configuration-check`
159
159
 
@@ -167,7 +167,7 @@ OPTIONS
167
167
  -t, --tenant=tenant tenant
168
168
  ```
169
169
 
170
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/configuration-check.js)_
170
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/configuration-check.js)_
171
171
 
172
172
  ## `saltcorn configuration-check-backups FILES`
173
173
 
@@ -184,7 +184,7 @@ OPTIONS
184
184
  -d, --destructive destructive
185
185
  ```
186
186
 
187
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/configuration-check-backups.js)_
187
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/configuration-check-backups.js)_
188
188
 
189
189
  ## `saltcorn create-tenant TENANT`
190
190
 
@@ -203,7 +203,7 @@ OPTIONS
203
203
  --url=url Url of tenant
204
204
  ```
205
205
 
206
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/create-tenant.js)_
206
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/create-tenant.js)_
207
207
 
208
208
  ## `saltcorn create-user`
209
209
 
@@ -221,7 +221,7 @@ OPTIONS
221
221
  -t, --tenant=tenant tenant
222
222
  ```
223
223
 
224
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/create-user.js)_
224
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/create-user.js)_
225
225
 
226
226
  ## `saltcorn delete-tenants`
227
227
 
@@ -232,7 +232,7 @@ USAGE
232
232
  $ saltcorn delete-tenants
233
233
  ```
234
234
 
235
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/delete-tenants.js)_
235
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/delete-tenants.js)_
236
236
 
237
237
  ## `saltcorn delete-user USER_EMAIL`
238
238
 
@@ -253,7 +253,7 @@ DESCRIPTION
253
253
  Command deletes the user specified by USER_EMAIL.
254
254
  ```
255
255
 
256
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/delete-user.js)_
256
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/delete-user.js)_
257
257
 
258
258
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
259
259
 
@@ -272,7 +272,7 @@ OPTIONS
272
272
  -u, --unlocalize Unlocalize plugin (local to npm)
273
273
  ```
274
274
 
275
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/dev/localize-plugin.js)_
275
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/dev/localize-plugin.js)_
276
276
 
277
277
  ## `saltcorn make-migration`
278
278
 
@@ -288,7 +288,7 @@ DESCRIPTION
288
288
  unless you are a developer.
289
289
  ```
290
290
 
291
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/dev/make-migration.js)_
291
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/dev/make-migration.js)_
292
292
 
293
293
  ## `saltcorn dev:post-release [TASK]`
294
294
 
@@ -302,7 +302,7 @@ ARGUMENTS
302
302
  TASK (docker|vagrant|all|none) What to do
303
303
  ```
304
304
 
305
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/dev/post-release.js)_
305
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/dev/post-release.js)_
306
306
 
307
307
  ## `saltcorn dev:release VERSION`
308
308
 
@@ -316,7 +316,7 @@ ARGUMENTS
316
316
  VERSION New version number
317
317
  ```
318
318
 
319
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/dev/release.js)_
319
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/dev/release.js)_
320
320
 
321
321
  ## `saltcorn dev:test-plugin PATH`
322
322
 
@@ -334,7 +334,7 @@ DESCRIPTION
334
334
  Extra documentation goes here
335
335
  ```
336
336
 
337
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/dev/test-plugin.js)_
337
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/dev/test-plugin.js)_
338
338
 
339
339
  ## `saltcorn fixtures`
340
340
 
@@ -353,7 +353,7 @@ DESCRIPTION
353
353
  This manual step it is never required for users and rarely required for developers
354
354
  ```
355
355
 
356
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/fixtures.js)_
356
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/fixtures.js)_
357
357
 
358
358
  ## `saltcorn get-cfg [KEY]`
359
359
 
@@ -371,7 +371,7 @@ OPTIONS
371
371
  -t, --tenant=tenant tenant
372
372
  ```
373
373
 
374
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/get-cfg.js)_
374
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/get-cfg.js)_
375
375
 
376
376
  ## `saltcorn help [COMMAND]`
377
377
 
@@ -409,7 +409,7 @@ ALIASES
409
409
  $ saltcorn paths
410
410
  ```
411
411
 
412
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/info.js)_
412
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/info.js)_
413
413
 
414
414
  ## `saltcorn inspect TYPE [NAME]`
415
415
 
@@ -427,7 +427,7 @@ OPTIONS
427
427
  -t, --tenant=tenant tenant
428
428
  ```
429
429
 
430
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/inspect.js)_
430
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/inspect.js)_
431
431
 
432
432
  ## `saltcorn install-pack`
433
433
 
@@ -443,7 +443,7 @@ OPTIONS
443
443
  -t, --tenant=tenant tenant
444
444
  ```
445
445
 
446
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/install-pack.js)_
446
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/install-pack.js)_
447
447
 
448
448
  ## `saltcorn install-plugin`
449
449
 
@@ -459,7 +459,7 @@ OPTIONS
459
459
  -t, --tenant=tenant tenant
460
460
  ```
461
461
 
462
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/install-plugin.js)_
462
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/install-plugin.js)_
463
463
 
464
464
  ## `saltcorn list-tenants`
465
465
 
@@ -470,7 +470,7 @@ USAGE
470
470
  $ saltcorn list-tenants
471
471
  ```
472
472
 
473
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/list-tenants.js)_
473
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/list-tenants.js)_
474
474
 
475
475
  ## `saltcorn saltcorn migrate`
476
476
 
@@ -492,7 +492,7 @@ DESCRIPTION
492
492
  servers and need to control when the migrations are run.
493
493
  ```
494
494
 
495
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/migrate.js)_
495
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/migrate.js)_
496
496
 
497
497
  ## `saltcorn modify-user USER_EMAIL`
498
498
 
@@ -521,7 +521,7 @@ DESCRIPTION
521
521
  NOTE that -a and -r role (--role=role) can give conflict.
522
522
  ```
523
523
 
524
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/modify-user.js)_
524
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/modify-user.js)_
525
525
 
526
526
  ## `saltcorn plugins`
527
527
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  plugins -u -f - force plugin update
549
549
  ```
550
550
 
551
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/plugins.js)_
551
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/plugins.js)_
552
552
 
553
553
  ## `saltcorn reset-schema`
554
554
 
@@ -567,7 +567,7 @@ DESCRIPTION
567
567
  This will delete all existing information
568
568
  ```
569
569
 
570
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/reset-schema.js)_
570
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/reset-schema.js)_
571
571
 
572
572
  ## `saltcorn restore FILE`
573
573
 
@@ -584,7 +584,7 @@ OPTIONS
584
584
  -t, --tenant=tenant tenant
585
585
  ```
586
586
 
587
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/restore.js)_
587
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/restore.js)_
588
588
 
589
589
  ## `saltcorn rm-tenant`
590
590
 
@@ -603,7 +603,7 @@ DESCRIPTION
603
603
  It recommended to make backup of tenant before perform this command.
604
604
  ```
605
605
 
606
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/rm-tenant.js)_
606
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/rm-tenant.js)_
607
607
 
608
608
  ## `saltcorn run-benchmark [BASEURL]`
609
609
 
@@ -622,7 +622,7 @@ OPTIONS
622
622
  -t, --token=token API Token for reporting results
623
623
  ```
624
624
 
625
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/run-benchmark.js)_
625
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/run-benchmark.js)_
626
626
 
627
627
  ## `saltcorn run-tests [PACKAGE]`
628
628
 
@@ -646,7 +646,7 @@ OPTIONS
646
646
  --watchAll Watch files for changes and rerun all tests.
647
647
  ```
648
648
 
649
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/run-tests.js)_
649
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/run-tests.js)_
650
650
 
651
651
  ## `saltcorn run-trigger TRIGGER`
652
652
 
@@ -663,7 +663,7 @@ OPTIONS
663
663
  -t, --tenant=tenant tenant
664
664
  ```
665
665
 
666
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/run-trigger.js)_
666
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/run-trigger.js)_
667
667
 
668
668
  ## `saltcorn scheduler`
669
669
 
@@ -677,7 +677,7 @@ OPTIONS
677
677
  -v, --verbose Verbose
678
678
  ```
679
679
 
680
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/scheduler.js)_
680
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/scheduler.js)_
681
681
 
682
682
  ## `saltcorn serve`
683
683
 
@@ -698,7 +698,7 @@ OPTIONS
698
698
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
699
699
  ```
700
700
 
701
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/serve.js)_
701
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/serve.js)_
702
702
 
703
703
  ## `saltcorn set-cfg [KEY] [VALUE]`
704
704
 
@@ -719,7 +719,7 @@ OPTIONS
719
719
  -t, --tenant=tenant tenant
720
720
  ```
721
721
 
722
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/set-cfg.js)_
722
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/set-cfg.js)_
723
723
 
724
724
  ## `saltcorn setup`
725
725
 
@@ -738,7 +738,7 @@ DESCRIPTION
738
738
  configuration file
739
739
  ```
740
740
 
741
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/setup.js)_
741
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/setup.js)_
742
742
 
743
743
  ## `saltcorn setup-benchmark`
744
744
 
@@ -752,7 +752,7 @@ OPTIONS
752
752
  -t, --tenant=tenant tenant
753
753
  ```
754
754
 
755
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/setup-benchmark.js)_
755
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/setup-benchmark.js)_
756
756
 
757
757
  ## `saltcorn take-snapshot`
758
758
 
@@ -767,7 +767,7 @@ OPTIONS
767
767
  -t, --tenant=tenant tenant
768
768
  ```
769
769
 
770
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/take-snapshot.js)_
770
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/take-snapshot.js)_
771
771
 
772
772
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
773
773
 
@@ -784,5 +784,5 @@ ARGUMENTS
784
784
  TENANT tenant name
785
785
  ```
786
786
 
787
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.0/src/commands/transform-field.js)_
787
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.7-beta.2/src/commands/transform-field.js)_
788
788
  <!-- commandsstop -->