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