@saltcorn/cli 0.7.4-beta.1 → 0.7.4-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.7.4-beta.1 darwin-arm64 node-v16.15.1
23
+ @saltcorn/cli/0.7.4-beta.3 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.4-beta.1/src/commands/add-schema.js)_
82
+ _See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/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.4-beta.1/src/commands/backup.js)_
98
+ _See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/backup.js)_
99
99
 
100
100
  ## `saltcorn build-app`
101
101
 
@@ -120,7 +120,7 @@ OPTIONS
120
120
  build without developer accounts
121
121
  ```
122
122
 
123
- _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/build-app.js)_
123
+ _See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/build-app.js)_
124
124
 
125
125
  ## `saltcorn configuration-check`
126
126
 
@@ -134,7 +134,7 @@ OPTIONS
134
134
  -t, --tenant=tenant tenant
135
135
  ```
136
136
 
137
- _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/configuration-check.js)_
137
+ _See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/configuration-check.js)_
138
138
 
139
139
  ## `saltcorn configuration-check-backups FILES`
140
140
 
@@ -148,7 +148,7 @@ ARGUMENTS
148
148
  FILES backup file to check. can be repeated, e.g. with *
149
149
  ```
150
150
 
151
- _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/configuration-check-backups.js)_
151
+ _See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/configuration-check-backups.js)_
152
152
 
153
153
  ## `saltcorn create-tenant TENANT`
154
154
 
@@ -166,7 +166,7 @@ OPTIONS
166
166
  -e, --email=email Email of owner of tenant
167
167
  ```
168
168
 
169
- _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/create-tenant.js)_
169
+ _See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/create-tenant.js)_
170
170
 
171
171
  ## `saltcorn create-user`
172
172
 
@@ -184,7 +184,7 @@ OPTIONS
184
184
  -t, --tenant=tenant tenant
185
185
  ```
186
186
 
187
- _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/create-user.js)_
187
+ _See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/create-user.js)_
188
188
 
189
189
  ## `saltcorn delete-tenants`
190
190
 
@@ -195,7 +195,7 @@ USAGE
195
195
  $ saltcorn delete-tenants
196
196
  ```
197
197
 
198
- _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/delete-tenants.js)_
198
+ _See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/delete-tenants.js)_
199
199
 
200
200
  ## `saltcorn delete-user USER_EMAIL`
201
201
 
@@ -216,7 +216,7 @@ DESCRIPTION
216
216
  Command deletes the user specified by USER_EMAIL.
217
217
  ```
218
218
 
219
- _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/delete-user.js)_
219
+ _See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/delete-user.js)_
220
220
 
221
221
  ## `saltcorn fixtures`
222
222
 
@@ -235,7 +235,7 @@ DESCRIPTION
235
235
  This manual step it is never required for users and rarely required for developers
236
236
  ```
237
237
 
238
- _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/fixtures.js)_
238
+ _See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/fixtures.js)_
239
239
 
240
240
  ## `saltcorn get-cfg KEY`
241
241
 
@@ -253,7 +253,7 @@ OPTIONS
253
253
  -t, --tenant=tenant tenant
254
254
  ```
255
255
 
256
- _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/get-cfg.js)_
256
+ _See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/get-cfg.js)_
257
257
 
258
258
  ## `saltcorn help [COMMAND]`
259
259
 
@@ -291,7 +291,7 @@ ALIASES
291
291
  $ saltcorn paths
292
292
  ```
293
293
 
294
- _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/info.js)_
294
+ _See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/info.js)_
295
295
 
296
296
  ## `saltcorn inspect TYPE [NAME]`
297
297
 
@@ -309,7 +309,7 @@ OPTIONS
309
309
  -t, --tenant=tenant tenant
310
310
  ```
311
311
 
312
- _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/inspect.js)_
312
+ _See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/inspect.js)_
313
313
 
314
314
  ## `saltcorn install-pack`
315
315
 
@@ -325,7 +325,7 @@ OPTIONS
325
325
  -t, --tenant=tenant tenant
326
326
  ```
327
327
 
328
- _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/install-pack.js)_
328
+ _See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/install-pack.js)_
329
329
 
330
330
  ## `saltcorn install-plugin`
331
331
 
@@ -341,7 +341,7 @@ OPTIONS
341
341
  -t, --tenant=tenant tenant
342
342
  ```
343
343
 
344
- _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/install-plugin.js)_
344
+ _See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/install-plugin.js)_
345
345
 
346
346
  ## `saltcorn list-tenants`
347
347
 
@@ -352,7 +352,7 @@ USAGE
352
352
  $ saltcorn list-tenants
353
353
  ```
354
354
 
355
- _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/list-tenants.js)_
355
+ _See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/list-tenants.js)_
356
356
 
357
357
  ## `saltcorn localize-plugin PLUGIN PATH`
358
358
 
@@ -370,7 +370,7 @@ OPTIONS
370
370
  -t, --tenant=tenant tenant
371
371
  ```
372
372
 
373
- _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/localize-plugin.js)_
373
+ _See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/localize-plugin.js)_
374
374
 
375
375
  ## `saltcorn make-migration`
376
376
 
@@ -386,7 +386,7 @@ DESCRIPTION
386
386
  unless you are a developer.
387
387
  ```
388
388
 
389
- _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/make-migration.js)_
389
+ _See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/make-migration.js)_
390
390
 
391
391
  ## `saltcorn saltcorn migrate`
392
392
 
@@ -408,7 +408,7 @@ DESCRIPTION
408
408
  servers and need to control when the migrations are run.
409
409
  ```
410
410
 
411
- _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/migrate.js)_
411
+ _See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/migrate.js)_
412
412
 
413
413
  ## `saltcorn modify-user USER_EMAIL`
414
414
 
@@ -437,7 +437,7 @@ DESCRIPTION
437
437
  NOTE that -a and -r role (--role=role) can give conflict.
438
438
  ```
439
439
 
440
- _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/modify-user.js)_
440
+ _See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/modify-user.js)_
441
441
 
442
442
  ## `saltcorn plugins`
443
443
 
@@ -464,7 +464,7 @@ EXAMPLES
464
464
  plugins -u -f - force plugin update
465
465
  ```
466
466
 
467
- _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/plugins.js)_
467
+ _See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/plugins.js)_
468
468
 
469
469
  ## `saltcorn release VERSION`
470
470
 
@@ -478,7 +478,7 @@ ARGUMENTS
478
478
  VERSION New version number
479
479
  ```
480
480
 
481
- _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/release.js)_
481
+ _See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/release.js)_
482
482
 
483
483
  ## `saltcorn reset-schema`
484
484
 
@@ -497,7 +497,7 @@ DESCRIPTION
497
497
  This will delete all existing information
498
498
  ```
499
499
 
500
- _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/reset-schema.js)_
500
+ _See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/reset-schema.js)_
501
501
 
502
502
  ## `saltcorn restore FILE`
503
503
 
@@ -514,7 +514,7 @@ OPTIONS
514
514
  -t, --tenant=tenant tenant
515
515
  ```
516
516
 
517
- _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/restore.js)_
517
+ _See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/restore.js)_
518
518
 
519
519
  ## `saltcorn rm-tenant`
520
520
 
@@ -533,7 +533,7 @@ DESCRIPTION
533
533
  It recommended to make backup of tenant before perform this command.
534
534
  ```
535
535
 
536
- _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/rm-tenant.js)_
536
+ _See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/rm-tenant.js)_
537
537
 
538
538
  ## `saltcorn run-benchmark [BASEURL]`
539
539
 
@@ -552,7 +552,7 @@ OPTIONS
552
552
  -t, --token=token API Token for reporting results
553
553
  ```
554
554
 
555
- _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/run-benchmark.js)_
555
+ _See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/run-benchmark.js)_
556
556
 
557
557
  ## `saltcorn run-tests [PACKAGE]`
558
558
 
@@ -572,7 +572,7 @@ OPTIONS
572
572
  --watchAll Watch files for changes and rerun all tests.
573
573
  ```
574
574
 
575
- _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/run-tests.js)_
575
+ _See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/run-tests.js)_
576
576
 
577
577
  ## `saltcorn scheduler`
578
578
 
@@ -586,7 +586,7 @@ OPTIONS
586
586
  -v, --verbose Verbose
587
587
  ```
588
588
 
589
- _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/scheduler.js)_
589
+ _See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/scheduler.js)_
590
590
 
591
591
  ## `saltcorn serve`
592
592
 
@@ -606,7 +606,7 @@ OPTIONS
606
606
  -v, --verbose Verbose
607
607
  ```
608
608
 
609
- _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/serve.js)_
609
+ _See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/serve.js)_
610
610
 
611
611
  ## `saltcorn set-cfg KEY [VALUE]`
612
612
 
@@ -627,7 +627,7 @@ OPTIONS
627
627
  -t, --tenant=tenant tenant
628
628
  ```
629
629
 
630
- _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/set-cfg.js)_
630
+ _See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/set-cfg.js)_
631
631
 
632
632
  ## `saltcorn setup`
633
633
 
@@ -646,7 +646,7 @@ DESCRIPTION
646
646
  configuration file
647
647
  ```
648
648
 
649
- _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/setup.js)_
649
+ _See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/setup.js)_
650
650
 
651
651
  ## `saltcorn setup-benchmark`
652
652
 
@@ -660,7 +660,7 @@ OPTIONS
660
660
  -t, --tenant=tenant tenant
661
661
  ```
662
662
 
663
- _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/setup-benchmark.js)_
663
+ _See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/setup-benchmark.js)_
664
664
 
665
665
  ## `saltcorn test-plugin PATH`
666
666
 
@@ -678,7 +678,7 @@ DESCRIPTION
678
678
  Extra documentation goes here
679
679
  ```
680
680
 
681
- _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/test-plugin.js)_
681
+ _See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/test-plugin.js)_
682
682
 
683
683
  ## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
684
684
 
@@ -695,5 +695,5 @@ ARGUMENTS
695
695
  TENANT tenant name
696
696
  ```
697
697
 
698
- _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.1/src/commands/transform-field.js)_
698
+ _See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.4-beta.3/src/commands/transform-field.js)_
699
699
  <!-- commandsstop -->