@saltcorn/cli 0.8.6-beta.15 → 0.8.6-beta.17

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.6-beta.15 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.8.6-beta.17 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -82,7 +82,7 @@ OPTIONS
82
82
  -f, --force force command execution
83
83
  ```
84
84
 
85
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/add-schema.js)_
85
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/add-schema.js)_
86
86
 
87
87
  ## `saltcorn backup`
88
88
 
@@ -98,7 +98,7 @@ OPTIONS
98
98
  -z, --zip zip format
99
99
  ```
100
100
 
101
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/backup.js)_
101
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/backup.js)_
102
102
 
103
103
  ## `saltcorn build-app`
104
104
 
@@ -130,7 +130,7 @@ OPTIONS
130
130
  tenant
131
131
  ```
132
132
 
133
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/build-app.js)_
133
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/build-app.js)_
134
134
 
135
135
  ## `saltcorn build-cordova-builder`
136
136
 
@@ -139,9 +139,12 @@ Build the 'saltcorn/cordova-builder' docker image
139
139
  ```
140
140
  USAGE
141
141
  $ saltcorn build-cordova-builder
142
+
143
+ OPTIONS
144
+ --buildClean run a clean build with --no-cache
142
145
  ```
143
146
 
144
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/build-cordova-builder.js)_
147
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/build-cordova-builder.js)_
145
148
 
146
149
  ## `saltcorn configuration-check`
147
150
 
@@ -155,7 +158,7 @@ OPTIONS
155
158
  -t, --tenant=tenant tenant
156
159
  ```
157
160
 
158
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/configuration-check.js)_
161
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/configuration-check.js)_
159
162
 
160
163
  ## `saltcorn configuration-check-backups FILES`
161
164
 
@@ -172,7 +175,7 @@ OPTIONS
172
175
  -d, --destructive destructive
173
176
  ```
174
177
 
175
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/configuration-check-backups.js)_
178
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/configuration-check-backups.js)_
176
179
 
177
180
  ## `saltcorn create-tenant TENANT`
178
181
 
@@ -191,7 +194,7 @@ OPTIONS
191
194
  --url=url Url of tenant
192
195
  ```
193
196
 
194
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/create-tenant.js)_
197
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/create-tenant.js)_
195
198
 
196
199
  ## `saltcorn create-user`
197
200
 
@@ -209,7 +212,7 @@ OPTIONS
209
212
  -t, --tenant=tenant tenant
210
213
  ```
211
214
 
212
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/create-user.js)_
215
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/create-user.js)_
213
216
 
214
217
  ## `saltcorn delete-tenants`
215
218
 
@@ -220,7 +223,7 @@ USAGE
220
223
  $ saltcorn delete-tenants
221
224
  ```
222
225
 
223
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/delete-tenants.js)_
226
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/delete-tenants.js)_
224
227
 
225
228
  ## `saltcorn delete-user USER_EMAIL`
226
229
 
@@ -241,7 +244,7 @@ DESCRIPTION
241
244
  Command deletes the user specified by USER_EMAIL.
242
245
  ```
243
246
 
244
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/delete-user.js)_
247
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/delete-user.js)_
245
248
 
246
249
  ## `saltcorn fixtures`
247
250
 
@@ -260,7 +263,7 @@ DESCRIPTION
260
263
  This manual step it is never required for users and rarely required for developers
261
264
  ```
262
265
 
263
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/fixtures.js)_
266
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/fixtures.js)_
264
267
 
265
268
  ## `saltcorn get-cfg [KEY]`
266
269
 
@@ -278,7 +281,7 @@ OPTIONS
278
281
  -t, --tenant=tenant tenant
279
282
  ```
280
283
 
281
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/get-cfg.js)_
284
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/get-cfg.js)_
282
285
 
283
286
  ## `saltcorn help [COMMAND]`
284
287
 
@@ -316,7 +319,7 @@ ALIASES
316
319
  $ saltcorn paths
317
320
  ```
318
321
 
319
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/info.js)_
322
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/info.js)_
320
323
 
321
324
  ## `saltcorn inspect TYPE [NAME]`
322
325
 
@@ -334,7 +337,7 @@ OPTIONS
334
337
  -t, --tenant=tenant tenant
335
338
  ```
336
339
 
337
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/inspect.js)_
340
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/inspect.js)_
338
341
 
339
342
  ## `saltcorn install-pack`
340
343
 
@@ -350,7 +353,7 @@ OPTIONS
350
353
  -t, --tenant=tenant tenant
351
354
  ```
352
355
 
353
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/install-pack.js)_
356
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/install-pack.js)_
354
357
 
355
358
  ## `saltcorn install-plugin`
356
359
 
@@ -366,7 +369,7 @@ OPTIONS
366
369
  -t, --tenant=tenant tenant
367
370
  ```
368
371
 
369
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/install-plugin.js)_
372
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/install-plugin.js)_
370
373
 
371
374
  ## `saltcorn list-tenants`
372
375
 
@@ -377,7 +380,7 @@ USAGE
377
380
  $ saltcorn list-tenants
378
381
  ```
379
382
 
380
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/list-tenants.js)_
383
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/list-tenants.js)_
381
384
 
382
385
  ## `saltcorn localize-plugin PLUGIN [PATH]`
383
386
 
@@ -396,7 +399,7 @@ OPTIONS
396
399
  -u, --unlocalize Unlocalize plugin (local to npm)
397
400
  ```
398
401
 
399
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/localize-plugin.js)_
402
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/localize-plugin.js)_
400
403
 
401
404
  ## `saltcorn make-migration`
402
405
 
@@ -412,7 +415,7 @@ DESCRIPTION
412
415
  unless you are a developer.
413
416
  ```
414
417
 
415
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/make-migration.js)_
418
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/make-migration.js)_
416
419
 
417
420
  ## `saltcorn saltcorn migrate`
418
421
 
@@ -434,7 +437,7 @@ DESCRIPTION
434
437
  servers and need to control when the migrations are run.
435
438
  ```
436
439
 
437
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/migrate.js)_
440
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/migrate.js)_
438
441
 
439
442
  ## `saltcorn modify-user USER_EMAIL`
440
443
 
@@ -463,7 +466,7 @@ DESCRIPTION
463
466
  NOTE that -a and -r role (--role=role) can give conflict.
464
467
  ```
465
468
 
466
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/modify-user.js)_
469
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/modify-user.js)_
467
470
 
468
471
  ## `saltcorn plugins`
469
472
 
@@ -490,7 +493,7 @@ EXAMPLES
490
493
  plugins -u -f - force plugin update
491
494
  ```
492
495
 
493
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/plugins.js)_
496
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/plugins.js)_
494
497
 
495
498
  ## `saltcorn release VERSION`
496
499
 
@@ -504,7 +507,7 @@ ARGUMENTS
504
507
  VERSION New version number
505
508
  ```
506
509
 
507
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/release.js)_
510
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/release.js)_
508
511
 
509
512
  ## `saltcorn reset-schema`
510
513
 
@@ -523,7 +526,7 @@ DESCRIPTION
523
526
  This will delete all existing information
524
527
  ```
525
528
 
526
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/reset-schema.js)_
529
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/reset-schema.js)_
527
530
 
528
531
  ## `saltcorn restore FILE`
529
532
 
@@ -540,7 +543,7 @@ OPTIONS
540
543
  -t, --tenant=tenant tenant
541
544
  ```
542
545
 
543
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/restore.js)_
546
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/restore.js)_
544
547
 
545
548
  ## `saltcorn rm-tenant`
546
549
 
@@ -559,7 +562,7 @@ DESCRIPTION
559
562
  It recommended to make backup of tenant before perform this command.
560
563
  ```
561
564
 
562
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/rm-tenant.js)_
565
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/rm-tenant.js)_
563
566
 
564
567
  ## `saltcorn run-benchmark [BASEURL]`
565
568
 
@@ -578,7 +581,7 @@ OPTIONS
578
581
  -t, --token=token API Token for reporting results
579
582
  ```
580
583
 
581
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/run-benchmark.js)_
584
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/run-benchmark.js)_
582
585
 
583
586
  ## `saltcorn run-tests [PACKAGE]`
584
587
 
@@ -602,7 +605,7 @@ OPTIONS
602
605
  --watchAll Watch files for changes and rerun all tests.
603
606
  ```
604
607
 
605
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/run-tests.js)_
608
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/run-tests.js)_
606
609
 
607
610
  ## `saltcorn run-trigger TRIGGER`
608
611
 
@@ -619,7 +622,7 @@ OPTIONS
619
622
  -t, --tenant=tenant tenant
620
623
  ```
621
624
 
622
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/run-trigger.js)_
625
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/run-trigger.js)_
623
626
 
624
627
  ## `saltcorn scheduler`
625
628
 
@@ -633,7 +636,7 @@ OPTIONS
633
636
  -v, --verbose Verbose
634
637
  ```
635
638
 
636
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/scheduler.js)_
639
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/scheduler.js)_
637
640
 
638
641
  ## `saltcorn serve`
639
642
 
@@ -654,7 +657,7 @@ OPTIONS
654
657
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
655
658
  ```
656
659
 
657
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/serve.js)_
660
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/serve.js)_
658
661
 
659
662
  ## `saltcorn set-cfg [KEY] [VALUE]`
660
663
 
@@ -675,7 +678,7 @@ OPTIONS
675
678
  -t, --tenant=tenant tenant
676
679
  ```
677
680
 
678
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/set-cfg.js)_
681
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/set-cfg.js)_
679
682
 
680
683
  ## `saltcorn setup`
681
684
 
@@ -694,7 +697,7 @@ DESCRIPTION
694
697
  configuration file
695
698
  ```
696
699
 
697
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/setup.js)_
700
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/setup.js)_
698
701
 
699
702
  ## `saltcorn setup-benchmark`
700
703
 
@@ -708,7 +711,7 @@ OPTIONS
708
711
  -t, --tenant=tenant tenant
709
712
  ```
710
713
 
711
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/setup-benchmark.js)_
714
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/setup-benchmark.js)_
712
715
 
713
716
  ## `saltcorn take-snapshot`
714
717
 
@@ -723,7 +726,7 @@ OPTIONS
723
726
  -t, --tenant=tenant tenant
724
727
  ```
725
728
 
726
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/take-snapshot.js)_
729
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/take-snapshot.js)_
727
730
 
728
731
  ## `saltcorn test-plugin PATH`
729
732
 
@@ -741,7 +744,7 @@ DESCRIPTION
741
744
  Extra documentation goes here
742
745
  ```
743
746
 
744
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/test-plugin.js)_
747
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/test-plugin.js)_
745
748
 
746
749
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
747
750
 
@@ -758,5 +761,5 @@ ARGUMENTS
758
761
  TENANT tenant name
759
762
  ```
760
763
 
761
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.15/src/commands/transform-field.js)_
764
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.6-beta.17/src/commands/transform-field.js)_
762
765
  <!-- commandsstop -->