@saltcorn/cli 1.1.0-beta.21 → 1.1.0-beta.22
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 +48 -48
- package/npm-shrinkwrap.json +308 -307
- package/oclif.manifest.json +2 -2
- package/package.json +8 -8
- package/src/commands/build-app.js +1 -1
- package/src/commands/dev/release-resume.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 (--version)
|
|
23
|
-
@saltcorn/cli/1.1.0-beta.
|
|
23
|
+
@saltcorn/cli/1.1.0-beta.22 linux-x64 node-v22.12.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -94,7 +94,7 @@ DESCRIPTION
|
|
|
94
94
|
Add Saltcorn schema to existing database
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
97
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
98
98
|
|
|
99
99
|
## `saltcorn backup`
|
|
100
100
|
|
|
@@ -115,7 +115,7 @@ DESCRIPTION
|
|
|
115
115
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
116
116
|
```
|
|
117
117
|
|
|
118
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
118
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/backup.js)_
|
|
119
119
|
|
|
120
120
|
## `saltcorn build-app`
|
|
121
121
|
|
|
@@ -148,7 +148,7 @@ FLAGS
|
|
|
148
148
|
symbol.
|
|
149
149
|
--appId=<value> Id of the mobile app (default com.saltcorn.mobileapp)
|
|
150
150
|
--appName=<value> Name of the mobile app (default SaltcornMobileApp)
|
|
151
|
-
--appVersion=<value> Version of the mobile app (default
|
|
151
|
+
--appVersion=<value> Version of the mobile app (default 0.0.1)
|
|
152
152
|
--autoPublicLogin Show public entry points before the login as a public user.
|
|
153
153
|
--buildType=<value> debug or release build
|
|
154
154
|
--includedPlugins=<value>... Names of plugins that should be bundled into the app.If empty, no modules are used.
|
|
@@ -162,7 +162,7 @@ DESCRIPTION
|
|
|
162
162
|
Build mobile app
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
165
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
166
166
|
|
|
167
167
|
## `saltcorn build-cordova-builder`
|
|
168
168
|
|
|
@@ -179,7 +179,7 @@ DESCRIPTION
|
|
|
179
179
|
Build the 'saltcorn/cordova-builder' docker image
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
182
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/build-cordova-builder.js)_
|
|
183
183
|
|
|
184
184
|
## `saltcorn configuration-check`
|
|
185
185
|
|
|
@@ -196,7 +196,7 @@ DESCRIPTION
|
|
|
196
196
|
Check configuration
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
199
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
200
200
|
|
|
201
201
|
## `saltcorn configuration-check-backups FILES`
|
|
202
202
|
|
|
@@ -216,7 +216,7 @@ DESCRIPTION
|
|
|
216
216
|
Check configuration
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
219
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
220
220
|
|
|
221
221
|
## `saltcorn create-tenant TENANT`
|
|
222
222
|
|
|
@@ -238,7 +238,7 @@ DESCRIPTION
|
|
|
238
238
|
Create a tenant
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
241
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
242
242
|
|
|
243
243
|
## `saltcorn create-user`
|
|
244
244
|
|
|
@@ -259,7 +259,7 @@ DESCRIPTION
|
|
|
259
259
|
Create a new user
|
|
260
260
|
```
|
|
261
261
|
|
|
262
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
262
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
263
263
|
|
|
264
264
|
## `saltcorn delete-tenants`
|
|
265
265
|
|
|
@@ -273,7 +273,7 @@ DESCRIPTION
|
|
|
273
273
|
Delete inactive tenants
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
276
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
277
277
|
|
|
278
278
|
## `saltcorn delete-user USER_EMAIL`
|
|
279
279
|
|
|
@@ -296,7 +296,7 @@ DESCRIPTION
|
|
|
296
296
|
Command deletes the user specified by USER_EMAIL.
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
299
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
300
300
|
|
|
301
301
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
302
302
|
|
|
@@ -318,7 +318,7 @@ DESCRIPTION
|
|
|
318
318
|
Convert plugin to local plugin
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
321
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
322
322
|
|
|
323
323
|
## `saltcorn make-migration`
|
|
324
324
|
|
|
@@ -335,7 +335,7 @@ DESCRIPTION
|
|
|
335
335
|
unless you are a developer.
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
338
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
339
339
|
|
|
340
340
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
341
341
|
|
|
@@ -356,7 +356,7 @@ DESCRIPTION
|
|
|
356
356
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
359
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
360
360
|
|
|
361
361
|
## `saltcorn dev:post-release [TASK]`
|
|
362
362
|
|
|
@@ -373,7 +373,7 @@ DESCRIPTION
|
|
|
373
373
|
Post-release tasks: docker and vagrant builds
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
376
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn dev:release VERSION`
|
|
379
379
|
|
|
@@ -393,7 +393,7 @@ DESCRIPTION
|
|
|
393
393
|
Release a new saltcorn version
|
|
394
394
|
```
|
|
395
395
|
|
|
396
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
396
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
397
397
|
|
|
398
398
|
## `saltcorn dev:release-resume VERSION`
|
|
399
399
|
|
|
@@ -413,7 +413,7 @@ DESCRIPTION
|
|
|
413
413
|
Release a new saltcorn version
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
416
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
417
417
|
|
|
418
418
|
## `saltcorn dev:test-plugin PATH`
|
|
419
419
|
|
|
@@ -432,7 +432,7 @@ DESCRIPTION
|
|
|
432
432
|
Extra documentation goes here
|
|
433
433
|
```
|
|
434
434
|
|
|
435
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
435
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
436
436
|
|
|
437
437
|
## `saltcorn fixtures`
|
|
438
438
|
|
|
@@ -452,7 +452,7 @@ DESCRIPTION
|
|
|
452
452
|
This manual step it is never required for users and rarely required for developers
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
455
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn get-cfg [KEY]`
|
|
458
458
|
|
|
@@ -473,7 +473,7 @@ DESCRIPTION
|
|
|
473
473
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
476
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
477
477
|
|
|
478
478
|
## `saltcorn info`
|
|
479
479
|
|
|
@@ -496,7 +496,7 @@ ALIASES
|
|
|
496
496
|
$ saltcorn paths
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
499
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/info.js)_
|
|
500
500
|
|
|
501
501
|
## `saltcorn inspect TYPE [NAME]`
|
|
502
502
|
|
|
@@ -517,7 +517,7 @@ DESCRIPTION
|
|
|
517
517
|
Inspect an entity's JSON representation, or list entities
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
520
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
521
521
|
|
|
522
522
|
## `saltcorn install-pack`
|
|
523
523
|
|
|
@@ -536,7 +536,7 @@ DESCRIPTION
|
|
|
536
536
|
Install a pack or restore a snapshot
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
539
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
540
540
|
|
|
541
541
|
## `saltcorn install-plugin`
|
|
542
542
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
Install a plugin
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
559
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
560
560
|
|
|
561
561
|
## `saltcorn list-tenants`
|
|
562
562
|
|
|
@@ -575,7 +575,7 @@ DESCRIPTION
|
|
|
575
575
|
List tenants in CSV format
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
578
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
579
579
|
|
|
580
580
|
## `saltcorn list-triggers`
|
|
581
581
|
|
|
@@ -594,7 +594,7 @@ DESCRIPTION
|
|
|
594
594
|
List triggers
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
597
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
598
598
|
|
|
599
599
|
## `saltcorn list-users`
|
|
600
600
|
|
|
@@ -612,7 +612,7 @@ DESCRIPTION
|
|
|
612
612
|
List users
|
|
613
613
|
```
|
|
614
614
|
|
|
615
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
615
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
616
616
|
|
|
617
617
|
## `saltcorn saltcorn migrate`
|
|
618
618
|
|
|
@@ -635,7 +635,7 @@ DESCRIPTION
|
|
|
635
635
|
servers and need to control when the migrations are run.
|
|
636
636
|
```
|
|
637
637
|
|
|
638
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
638
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
639
639
|
|
|
640
640
|
## `saltcorn modify-user USER_EMAIL`
|
|
641
641
|
|
|
@@ -666,7 +666,7 @@ DESCRIPTION
|
|
|
666
666
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
667
667
|
```
|
|
668
668
|
|
|
669
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
669
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
670
670
|
|
|
671
671
|
## `saltcorn paths`
|
|
672
672
|
|
|
@@ -718,7 +718,7 @@ EXAMPLES
|
|
|
718
718
|
plugins -u -f - force plugin update
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
721
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
722
722
|
|
|
723
723
|
## `saltcorn reset-schema`
|
|
724
724
|
|
|
@@ -738,7 +738,7 @@ DESCRIPTION
|
|
|
738
738
|
This will delete all existing information
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
741
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
742
742
|
|
|
743
743
|
## `saltcorn restore FILE`
|
|
744
744
|
|
|
@@ -758,7 +758,7 @@ DESCRIPTION
|
|
|
758
758
|
Restore a previously backed up database (zip or sqlc format)
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
761
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/restore.js)_
|
|
762
762
|
|
|
763
763
|
## `saltcorn rm-tenant`
|
|
764
764
|
|
|
@@ -778,7 +778,7 @@ DESCRIPTION
|
|
|
778
778
|
It recommended to make backup of tenant before perform this command.
|
|
779
779
|
```
|
|
780
780
|
|
|
781
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
781
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
782
782
|
|
|
783
783
|
## `saltcorn run-benchmark [BASEURL]`
|
|
784
784
|
|
|
@@ -800,7 +800,7 @@ DESCRIPTION
|
|
|
800
800
|
Run benchmark
|
|
801
801
|
```
|
|
802
802
|
|
|
803
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
803
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
804
804
|
|
|
805
805
|
## `saltcorn run-js`
|
|
806
806
|
|
|
@@ -819,7 +819,7 @@ DESCRIPTION
|
|
|
819
819
|
Run javascript code
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
822
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
823
823
|
|
|
824
824
|
## `saltcorn run-sql`
|
|
825
825
|
|
|
@@ -838,7 +838,7 @@ DESCRIPTION
|
|
|
838
838
|
Run sql expression
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
841
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
842
842
|
|
|
843
843
|
## `saltcorn run-tests [PACKAGE]`
|
|
844
844
|
|
|
@@ -865,7 +865,7 @@ DESCRIPTION
|
|
|
865
865
|
Run test suites
|
|
866
866
|
```
|
|
867
867
|
|
|
868
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
868
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
869
869
|
|
|
870
870
|
## `saltcorn run-trigger TRIGGER`
|
|
871
871
|
|
|
@@ -885,7 +885,7 @@ DESCRIPTION
|
|
|
885
885
|
Run a trigger
|
|
886
886
|
```
|
|
887
887
|
|
|
888
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
888
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
889
889
|
|
|
890
890
|
## `saltcorn scheduler`
|
|
891
891
|
|
|
@@ -902,7 +902,7 @@ DESCRIPTION
|
|
|
902
902
|
Run the Saltcorn scheduler
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
905
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
906
906
|
|
|
907
907
|
## `saltcorn serve`
|
|
908
908
|
|
|
@@ -926,7 +926,7 @@ DESCRIPTION
|
|
|
926
926
|
Start the Saltcorn server
|
|
927
927
|
```
|
|
928
928
|
|
|
929
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
929
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/serve.js)_
|
|
930
930
|
|
|
931
931
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
932
932
|
|
|
@@ -951,7 +951,7 @@ DESCRIPTION
|
|
|
951
951
|
stored as a string.
|
|
952
952
|
```
|
|
953
953
|
|
|
954
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
954
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
955
955
|
|
|
956
956
|
## `saltcorn set-daily-time [MINS]`
|
|
957
957
|
|
|
@@ -971,7 +971,7 @@ DESCRIPTION
|
|
|
971
971
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
972
972
|
```
|
|
973
973
|
|
|
974
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
974
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
975
975
|
|
|
976
976
|
## `saltcorn setup`
|
|
977
977
|
|
|
@@ -991,7 +991,7 @@ DESCRIPTION
|
|
|
991
991
|
configuration file
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
994
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/setup.js)_
|
|
995
995
|
|
|
996
996
|
## `saltcorn setup-benchmark`
|
|
997
997
|
|
|
@@ -1009,7 +1009,7 @@ DESCRIPTION
|
|
|
1009
1009
|
Setup an instance for benchmarking
|
|
1010
1010
|
```
|
|
1011
1011
|
|
|
1012
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1012
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1013
1013
|
|
|
1014
1014
|
## `saltcorn sync-upload-data`
|
|
1015
1015
|
|
|
@@ -1030,7 +1030,7 @@ DESCRIPTION
|
|
|
1030
1030
|
Runs a sync for data supplied by the mobile app
|
|
1031
1031
|
```
|
|
1032
1032
|
|
|
1033
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1033
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1034
1034
|
|
|
1035
1035
|
## `saltcorn take-snapshot`
|
|
1036
1036
|
|
|
@@ -1048,7 +1048,7 @@ DESCRIPTION
|
|
|
1048
1048
|
Print a current snapshout to stdout
|
|
1049
1049
|
```
|
|
1050
1050
|
|
|
1051
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1051
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1052
1052
|
|
|
1053
1053
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1054
1054
|
|
|
@@ -1068,5 +1068,5 @@ DESCRIPTION
|
|
|
1068
1068
|
transform an existing field by applying a calculated expression
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1071
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.22/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1072
1072
|
<!-- commandsstop -->
|