@saltcorn/cli 0.8.8-beta.2 → 0.8.8-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 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.8-beta.2 linux-x64 node-v18.7.0
23
+ @saltcorn/cli/0.8.8-beta.3 linux-x64 node-v18.7.0
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -87,7 +87,7 @@ OPTIONS
87
87
  -f, --force force command execution
88
88
  ```
89
89
 
90
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/add-schema.js)_
90
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/add-schema.js)_
91
91
 
92
92
  ## `saltcorn backup`
93
93
 
@@ -104,7 +104,7 @@ OPTIONS
104
104
  -z, --zip Backup public in saltcorn zip format
105
105
  ```
106
106
 
107
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/backup.js)_
107
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/backup.js)_
108
108
 
109
109
  ## `saltcorn build-app`
110
110
 
@@ -147,7 +147,7 @@ OPTIONS
147
147
  tenant
148
148
  ```
149
149
 
150
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/build-app.js)_
150
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/build-app.js)_
151
151
 
152
152
  ## `saltcorn build-cordova-builder`
153
153
 
@@ -161,7 +161,7 @@ OPTIONS
161
161
  --buildClean run a clean build with --no-cache
162
162
  ```
163
163
 
164
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/build-cordova-builder.js)_
164
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/build-cordova-builder.js)_
165
165
 
166
166
  ## `saltcorn configuration-check`
167
167
 
@@ -175,7 +175,7 @@ OPTIONS
175
175
  -t, --tenant=tenant tenant
176
176
  ```
177
177
 
178
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/configuration-check.js)_
178
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/configuration-check.js)_
179
179
 
180
180
  ## `saltcorn configuration-check-backups FILES`
181
181
 
@@ -192,7 +192,7 @@ OPTIONS
192
192
  -d, --destructive destructive
193
193
  ```
194
194
 
195
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/configuration-check-backups.js)_
195
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/configuration-check-backups.js)_
196
196
 
197
197
  ## `saltcorn create-tenant TENANT`
198
198
 
@@ -211,7 +211,7 @@ OPTIONS
211
211
  --url=url Url of tenant
212
212
  ```
213
213
 
214
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/create-tenant.js)_
214
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/create-tenant.js)_
215
215
 
216
216
  ## `saltcorn create-user`
217
217
 
@@ -229,7 +229,7 @@ OPTIONS
229
229
  -t, --tenant=tenant tenant
230
230
  ```
231
231
 
232
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/create-user.js)_
232
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/create-user.js)_
233
233
 
234
234
  ## `saltcorn delete-tenants`
235
235
 
@@ -240,7 +240,7 @@ USAGE
240
240
  $ saltcorn delete-tenants
241
241
  ```
242
242
 
243
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/delete-tenants.js)_
243
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/delete-tenants.js)_
244
244
 
245
245
  ## `saltcorn delete-user USER_EMAIL`
246
246
 
@@ -261,7 +261,7 @@ DESCRIPTION
261
261
  Command deletes the user specified by USER_EMAIL.
262
262
  ```
263
263
 
264
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/delete-user.js)_
264
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/delete-user.js)_
265
265
 
266
266
  ## `saltcorn dev:localize-plugin PLUGIN [PATH]`
267
267
 
@@ -280,7 +280,7 @@ OPTIONS
280
280
  -u, --unlocalize Unlocalize plugin (local to npm)
281
281
  ```
282
282
 
283
- _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/dev/localize-plugin.js)_
283
+ _See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/dev/localize-plugin.js)_
284
284
 
285
285
  ## `saltcorn make-migration`
286
286
 
@@ -296,7 +296,7 @@ DESCRIPTION
296
296
  unless you are a developer.
297
297
  ```
298
298
 
299
- _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/dev/make-migration.js)_
299
+ _See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/dev/make-migration.js)_
300
300
 
301
301
  ## `saltcorn dev:post-release [TASK]`
302
302
 
@@ -310,7 +310,7 @@ ARGUMENTS
310
310
  TASK (docker|vagrant|all|none) What to do
311
311
  ```
312
312
 
313
- _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/dev/post-release.js)_
313
+ _See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/dev/post-release.js)_
314
314
 
315
315
  ## `saltcorn dev:release VERSION`
316
316
 
@@ -324,7 +324,7 @@ ARGUMENTS
324
324
  VERSION New version number
325
325
  ```
326
326
 
327
- _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/dev/release.js)_
327
+ _See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/dev/release.js)_
328
328
 
329
329
  ## `saltcorn dev:test-plugin PATH`
330
330
 
@@ -342,7 +342,7 @@ DESCRIPTION
342
342
  Extra documentation goes here
343
343
  ```
344
344
 
345
- _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/dev/test-plugin.js)_
345
+ _See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/dev/test-plugin.js)_
346
346
 
347
347
  ## `saltcorn fixtures`
348
348
 
@@ -361,7 +361,7 @@ DESCRIPTION
361
361
  This manual step it is never required for users and rarely required for developers
362
362
  ```
363
363
 
364
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/fixtures.js)_
364
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/fixtures.js)_
365
365
 
366
366
  ## `saltcorn get-cfg [KEY]`
367
367
 
@@ -379,7 +379,7 @@ OPTIONS
379
379
  -t, --tenant=tenant tenant
380
380
  ```
381
381
 
382
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/get-cfg.js)_
382
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/get-cfg.js)_
383
383
 
384
384
  ## `saltcorn help [COMMAND]`
385
385
 
@@ -417,7 +417,7 @@ ALIASES
417
417
  $ saltcorn paths
418
418
  ```
419
419
 
420
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/info.js)_
420
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/info.js)_
421
421
 
422
422
  ## `saltcorn inspect TYPE [NAME]`
423
423
 
@@ -435,7 +435,7 @@ OPTIONS
435
435
  -t, --tenant=tenant tenant
436
436
  ```
437
437
 
438
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/inspect.js)_
438
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/inspect.js)_
439
439
 
440
440
  ## `saltcorn install-pack`
441
441
 
@@ -451,7 +451,7 @@ OPTIONS
451
451
  -t, --tenant=tenant tenant
452
452
  ```
453
453
 
454
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/install-pack.js)_
454
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/install-pack.js)_
455
455
 
456
456
  ## `saltcorn install-plugin`
457
457
 
@@ -467,7 +467,7 @@ OPTIONS
467
467
  -t, --tenant=tenant tenant
468
468
  ```
469
469
 
470
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/install-plugin.js)_
470
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/install-plugin.js)_
471
471
 
472
472
  ## `saltcorn list-tenants`
473
473
 
@@ -482,7 +482,7 @@ OPTIONS
482
482
  -v, --verbose verbose output
483
483
  ```
484
484
 
485
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/list-tenants.js)_
485
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/list-tenants.js)_
486
486
 
487
487
  ## `saltcorn list-triggers`
488
488
 
@@ -497,7 +497,7 @@ OPTIONS
497
497
  -v, --verbose verbose output
498
498
  ```
499
499
 
500
- _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/list-triggers.js)_
500
+ _See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/list-triggers.js)_
501
501
 
502
502
  ## `saltcorn saltcorn migrate`
503
503
 
@@ -519,7 +519,7 @@ DESCRIPTION
519
519
  servers and need to control when the migrations are run.
520
520
  ```
521
521
 
522
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/migrate.js)_
522
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/migrate.js)_
523
523
 
524
524
  ## `saltcorn modify-user USER_EMAIL`
525
525
 
@@ -548,7 +548,7 @@ DESCRIPTION
548
548
  NOTE that -a and -r role (--role=role) can give conflict.
549
549
  ```
550
550
 
551
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/modify-user.js)_
551
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/modify-user.js)_
552
552
 
553
553
  ## `saltcorn plugins`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  plugins -u -f - force plugin update
576
576
  ```
577
577
 
578
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/plugins.js)_
578
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/plugins.js)_
579
579
 
580
580
  ## `saltcorn reset-schema`
581
581
 
@@ -594,7 +594,7 @@ DESCRIPTION
594
594
  This will delete all existing information
595
595
  ```
596
596
 
597
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/reset-schema.js)_
597
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/reset-schema.js)_
598
598
 
599
599
  ## `saltcorn restore FILE`
600
600
 
@@ -611,7 +611,7 @@ OPTIONS
611
611
  -t, --tenant=tenant tenant
612
612
  ```
613
613
 
614
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/restore.js)_
614
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/restore.js)_
615
615
 
616
616
  ## `saltcorn rm-tenant`
617
617
 
@@ -630,7 +630,7 @@ DESCRIPTION
630
630
  It recommended to make backup of tenant before perform this command.
631
631
  ```
632
632
 
633
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/rm-tenant.js)_
633
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/rm-tenant.js)_
634
634
 
635
635
  ## `saltcorn run-benchmark [BASEURL]`
636
636
 
@@ -649,7 +649,7 @@ OPTIONS
649
649
  -t, --token=token API Token for reporting results
650
650
  ```
651
651
 
652
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/run-benchmark.js)_
652
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/run-benchmark.js)_
653
653
 
654
654
  ## `saltcorn run-js`
655
655
 
@@ -665,7 +665,7 @@ OPTIONS
665
665
  -t, --tenant=tenant tenant name
666
666
  ```
667
667
 
668
- _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/run-js.js)_
668
+ _See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/run-js.js)_
669
669
 
670
670
  ## `saltcorn run-sql`
671
671
 
@@ -681,7 +681,7 @@ OPTIONS
681
681
  -t, --tenant=tenant tenant name
682
682
  ```
683
683
 
684
- _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/run-sql.js)_
684
+ _See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/run-sql.js)_
685
685
 
686
686
  ## `saltcorn run-tests [PACKAGE]`
687
687
 
@@ -705,7 +705,7 @@ OPTIONS
705
705
  --watchAll Watch files for changes and rerun all tests.
706
706
  ```
707
707
 
708
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/run-tests.js)_
708
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/run-tests.js)_
709
709
 
710
710
  ## `saltcorn run-trigger TRIGGER`
711
711
 
@@ -722,7 +722,7 @@ OPTIONS
722
722
  -t, --tenant=tenant tenant
723
723
  ```
724
724
 
725
- _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/run-trigger.js)_
725
+ _See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/run-trigger.js)_
726
726
 
727
727
  ## `saltcorn scheduler`
728
728
 
@@ -736,7 +736,7 @@ OPTIONS
736
736
  -v, --verbose Verbose
737
737
  ```
738
738
 
739
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/scheduler.js)_
739
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/scheduler.js)_
740
740
 
741
741
  ## `saltcorn serve`
742
742
 
@@ -757,7 +757,7 @@ OPTIONS
757
757
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
758
758
  ```
759
759
 
760
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/serve.js)_
760
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/serve.js)_
761
761
 
762
762
  ## `saltcorn set-cfg [KEY] [VALUE]`
763
763
 
@@ -778,7 +778,7 @@ OPTIONS
778
778
  -t, --tenant=tenant tenant
779
779
  ```
780
780
 
781
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/set-cfg.js)_
781
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/set-cfg.js)_
782
782
 
783
783
  ## `saltcorn setup`
784
784
 
@@ -797,7 +797,7 @@ DESCRIPTION
797
797
  configuration file
798
798
  ```
799
799
 
800
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/setup.js)_
800
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/setup.js)_
801
801
 
802
802
  ## `saltcorn setup-benchmark`
803
803
 
@@ -811,7 +811,7 @@ OPTIONS
811
811
  -t, --tenant=tenant tenant
812
812
  ```
813
813
 
814
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/setup-benchmark.js)_
814
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/setup-benchmark.js)_
815
815
 
816
816
  ## `saltcorn sync-upload-data`
817
817
 
@@ -828,7 +828,7 @@ OPTIONS
828
828
  --userEmail=userEmail email of the user running the sync
829
829
  ```
830
830
 
831
- _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/sync-upload-data.js)_
831
+ _See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/sync-upload-data.js)_
832
832
 
833
833
  ## `saltcorn take-snapshot`
834
834
 
@@ -843,7 +843,7 @@ OPTIONS
843
843
  -t, --tenant=tenant tenant
844
844
  ```
845
845
 
846
- _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/take-snapshot.js)_
846
+ _See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/take-snapshot.js)_
847
847
 
848
848
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
849
849
 
@@ -860,5 +860,5 @@ ARGUMENTS
860
860
  TENANT tenant name
861
861
  ```
862
862
 
863
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.2/src/commands/transform-field.js)_
863
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.8-beta.3/src/commands/transform-field.js)_
864
864
  <!-- commandsstop -->