@saltcorn/cli 1.1.0-beta.13 → 1.1.0-beta.14
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 +46 -46
- package/npm-shrinkwrap.json +815 -759
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.14 linux-x64 node-v22.12.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -93,7 +93,7 @@ DESCRIPTION
|
|
|
93
93
|
Add Saltcorn schema to existing database
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
96
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
97
97
|
|
|
98
98
|
## `saltcorn backup`
|
|
99
99
|
|
|
@@ -114,7 +114,7 @@ DESCRIPTION
|
|
|
114
114
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
115
115
|
```
|
|
116
116
|
|
|
117
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
117
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/backup.js)_
|
|
118
118
|
|
|
119
119
|
## `saltcorn build-app`
|
|
120
120
|
|
|
@@ -161,7 +161,7 @@ DESCRIPTION
|
|
|
161
161
|
Build mobile app
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
164
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
165
165
|
|
|
166
166
|
## `saltcorn build-cordova-builder`
|
|
167
167
|
|
|
@@ -178,7 +178,7 @@ DESCRIPTION
|
|
|
178
178
|
Build the 'saltcorn/cordova-builder' docker image
|
|
179
179
|
```
|
|
180
180
|
|
|
181
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
181
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/build-cordova-builder.js)_
|
|
182
182
|
|
|
183
183
|
## `saltcorn configuration-check`
|
|
184
184
|
|
|
@@ -195,7 +195,7 @@ DESCRIPTION
|
|
|
195
195
|
Check configuration
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
198
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
199
199
|
|
|
200
200
|
## `saltcorn configuration-check-backups FILES`
|
|
201
201
|
|
|
@@ -215,7 +215,7 @@ DESCRIPTION
|
|
|
215
215
|
Check configuration
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
218
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
219
219
|
|
|
220
220
|
## `saltcorn create-tenant TENANT`
|
|
221
221
|
|
|
@@ -237,7 +237,7 @@ DESCRIPTION
|
|
|
237
237
|
Create a tenant
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
240
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
241
241
|
|
|
242
242
|
## `saltcorn create-user`
|
|
243
243
|
|
|
@@ -258,7 +258,7 @@ DESCRIPTION
|
|
|
258
258
|
Create a new user
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
261
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
262
262
|
|
|
263
263
|
## `saltcorn delete-tenants`
|
|
264
264
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
Delete inactive tenants
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
275
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
276
276
|
|
|
277
277
|
## `saltcorn delete-user USER_EMAIL`
|
|
278
278
|
|
|
@@ -295,7 +295,7 @@ DESCRIPTION
|
|
|
295
295
|
Command deletes the user specified by USER_EMAIL.
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
298
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
299
299
|
|
|
300
300
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
301
301
|
|
|
@@ -317,7 +317,7 @@ DESCRIPTION
|
|
|
317
317
|
Convert plugin to local plugin
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
320
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
321
321
|
|
|
322
322
|
## `saltcorn make-migration`
|
|
323
323
|
|
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
unless you are a developer.
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
337
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
338
338
|
|
|
339
339
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
340
340
|
|
|
@@ -355,7 +355,7 @@ DESCRIPTION
|
|
|
355
355
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
358
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
359
359
|
|
|
360
360
|
## `saltcorn dev:post-release [TASK]`
|
|
361
361
|
|
|
@@ -372,7 +372,7 @@ DESCRIPTION
|
|
|
372
372
|
Post-release tasks: docker and vagrant builds
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
375
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
376
376
|
|
|
377
377
|
## `saltcorn dev:release VERSION`
|
|
378
378
|
|
|
@@ -392,7 +392,7 @@ DESCRIPTION
|
|
|
392
392
|
Release a new saltcorn version
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
395
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
396
396
|
|
|
397
397
|
## `saltcorn dev:test-plugin PATH`
|
|
398
398
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
Extra documentation goes here
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
414
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
415
415
|
|
|
416
416
|
## `saltcorn fixtures`
|
|
417
417
|
|
|
@@ -431,7 +431,7 @@ DESCRIPTION
|
|
|
431
431
|
This manual step it is never required for users and rarely required for developers
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
434
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
435
435
|
|
|
436
436
|
## `saltcorn get-cfg [KEY]`
|
|
437
437
|
|
|
@@ -452,7 +452,7 @@ DESCRIPTION
|
|
|
452
452
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
455
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn info`
|
|
458
458
|
|
|
@@ -475,7 +475,7 @@ ALIASES
|
|
|
475
475
|
$ saltcorn paths
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
478
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/info.js)_
|
|
479
479
|
|
|
480
480
|
## `saltcorn inspect TYPE [NAME]`
|
|
481
481
|
|
|
@@ -496,7 +496,7 @@ DESCRIPTION
|
|
|
496
496
|
Inspect an entity's JSON representation, or list entities
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
499
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
500
500
|
|
|
501
501
|
## `saltcorn install-pack`
|
|
502
502
|
|
|
@@ -515,7 +515,7 @@ DESCRIPTION
|
|
|
515
515
|
Install a pack or restore a snapshot
|
|
516
516
|
```
|
|
517
517
|
|
|
518
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
518
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
519
519
|
|
|
520
520
|
## `saltcorn install-plugin`
|
|
521
521
|
|
|
@@ -535,7 +535,7 @@ DESCRIPTION
|
|
|
535
535
|
Install a plugin
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
538
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
539
539
|
|
|
540
540
|
## `saltcorn list-tenants`
|
|
541
541
|
|
|
@@ -554,7 +554,7 @@ DESCRIPTION
|
|
|
554
554
|
List tenants in CSV format
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
557
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
558
558
|
|
|
559
559
|
## `saltcorn list-triggers`
|
|
560
560
|
|
|
@@ -573,7 +573,7 @@ DESCRIPTION
|
|
|
573
573
|
List triggers
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
576
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
577
577
|
|
|
578
578
|
## `saltcorn list-users`
|
|
579
579
|
|
|
@@ -591,7 +591,7 @@ DESCRIPTION
|
|
|
591
591
|
List users
|
|
592
592
|
```
|
|
593
593
|
|
|
594
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
594
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
595
595
|
|
|
596
596
|
## `saltcorn saltcorn migrate`
|
|
597
597
|
|
|
@@ -614,7 +614,7 @@ DESCRIPTION
|
|
|
614
614
|
servers and need to control when the migrations are run.
|
|
615
615
|
```
|
|
616
616
|
|
|
617
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
617
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
618
618
|
|
|
619
619
|
## `saltcorn modify-user USER_EMAIL`
|
|
620
620
|
|
|
@@ -645,7 +645,7 @@ DESCRIPTION
|
|
|
645
645
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
648
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
649
649
|
|
|
650
650
|
## `saltcorn paths`
|
|
651
651
|
|
|
@@ -697,7 +697,7 @@ EXAMPLES
|
|
|
697
697
|
plugins -u -f - force plugin update
|
|
698
698
|
```
|
|
699
699
|
|
|
700
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
700
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
701
701
|
|
|
702
702
|
## `saltcorn reset-schema`
|
|
703
703
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|
This will delete all existing information
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
720
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
721
721
|
|
|
722
722
|
## `saltcorn restore FILE`
|
|
723
723
|
|
|
@@ -737,7 +737,7 @@ DESCRIPTION
|
|
|
737
737
|
Restore a previously backed up database (zip or sqlc format)
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
740
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/restore.js)_
|
|
741
741
|
|
|
742
742
|
## `saltcorn rm-tenant`
|
|
743
743
|
|
|
@@ -757,7 +757,7 @@ DESCRIPTION
|
|
|
757
757
|
It recommended to make backup of tenant before perform this command.
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
760
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
761
761
|
|
|
762
762
|
## `saltcorn run-benchmark [BASEURL]`
|
|
763
763
|
|
|
@@ -779,7 +779,7 @@ DESCRIPTION
|
|
|
779
779
|
Run benchmark
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
782
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
783
783
|
|
|
784
784
|
## `saltcorn run-js`
|
|
785
785
|
|
|
@@ -798,7 +798,7 @@ DESCRIPTION
|
|
|
798
798
|
Run javascript code
|
|
799
799
|
```
|
|
800
800
|
|
|
801
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
801
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
802
802
|
|
|
803
803
|
## `saltcorn run-sql`
|
|
804
804
|
|
|
@@ -817,7 +817,7 @@ DESCRIPTION
|
|
|
817
817
|
Run sql expression
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
820
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
821
821
|
|
|
822
822
|
## `saltcorn run-tests [PACKAGE]`
|
|
823
823
|
|
|
@@ -844,7 +844,7 @@ DESCRIPTION
|
|
|
844
844
|
Run test suites
|
|
845
845
|
```
|
|
846
846
|
|
|
847
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
847
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
848
848
|
|
|
849
849
|
## `saltcorn run-trigger TRIGGER`
|
|
850
850
|
|
|
@@ -864,7 +864,7 @@ DESCRIPTION
|
|
|
864
864
|
Run a trigger
|
|
865
865
|
```
|
|
866
866
|
|
|
867
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
867
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
868
868
|
|
|
869
869
|
## `saltcorn scheduler`
|
|
870
870
|
|
|
@@ -881,7 +881,7 @@ DESCRIPTION
|
|
|
881
881
|
Run the Saltcorn scheduler
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
884
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
885
885
|
|
|
886
886
|
## `saltcorn serve`
|
|
887
887
|
|
|
@@ -905,7 +905,7 @@ DESCRIPTION
|
|
|
905
905
|
Start the Saltcorn server
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
908
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/serve.js)_
|
|
909
909
|
|
|
910
910
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
911
911
|
|
|
@@ -930,7 +930,7 @@ DESCRIPTION
|
|
|
930
930
|
stored as a string.
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
933
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
934
934
|
|
|
935
935
|
## `saltcorn set-daily-time [MINS]`
|
|
936
936
|
|
|
@@ -950,7 +950,7 @@ DESCRIPTION
|
|
|
950
950
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
951
951
|
```
|
|
952
952
|
|
|
953
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
953
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
954
954
|
|
|
955
955
|
## `saltcorn setup`
|
|
956
956
|
|
|
@@ -970,7 +970,7 @@ DESCRIPTION
|
|
|
970
970
|
configuration file
|
|
971
971
|
```
|
|
972
972
|
|
|
973
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
973
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/setup.js)_
|
|
974
974
|
|
|
975
975
|
## `saltcorn setup-benchmark`
|
|
976
976
|
|
|
@@ -988,7 +988,7 @@ DESCRIPTION
|
|
|
988
988
|
Setup an instance for benchmarking
|
|
989
989
|
```
|
|
990
990
|
|
|
991
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
991
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
992
992
|
|
|
993
993
|
## `saltcorn sync-upload-data`
|
|
994
994
|
|
|
@@ -1009,7 +1009,7 @@ DESCRIPTION
|
|
|
1009
1009
|
Runs a sync for data supplied by the mobile app
|
|
1010
1010
|
```
|
|
1011
1011
|
|
|
1012
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1012
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1013
1013
|
|
|
1014
1014
|
## `saltcorn take-snapshot`
|
|
1015
1015
|
|
|
@@ -1027,7 +1027,7 @@ DESCRIPTION
|
|
|
1027
1027
|
Print a current snapshout to stdout
|
|
1028
1028
|
```
|
|
1029
1029
|
|
|
1030
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1030
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1031
1031
|
|
|
1032
1032
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1033
1033
|
|
|
@@ -1047,5 +1047,5 @@ DESCRIPTION
|
|
|
1047
1047
|
transform an existing field by applying a calculated expression
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.
|
|
1050
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.1.0-beta.14/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1051
1051
|
<!-- commandsstop -->
|