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