@saltcorn/cli 0.8.3-alpha.1 → 0.8.3-beta.0

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.3-alpha.1 darwin-arm64 node-v16.18.1
23
+ @saltcorn/cli/0.8.3-beta.0 darwin-arm64 node-v16.18.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -80,7 +80,7 @@ OPTIONS
80
80
  -f, --force force command execution
81
81
  ```
82
82
 
83
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/add-schema.js)_
83
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/add-schema.js)_
84
84
 
85
85
  ## `saltcorn backup`
86
86
 
@@ -96,7 +96,7 @@ OPTIONS
96
96
  -z, --zip zip format
97
97
  ```
98
98
 
99
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/backup.js)_
99
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/backup.js)_
100
100
 
101
101
  ## `saltcorn build-app`
102
102
 
@@ -125,7 +125,7 @@ OPTIONS
125
125
  tenant
126
126
  ```
127
127
 
128
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/build-app.js)_
128
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/build-app.js)_
129
129
 
130
130
  ## `saltcorn build-cordova-builder`
131
131
 
@@ -136,7 +136,7 @@ USAGE
136
136
  $ saltcorn build-cordova-builder
137
137
  ```
138
138
 
139
- _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/build-cordova-builder.js)_
139
+ _See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/build-cordova-builder.js)_
140
140
 
141
141
  ## `saltcorn configuration-check`
142
142
 
@@ -150,7 +150,7 @@ OPTIONS
150
150
  -t, --tenant=tenant tenant
151
151
  ```
152
152
 
153
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/configuration-check.js)_
153
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/configuration-check.js)_
154
154
 
155
155
  ## `saltcorn configuration-check-backups FILES`
156
156
 
@@ -167,7 +167,7 @@ OPTIONS
167
167
  -d, --destructive destructive
168
168
  ```
169
169
 
170
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/configuration-check-backups.js)_
170
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/configuration-check-backups.js)_
171
171
 
172
172
  ## `saltcorn create-tenant TENANT`
173
173
 
@@ -186,7 +186,7 @@ OPTIONS
186
186
  --url=url Url of tenant
187
187
  ```
188
188
 
189
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/create-tenant.js)_
189
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/create-tenant.js)_
190
190
 
191
191
  ## `saltcorn create-user`
192
192
 
@@ -204,7 +204,7 @@ OPTIONS
204
204
  -t, --tenant=tenant tenant
205
205
  ```
206
206
 
207
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/create-user.js)_
207
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/create-user.js)_
208
208
 
209
209
  ## `saltcorn delete-tenants`
210
210
 
@@ -215,7 +215,7 @@ USAGE
215
215
  $ saltcorn delete-tenants
216
216
  ```
217
217
 
218
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/delete-tenants.js)_
218
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/delete-tenants.js)_
219
219
 
220
220
  ## `saltcorn delete-user USER_EMAIL`
221
221
 
@@ -236,7 +236,7 @@ DESCRIPTION
236
236
  Command deletes the user specified by USER_EMAIL.
237
237
  ```
238
238
 
239
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/delete-user.js)_
239
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/delete-user.js)_
240
240
 
241
241
  ## `saltcorn fixtures`
242
242
 
@@ -255,7 +255,7 @@ DESCRIPTION
255
255
  This manual step it is never required for users and rarely required for developers
256
256
  ```
257
257
 
258
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/fixtures.js)_
258
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/fixtures.js)_
259
259
 
260
260
  ## `saltcorn get-cfg KEY`
261
261
 
@@ -273,7 +273,7 @@ OPTIONS
273
273
  -t, --tenant=tenant tenant
274
274
  ```
275
275
 
276
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/get-cfg.js)_
276
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/get-cfg.js)_
277
277
 
278
278
  ## `saltcorn help [COMMAND]`
279
279
 
@@ -311,7 +311,7 @@ ALIASES
311
311
  $ saltcorn paths
312
312
  ```
313
313
 
314
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/info.js)_
314
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/info.js)_
315
315
 
316
316
  ## `saltcorn inspect TYPE [NAME]`
317
317
 
@@ -329,7 +329,7 @@ OPTIONS
329
329
  -t, --tenant=tenant tenant
330
330
  ```
331
331
 
332
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/inspect.js)_
332
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/inspect.js)_
333
333
 
334
334
  ## `saltcorn install-pack`
335
335
 
@@ -345,7 +345,7 @@ OPTIONS
345
345
  -t, --tenant=tenant tenant
346
346
  ```
347
347
 
348
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/install-pack.js)_
348
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/install-pack.js)_
349
349
 
350
350
  ## `saltcorn install-plugin`
351
351
 
@@ -361,7 +361,7 @@ OPTIONS
361
361
  -t, --tenant=tenant tenant
362
362
  ```
363
363
 
364
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/install-plugin.js)_
364
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/install-plugin.js)_
365
365
 
366
366
  ## `saltcorn list-tenants`
367
367
 
@@ -372,7 +372,7 @@ USAGE
372
372
  $ saltcorn list-tenants
373
373
  ```
374
374
 
375
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/list-tenants.js)_
375
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/list-tenants.js)_
376
376
 
377
377
  ## `saltcorn localize-plugin PLUGIN [PATH]`
378
378
 
@@ -391,7 +391,7 @@ OPTIONS
391
391
  -u, --unlocalize Unlocalize plugin (local to npm)
392
392
  ```
393
393
 
394
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/localize-plugin.js)_
394
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/localize-plugin.js)_
395
395
 
396
396
  ## `saltcorn make-migration`
397
397
 
@@ -407,7 +407,7 @@ DESCRIPTION
407
407
  unless you are a developer.
408
408
  ```
409
409
 
410
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/make-migration.js)_
410
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/make-migration.js)_
411
411
 
412
412
  ## `saltcorn saltcorn migrate`
413
413
 
@@ -429,7 +429,7 @@ DESCRIPTION
429
429
  servers and need to control when the migrations are run.
430
430
  ```
431
431
 
432
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/migrate.js)_
432
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/migrate.js)_
433
433
 
434
434
  ## `saltcorn modify-user USER_EMAIL`
435
435
 
@@ -458,7 +458,7 @@ DESCRIPTION
458
458
  NOTE that -a and -r role (--role=role) can give conflict.
459
459
  ```
460
460
 
461
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/modify-user.js)_
461
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/modify-user.js)_
462
462
 
463
463
  ## `saltcorn plugins`
464
464
 
@@ -485,7 +485,7 @@ EXAMPLES
485
485
  plugins -u -f - force plugin update
486
486
  ```
487
487
 
488
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/plugins.js)_
488
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/plugins.js)_
489
489
 
490
490
  ## `saltcorn release VERSION`
491
491
 
@@ -499,7 +499,7 @@ ARGUMENTS
499
499
  VERSION New version number
500
500
  ```
501
501
 
502
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/release.js)_
502
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/release.js)_
503
503
 
504
504
  ## `saltcorn reset-schema`
505
505
 
@@ -518,7 +518,7 @@ DESCRIPTION
518
518
  This will delete all existing information
519
519
  ```
520
520
 
521
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/reset-schema.js)_
521
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/reset-schema.js)_
522
522
 
523
523
  ## `saltcorn restore FILE`
524
524
 
@@ -535,7 +535,7 @@ OPTIONS
535
535
  -t, --tenant=tenant tenant
536
536
  ```
537
537
 
538
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/restore.js)_
538
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/restore.js)_
539
539
 
540
540
  ## `saltcorn rm-tenant`
541
541
 
@@ -554,7 +554,7 @@ DESCRIPTION
554
554
  It recommended to make backup of tenant before perform this command.
555
555
  ```
556
556
 
557
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/rm-tenant.js)_
557
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/rm-tenant.js)_
558
558
 
559
559
  ## `saltcorn run-benchmark [BASEURL]`
560
560
 
@@ -573,7 +573,7 @@ OPTIONS
573
573
  -t, --token=token API Token for reporting results
574
574
  ```
575
575
 
576
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/run-benchmark.js)_
576
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/run-benchmark.js)_
577
577
 
578
578
  ## `saltcorn run-tests [PACKAGE]`
579
579
 
@@ -596,7 +596,7 @@ OPTIONS
596
596
  --watchAll Watch files for changes and rerun all tests.
597
597
  ```
598
598
 
599
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/run-tests.js)_
599
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/run-tests.js)_
600
600
 
601
601
  ## `saltcorn scheduler`
602
602
 
@@ -610,7 +610,7 @@ OPTIONS
610
610
  -v, --verbose Verbose
611
611
  ```
612
612
 
613
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/scheduler.js)_
613
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/scheduler.js)_
614
614
 
615
615
  ## `saltcorn serve`
616
616
 
@@ -631,7 +631,7 @@ OPTIONS
631
631
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
632
632
  ```
633
633
 
634
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/serve.js)_
634
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/serve.js)_
635
635
 
636
636
  ## `saltcorn set-cfg KEY [VALUE]`
637
637
 
@@ -652,7 +652,7 @@ OPTIONS
652
652
  -t, --tenant=tenant tenant
653
653
  ```
654
654
 
655
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/set-cfg.js)_
655
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/set-cfg.js)_
656
656
 
657
657
  ## `saltcorn setup`
658
658
 
@@ -671,7 +671,7 @@ DESCRIPTION
671
671
  configuration file
672
672
  ```
673
673
 
674
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/setup.js)_
674
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/setup.js)_
675
675
 
676
676
  ## `saltcorn setup-benchmark`
677
677
 
@@ -685,7 +685,7 @@ OPTIONS
685
685
  -t, --tenant=tenant tenant
686
686
  ```
687
687
 
688
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/setup-benchmark.js)_
688
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/setup-benchmark.js)_
689
689
 
690
690
  ## `saltcorn test-plugin PATH`
691
691
 
@@ -703,7 +703,7 @@ DESCRIPTION
703
703
  Extra documentation goes here
704
704
  ```
705
705
 
706
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/test-plugin.js)_
706
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/test-plugin.js)_
707
707
 
708
708
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
709
709
 
@@ -720,5 +720,5 @@ ARGUMENTS
720
720
  TENANT tenant name
721
721
  ```
722
722
 
723
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-alpha.1/src/commands/transform-field.js)_
723
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.3-beta.0/src/commands/transform-field.js)_
724
724
  <!-- commandsstop -->