@saltcorn/cli 0.7.3-beta.6 → 0.7.3-beta.7

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.7.3-beta.6 darwin-arm64 node-v16.15.1
23
+ @saltcorn/cli/0.7.3-beta.7 darwin-arm64 node-v16.15.1
24
24
  $ saltcorn --help [COMMAND]
25
25
  USAGE
26
26
  $ saltcorn COMMAND
@@ -79,7 +79,7 @@ OPTIONS
79
79
  -f, --force force command execution
80
80
  ```
81
81
 
82
- _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/add-schema.js)_
82
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/add-schema.js)_
83
83
 
84
84
  ## `saltcorn backup`
85
85
 
@@ -95,7 +95,7 @@ OPTIONS
95
95
  -z, --zip zip format
96
96
  ```
97
97
 
98
- _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/backup.js)_
98
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/backup.js)_
99
99
 
100
100
  ## `saltcorn build-app`
101
101
 
@@ -116,7 +116,7 @@ OPTIONS
116
116
  -v, --entryPoint=entryPoint Entry Point
117
117
  ```
118
118
 
119
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/build-app.js)_
119
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/build-app.js)_
120
120
 
121
121
  ## `saltcorn configuration-check`
122
122
 
@@ -130,7 +130,7 @@ OPTIONS
130
130
  -t, --tenant=tenant tenant
131
131
  ```
132
132
 
133
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/configuration-check.js)_
133
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/configuration-check.js)_
134
134
 
135
135
  ## `saltcorn configuration-check-backups FILES`
136
136
 
@@ -144,7 +144,7 @@ ARGUMENTS
144
144
  FILES backup file to check. can be repeated, e.g. with *
145
145
  ```
146
146
 
147
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/configuration-check-backups.js)_
147
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/configuration-check-backups.js)_
148
148
 
149
149
  ## `saltcorn create-tenant TENANT`
150
150
 
@@ -162,7 +162,7 @@ OPTIONS
162
162
  -e, --email=email Email of owner of tenant
163
163
  ```
164
164
 
165
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/create-tenant.js)_
165
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/create-tenant.js)_
166
166
 
167
167
  ## `saltcorn create-user`
168
168
 
@@ -180,7 +180,7 @@ OPTIONS
180
180
  -t, --tenant=tenant tenant
181
181
  ```
182
182
 
183
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/create-user.js)_
183
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/create-user.js)_
184
184
 
185
185
  ## `saltcorn delete-tenants`
186
186
 
@@ -191,7 +191,7 @@ USAGE
191
191
  $ saltcorn delete-tenants
192
192
  ```
193
193
 
194
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/delete-tenants.js)_
194
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/delete-tenants.js)_
195
195
 
196
196
  ## `saltcorn delete-user USER_EMAIL`
197
197
 
@@ -212,7 +212,7 @@ DESCRIPTION
212
212
  Command deletes the user specified by USER_EMAIL.
213
213
  ```
214
214
 
215
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/delete-user.js)_
215
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/delete-user.js)_
216
216
 
217
217
  ## `saltcorn fixtures`
218
218
 
@@ -231,7 +231,7 @@ DESCRIPTION
231
231
  This manual step it is never required for users and rarely required for developers
232
232
  ```
233
233
 
234
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/fixtures.js)_
234
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/fixtures.js)_
235
235
 
236
236
  ## `saltcorn get-cfg KEY`
237
237
 
@@ -249,7 +249,7 @@ OPTIONS
249
249
  -t, --tenant=tenant tenant
250
250
  ```
251
251
 
252
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/get-cfg.js)_
252
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/get-cfg.js)_
253
253
 
254
254
  ## `saltcorn help [COMMAND]`
255
255
 
@@ -287,7 +287,7 @@ ALIASES
287
287
  $ saltcorn paths
288
288
  ```
289
289
 
290
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/info.js)_
290
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/info.js)_
291
291
 
292
292
  ## `saltcorn inspect TYPE [NAME]`
293
293
 
@@ -305,7 +305,7 @@ OPTIONS
305
305
  -t, --tenant=tenant tenant
306
306
  ```
307
307
 
308
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/inspect.js)_
308
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/inspect.js)_
309
309
 
310
310
  ## `saltcorn install-pack`
311
311
 
@@ -321,7 +321,7 @@ OPTIONS
321
321
  -t, --tenant=tenant tenant
322
322
  ```
323
323
 
324
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/install-pack.js)_
324
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/install-pack.js)_
325
325
 
326
326
  ## `saltcorn install-plugin`
327
327
 
@@ -337,7 +337,7 @@ OPTIONS
337
337
  -t, --tenant=tenant tenant
338
338
  ```
339
339
 
340
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/install-plugin.js)_
340
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/install-plugin.js)_
341
341
 
342
342
  ## `saltcorn list-tenants`
343
343
 
@@ -348,7 +348,7 @@ USAGE
348
348
  $ saltcorn list-tenants
349
349
  ```
350
350
 
351
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/list-tenants.js)_
351
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/list-tenants.js)_
352
352
 
353
353
  ## `saltcorn localize-plugin PLUGIN PATH`
354
354
 
@@ -366,7 +366,7 @@ OPTIONS
366
366
  -t, --tenant=tenant tenant
367
367
  ```
368
368
 
369
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/localize-plugin.js)_
369
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/localize-plugin.js)_
370
370
 
371
371
  ## `saltcorn make-migration`
372
372
 
@@ -382,7 +382,7 @@ DESCRIPTION
382
382
  unless you are a developer.
383
383
  ```
384
384
 
385
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/make-migration.js)_
385
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/make-migration.js)_
386
386
 
387
387
  ## `saltcorn saltcorn migrate`
388
388
 
@@ -404,7 +404,7 @@ DESCRIPTION
404
404
  servers and need to control when the migrations are run.
405
405
  ```
406
406
 
407
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/migrate.js)_
407
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/migrate.js)_
408
408
 
409
409
  ## `saltcorn modify-user USER_EMAIL`
410
410
 
@@ -433,7 +433,7 @@ DESCRIPTION
433
433
  NOTE that -a and -r role (--role=role) can give conflict.
434
434
  ```
435
435
 
436
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/modify-user.js)_
436
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/modify-user.js)_
437
437
 
438
438
  ## `saltcorn plugins`
439
439
 
@@ -460,7 +460,7 @@ EXAMPLES
460
460
  plugins -u -f - force plugin update
461
461
  ```
462
462
 
463
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/plugins.js)_
463
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/plugins.js)_
464
464
 
465
465
  ## `saltcorn release VERSION`
466
466
 
@@ -474,7 +474,7 @@ ARGUMENTS
474
474
  VERSION New version number
475
475
  ```
476
476
 
477
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/release.js)_
477
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/release.js)_
478
478
 
479
479
  ## `saltcorn reset-schema`
480
480
 
@@ -493,7 +493,7 @@ DESCRIPTION
493
493
  This will delete all existing information
494
494
  ```
495
495
 
496
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/reset-schema.js)_
496
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/reset-schema.js)_
497
497
 
498
498
  ## `saltcorn restore FILE`
499
499
 
@@ -510,7 +510,7 @@ OPTIONS
510
510
  -t, --tenant=tenant tenant
511
511
  ```
512
512
 
513
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/restore.js)_
513
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/restore.js)_
514
514
 
515
515
  ## `saltcorn rm-tenant`
516
516
 
@@ -529,7 +529,7 @@ DESCRIPTION
529
529
  It recommended to make backup of tenant before perform this command.
530
530
  ```
531
531
 
532
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/rm-tenant.js)_
532
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/rm-tenant.js)_
533
533
 
534
534
  ## `saltcorn run-benchmark [BASEURL]`
535
535
 
@@ -548,7 +548,7 @@ OPTIONS
548
548
  -t, --token=token API Token for reporting results
549
549
  ```
550
550
 
551
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/run-benchmark.js)_
551
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/run-benchmark.js)_
552
552
 
553
553
  ## `saltcorn run-tests [PACKAGE]`
554
554
 
@@ -568,7 +568,7 @@ OPTIONS
568
568
  --watchAll Watch files for changes and rerun all tests.
569
569
  ```
570
570
 
571
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/run-tests.js)_
571
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/run-tests.js)_
572
572
 
573
573
  ## `saltcorn scheduler`
574
574
 
@@ -582,7 +582,7 @@ OPTIONS
582
582
  -v, --verbose Verbose
583
583
  ```
584
584
 
585
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/scheduler.js)_
585
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/scheduler.js)_
586
586
 
587
587
  ## `saltcorn serve`
588
588
 
@@ -602,7 +602,7 @@ OPTIONS
602
602
  -v, --verbose Verbose
603
603
  ```
604
604
 
605
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/serve.js)_
605
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/serve.js)_
606
606
 
607
607
  ## `saltcorn set-cfg KEY [VALUE]`
608
608
 
@@ -623,7 +623,7 @@ OPTIONS
623
623
  -t, --tenant=tenant tenant
624
624
  ```
625
625
 
626
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/set-cfg.js)_
626
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/set-cfg.js)_
627
627
 
628
628
  ## `saltcorn setup`
629
629
 
@@ -642,7 +642,7 @@ DESCRIPTION
642
642
  configuration file
643
643
  ```
644
644
 
645
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/setup.js)_
645
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/setup.js)_
646
646
 
647
647
  ## `saltcorn setup-benchmark`
648
648
 
@@ -656,7 +656,7 @@ OPTIONS
656
656
  -t, --tenant=tenant tenant
657
657
  ```
658
658
 
659
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/setup-benchmark.js)_
659
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/setup-benchmark.js)_
660
660
 
661
661
  ## `saltcorn test-plugin PATH`
662
662
 
@@ -674,7 +674,7 @@ DESCRIPTION
674
674
  Extra documentation goes here
675
675
  ```
676
676
 
677
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/test-plugin.js)_
677
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/test-plugin.js)_
678
678
 
679
679
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
680
680
 
@@ -691,5 +691,5 @@ ARGUMENTS
691
691
  TENANT tenant name
692
692
  ```
693
693
 
694
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.6/src/commands/transform-field.js)_
694
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.7/src/commands/transform-field.js)_
695
695
  <!-- commandsstop -->