@saltcorn/cli 0.8.1 → 0.8.2

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.1 darwin-arm64 node-v16.18.1
23
+ @saltcorn/cli/0.8.2 darwin-arm64 node-v16.18.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.8.1/src/commands/add-schema.js)_
82
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/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.8.1/src/commands/backup.js)_
98
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/backup.js)_
99
99
 
100
100
  ## `saltcorn build-app`
101
101
 
@@ -124,7 +124,7 @@ OPTIONS
124
124
  tenant
125
125
  ```
126
126
 
127
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/build-app.js)_
127
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/build-app.js)_
128
128
 
129
129
  ## `saltcorn configuration-check`
130
130
 
@@ -138,7 +138,7 @@ OPTIONS
138
138
  -t, --tenant=tenant tenant
139
139
  ```
140
140
 
141
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/configuration-check.js)_
141
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/configuration-check.js)_
142
142
 
143
143
  ## `saltcorn configuration-check-backups FILES`
144
144
 
@@ -155,7 +155,7 @@ OPTIONS
155
155
  -d, --destructive destructive
156
156
  ```
157
157
 
158
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/configuration-check-backups.js)_
158
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/configuration-check-backups.js)_
159
159
 
160
160
  ## `saltcorn create-tenant TENANT`
161
161
 
@@ -174,7 +174,7 @@ OPTIONS
174
174
  --url=url Url of tenant
175
175
  ```
176
176
 
177
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/create-tenant.js)_
177
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/create-tenant.js)_
178
178
 
179
179
  ## `saltcorn create-user`
180
180
 
@@ -192,7 +192,7 @@ OPTIONS
192
192
  -t, --tenant=tenant tenant
193
193
  ```
194
194
 
195
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/create-user.js)_
195
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/create-user.js)_
196
196
 
197
197
  ## `saltcorn delete-tenants`
198
198
 
@@ -203,7 +203,7 @@ USAGE
203
203
  $ saltcorn delete-tenants
204
204
  ```
205
205
 
206
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/delete-tenants.js)_
206
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/delete-tenants.js)_
207
207
 
208
208
  ## `saltcorn delete-user USER_EMAIL`
209
209
 
@@ -224,7 +224,7 @@ DESCRIPTION
224
224
  Command deletes the user specified by USER_EMAIL.
225
225
  ```
226
226
 
227
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/delete-user.js)_
227
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/delete-user.js)_
228
228
 
229
229
  ## `saltcorn fixtures`
230
230
 
@@ -243,7 +243,7 @@ DESCRIPTION
243
243
  This manual step it is never required for users and rarely required for developers
244
244
  ```
245
245
 
246
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/fixtures.js)_
246
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/fixtures.js)_
247
247
 
248
248
  ## `saltcorn get-cfg KEY`
249
249
 
@@ -261,7 +261,7 @@ OPTIONS
261
261
  -t, --tenant=tenant tenant
262
262
  ```
263
263
 
264
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/get-cfg.js)_
264
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/get-cfg.js)_
265
265
 
266
266
  ## `saltcorn help [COMMAND]`
267
267
 
@@ -299,7 +299,7 @@ ALIASES
299
299
  $ saltcorn paths
300
300
  ```
301
301
 
302
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/info.js)_
302
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/info.js)_
303
303
 
304
304
  ## `saltcorn inspect TYPE [NAME]`
305
305
 
@@ -317,7 +317,7 @@ OPTIONS
317
317
  -t, --tenant=tenant tenant
318
318
  ```
319
319
 
320
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/inspect.js)_
320
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/inspect.js)_
321
321
 
322
322
  ## `saltcorn install-pack`
323
323
 
@@ -333,7 +333,7 @@ OPTIONS
333
333
  -t, --tenant=tenant tenant
334
334
  ```
335
335
 
336
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/install-pack.js)_
336
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/install-pack.js)_
337
337
 
338
338
  ## `saltcorn install-plugin`
339
339
 
@@ -349,7 +349,7 @@ OPTIONS
349
349
  -t, --tenant=tenant tenant
350
350
  ```
351
351
 
352
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/install-plugin.js)_
352
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/install-plugin.js)_
353
353
 
354
354
  ## `saltcorn list-tenants`
355
355
 
@@ -360,7 +360,7 @@ USAGE
360
360
  $ saltcorn list-tenants
361
361
  ```
362
362
 
363
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/list-tenants.js)_
363
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/list-tenants.js)_
364
364
 
365
365
  ## `saltcorn localize-plugin PLUGIN [PATH]`
366
366
 
@@ -379,7 +379,7 @@ OPTIONS
379
379
  -u, --unlocalize Unlocalize plugin (local to npm)
380
380
  ```
381
381
 
382
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/localize-plugin.js)_
382
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/localize-plugin.js)_
383
383
 
384
384
  ## `saltcorn make-migration`
385
385
 
@@ -395,7 +395,7 @@ DESCRIPTION
395
395
  unless you are a developer.
396
396
  ```
397
397
 
398
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/make-migration.js)_
398
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/make-migration.js)_
399
399
 
400
400
  ## `saltcorn saltcorn migrate`
401
401
 
@@ -417,7 +417,7 @@ DESCRIPTION
417
417
  servers and need to control when the migrations are run.
418
418
  ```
419
419
 
420
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/migrate.js)_
420
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/migrate.js)_
421
421
 
422
422
  ## `saltcorn modify-user USER_EMAIL`
423
423
 
@@ -446,7 +446,7 @@ DESCRIPTION
446
446
  NOTE that -a and -r role (--role=role) can give conflict.
447
447
  ```
448
448
 
449
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/modify-user.js)_
449
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/modify-user.js)_
450
450
 
451
451
  ## `saltcorn plugins`
452
452
 
@@ -473,7 +473,7 @@ EXAMPLES
473
473
  plugins -u -f - force plugin update
474
474
  ```
475
475
 
476
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/plugins.js)_
476
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/plugins.js)_
477
477
 
478
478
  ## `saltcorn release VERSION`
479
479
 
@@ -487,7 +487,7 @@ ARGUMENTS
487
487
  VERSION New version number
488
488
  ```
489
489
 
490
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/release.js)_
490
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/release.js)_
491
491
 
492
492
  ## `saltcorn reset-schema`
493
493
 
@@ -506,7 +506,7 @@ DESCRIPTION
506
506
  This will delete all existing information
507
507
  ```
508
508
 
509
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/reset-schema.js)_
509
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/reset-schema.js)_
510
510
 
511
511
  ## `saltcorn restore FILE`
512
512
 
@@ -523,7 +523,7 @@ OPTIONS
523
523
  -t, --tenant=tenant tenant
524
524
  ```
525
525
 
526
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/restore.js)_
526
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/restore.js)_
527
527
 
528
528
  ## `saltcorn rm-tenant`
529
529
 
@@ -542,7 +542,7 @@ DESCRIPTION
542
542
  It recommended to make backup of tenant before perform this command.
543
543
  ```
544
544
 
545
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/rm-tenant.js)_
545
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/rm-tenant.js)_
546
546
 
547
547
  ## `saltcorn run-benchmark [BASEURL]`
548
548
 
@@ -561,7 +561,7 @@ OPTIONS
561
561
  -t, --token=token API Token for reporting results
562
562
  ```
563
563
 
564
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/run-benchmark.js)_
564
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/run-benchmark.js)_
565
565
 
566
566
  ## `saltcorn run-tests [PACKAGE]`
567
567
 
@@ -584,7 +584,7 @@ OPTIONS
584
584
  --watchAll Watch files for changes and rerun all tests.
585
585
  ```
586
586
 
587
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/run-tests.js)_
587
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/run-tests.js)_
588
588
 
589
589
  ## `saltcorn scheduler`
590
590
 
@@ -598,7 +598,7 @@ OPTIONS
598
598
  -v, --verbose Verbose
599
599
  ```
600
600
 
601
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/scheduler.js)_
601
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/scheduler.js)_
602
602
 
603
603
  ## `saltcorn serve`
604
604
 
@@ -619,7 +619,7 @@ OPTIONS
619
619
  --subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
620
620
  ```
621
621
 
622
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/serve.js)_
622
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/serve.js)_
623
623
 
624
624
  ## `saltcorn set-cfg KEY [VALUE]`
625
625
 
@@ -640,7 +640,7 @@ OPTIONS
640
640
  -t, --tenant=tenant tenant
641
641
  ```
642
642
 
643
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/set-cfg.js)_
643
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/set-cfg.js)_
644
644
 
645
645
  ## `saltcorn setup`
646
646
 
@@ -659,7 +659,7 @@ DESCRIPTION
659
659
  configuration file
660
660
  ```
661
661
 
662
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/setup.js)_
662
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/setup.js)_
663
663
 
664
664
  ## `saltcorn setup-benchmark`
665
665
 
@@ -673,7 +673,7 @@ OPTIONS
673
673
  -t, --tenant=tenant tenant
674
674
  ```
675
675
 
676
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/setup-benchmark.js)_
676
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/setup-benchmark.js)_
677
677
 
678
678
  ## `saltcorn test-plugin PATH`
679
679
 
@@ -691,7 +691,7 @@ DESCRIPTION
691
691
  Extra documentation goes here
692
692
  ```
693
693
 
694
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/test-plugin.js)_
694
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/test-plugin.js)_
695
695
 
696
696
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
697
697
 
@@ -708,5 +708,5 @@ ARGUMENTS
708
708
  TENANT tenant name
709
709
  ```
710
710
 
711
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.1/src/commands/transform-field.js)_
711
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.8.2/src/commands/transform-field.js)_
712
712
  <!-- commandsstop -->