@saltcorn/cli 0.7.2 → 0.7.3-beta.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 +31 -31
- package/npm-shrinkwrap.json +14158 -2124
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/src/commands/release.js +8 -2
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.2 darwin-arm64 node-v16.15.1
|
|
23
|
+
@saltcorn/cli/0.7.3-beta.2 darwin-arm64 node-v16.15.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -81,7 +81,7 @@ OPTIONS
|
|
|
81
81
|
-f, --force force command execution
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/add-schema.js)_
|
|
84
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/add-schema.js)_
|
|
85
85
|
|
|
86
86
|
## `saltcorn backup`
|
|
87
87
|
|
|
@@ -97,7 +97,7 @@ OPTIONS
|
|
|
97
97
|
-z, --zip zip format
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/backup.js)_
|
|
100
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/backup.js)_
|
|
101
101
|
|
|
102
102
|
## `saltcorn configuration-check`
|
|
103
103
|
|
|
@@ -111,7 +111,7 @@ OPTIONS
|
|
|
111
111
|
-t, --tenant=tenant tenant
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/configuration-check.js)_
|
|
114
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/configuration-check.js)_
|
|
115
115
|
|
|
116
116
|
## `saltcorn create-tenant TENANT`
|
|
117
117
|
|
|
@@ -129,7 +129,7 @@ OPTIONS
|
|
|
129
129
|
-e, --email=email Email of owner of tenant
|
|
130
130
|
```
|
|
131
131
|
|
|
132
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/create-tenant.js)_
|
|
132
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/create-tenant.js)_
|
|
133
133
|
|
|
134
134
|
## `saltcorn create-user`
|
|
135
135
|
|
|
@@ -147,7 +147,7 @@ OPTIONS
|
|
|
147
147
|
-t, --tenant=tenant tenant
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/create-user.js)_
|
|
150
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/create-user.js)_
|
|
151
151
|
|
|
152
152
|
## `saltcorn delete-tenants`
|
|
153
153
|
|
|
@@ -158,7 +158,7 @@ USAGE
|
|
|
158
158
|
$ saltcorn delete-tenants
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/delete-tenants.js)_
|
|
161
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/delete-tenants.js)_
|
|
162
162
|
|
|
163
163
|
## `saltcorn delete-user USER_EMAIL`
|
|
164
164
|
|
|
@@ -179,7 +179,7 @@ DESCRIPTION
|
|
|
179
179
|
Command deletes the user specified by USER_EMAIL.
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/delete-user.js)_
|
|
182
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/delete-user.js)_
|
|
183
183
|
|
|
184
184
|
## `saltcorn fixtures`
|
|
185
185
|
|
|
@@ -198,7 +198,7 @@ DESCRIPTION
|
|
|
198
198
|
This manual step it is never required for users and rarely required for developers
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/fixtures.js)_
|
|
201
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/fixtures.js)_
|
|
202
202
|
|
|
203
203
|
## `saltcorn get-cfg KEY`
|
|
204
204
|
|
|
@@ -216,7 +216,7 @@ OPTIONS
|
|
|
216
216
|
-t, --tenant=tenant tenant
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/get-cfg.js)_
|
|
219
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/get-cfg.js)_
|
|
220
220
|
|
|
221
221
|
## `saltcorn help [COMMAND]`
|
|
222
222
|
|
|
@@ -254,7 +254,7 @@ ALIASES
|
|
|
254
254
|
$ saltcorn paths
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/info.js)_
|
|
257
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/info.js)_
|
|
258
258
|
|
|
259
259
|
## `saltcorn install-pack`
|
|
260
260
|
|
|
@@ -270,7 +270,7 @@ OPTIONS
|
|
|
270
270
|
-t, --tenant=tenant tenant
|
|
271
271
|
```
|
|
272
272
|
|
|
273
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/install-pack.js)_
|
|
273
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/install-pack.js)_
|
|
274
274
|
|
|
275
275
|
## `saltcorn install-plugin`
|
|
276
276
|
|
|
@@ -286,7 +286,7 @@ OPTIONS
|
|
|
286
286
|
-t, --tenant=tenant tenant
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/install-plugin.js)_
|
|
289
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/install-plugin.js)_
|
|
290
290
|
|
|
291
291
|
## `saltcorn list-tenants`
|
|
292
292
|
|
|
@@ -297,7 +297,7 @@ USAGE
|
|
|
297
297
|
$ saltcorn list-tenants
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/list-tenants.js)_
|
|
300
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/list-tenants.js)_
|
|
301
301
|
|
|
302
302
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
303
303
|
|
|
@@ -315,7 +315,7 @@ OPTIONS
|
|
|
315
315
|
-t, --tenant=tenant tenant
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/localize-plugin.js)_
|
|
318
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/localize-plugin.js)_
|
|
319
319
|
|
|
320
320
|
## `saltcorn make-migration`
|
|
321
321
|
|
|
@@ -331,7 +331,7 @@ DESCRIPTION
|
|
|
331
331
|
unless you are a developer.
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/make-migration.js)_
|
|
334
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/make-migration.js)_
|
|
335
335
|
|
|
336
336
|
## `saltcorn saltcorn migrate`
|
|
337
337
|
|
|
@@ -353,7 +353,7 @@ DESCRIPTION
|
|
|
353
353
|
servers and need to control when the migrations are run.
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/migrate.js)_
|
|
356
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/migrate.js)_
|
|
357
357
|
|
|
358
358
|
## `saltcorn modify-user USER_EMAIL`
|
|
359
359
|
|
|
@@ -382,7 +382,7 @@ DESCRIPTION
|
|
|
382
382
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/modify-user.js)_
|
|
385
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/modify-user.js)_
|
|
386
386
|
|
|
387
387
|
## `saltcorn plugins`
|
|
388
388
|
|
|
@@ -534,7 +534,7 @@ ARGUMENTS
|
|
|
534
534
|
VERSION New version number
|
|
535
535
|
```
|
|
536
536
|
|
|
537
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/release.js)_
|
|
537
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/release.js)_
|
|
538
538
|
|
|
539
539
|
## `saltcorn reset-schema`
|
|
540
540
|
|
|
@@ -553,7 +553,7 @@ DESCRIPTION
|
|
|
553
553
|
This will delete all existing information
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/reset-schema.js)_
|
|
556
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/reset-schema.js)_
|
|
557
557
|
|
|
558
558
|
## `saltcorn restore FILE`
|
|
559
559
|
|
|
@@ -570,7 +570,7 @@ OPTIONS
|
|
|
570
570
|
-t, --tenant=tenant tenant
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/restore.js)_
|
|
573
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/restore.js)_
|
|
574
574
|
|
|
575
575
|
## `saltcorn rm-tenant`
|
|
576
576
|
|
|
@@ -589,7 +589,7 @@ DESCRIPTION
|
|
|
589
589
|
It recommended to make backup of tenant before perform this command.
|
|
590
590
|
```
|
|
591
591
|
|
|
592
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/rm-tenant.js)_
|
|
592
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/rm-tenant.js)_
|
|
593
593
|
|
|
594
594
|
## `saltcorn run-benchmark [BASEURL]`
|
|
595
595
|
|
|
@@ -608,7 +608,7 @@ OPTIONS
|
|
|
608
608
|
-t, --token=token API Token for reporting results
|
|
609
609
|
```
|
|
610
610
|
|
|
611
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/run-benchmark.js)_
|
|
611
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/run-benchmark.js)_
|
|
612
612
|
|
|
613
613
|
## `saltcorn run-tests [PACKAGE]`
|
|
614
614
|
|
|
@@ -628,7 +628,7 @@ OPTIONS
|
|
|
628
628
|
--watchAll Watch files for changes and rerun all tests.
|
|
629
629
|
```
|
|
630
630
|
|
|
631
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/run-tests.js)_
|
|
631
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/run-tests.js)_
|
|
632
632
|
|
|
633
633
|
## `saltcorn scheduler`
|
|
634
634
|
|
|
@@ -642,7 +642,7 @@ OPTIONS
|
|
|
642
642
|
-v, --verbose Verbose
|
|
643
643
|
```
|
|
644
644
|
|
|
645
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/scheduler.js)_
|
|
645
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/scheduler.js)_
|
|
646
646
|
|
|
647
647
|
## `saltcorn serve`
|
|
648
648
|
|
|
@@ -662,7 +662,7 @@ OPTIONS
|
|
|
662
662
|
-v, --verbose Verbose
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/serve.js)_
|
|
665
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/serve.js)_
|
|
666
666
|
|
|
667
667
|
## `saltcorn set-cfg KEY VALUE`
|
|
668
668
|
|
|
@@ -681,7 +681,7 @@ OPTIONS
|
|
|
681
681
|
-t, --tenant=tenant tenant
|
|
682
682
|
```
|
|
683
683
|
|
|
684
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/set-cfg.js)_
|
|
684
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/set-cfg.js)_
|
|
685
685
|
|
|
686
686
|
## `saltcorn setup`
|
|
687
687
|
|
|
@@ -700,7 +700,7 @@ DESCRIPTION
|
|
|
700
700
|
configuration file
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/setup.js)_
|
|
703
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/setup.js)_
|
|
704
704
|
|
|
705
705
|
## `saltcorn setup-benchmark`
|
|
706
706
|
|
|
@@ -714,7 +714,7 @@ OPTIONS
|
|
|
714
714
|
-t, --tenant=tenant tenant
|
|
715
715
|
```
|
|
716
716
|
|
|
717
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/setup-benchmark.js)_
|
|
717
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/setup-benchmark.js)_
|
|
718
718
|
|
|
719
719
|
## `saltcorn test-plugin PATH`
|
|
720
720
|
|
|
@@ -732,7 +732,7 @@ DESCRIPTION
|
|
|
732
732
|
Extra documentation goes here
|
|
733
733
|
```
|
|
734
734
|
|
|
735
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/test-plugin.js)_
|
|
735
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/test-plugin.js)_
|
|
736
736
|
|
|
737
737
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
738
738
|
|
|
@@ -749,5 +749,5 @@ ARGUMENTS
|
|
|
749
749
|
TENANT tenant name
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.2/src/commands/transform-field.js)_
|
|
752
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.7.3-beta.2/src/commands/transform-field.js)_
|
|
753
753
|
<!-- commandsstop -->
|