@saltcorn/cli 0.9.6-beta.0 → 0.9.6-beta.1
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 +63 -45
- package/npm-shrinkwrap.json +755 -743
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/src/commands/set-daily-time.js +68 -0
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.9.6-beta.
|
|
23
|
+
@saltcorn/cli/0.9.6-beta.1 linux-x64 node-v18.7.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -71,6 +71,7 @@ USAGE
|
|
|
71
71
|
* [`saltcorn scheduler`](#saltcorn-scheduler)
|
|
72
72
|
* [`saltcorn serve`](#saltcorn-serve)
|
|
73
73
|
* [`saltcorn set-cfg [KEY] [VALUE]`](#saltcorn-set-cfg-key-value)
|
|
74
|
+
* [`saltcorn set-daily-time [MINS]`](#saltcorn-set-daily-time-mins)
|
|
74
75
|
* [`saltcorn setup`](#saltcorn-setup)
|
|
75
76
|
* [`saltcorn setup-benchmark`](#saltcorn-setup-benchmark)
|
|
76
77
|
* [`saltcorn sync-upload-data`](#saltcorn-sync-upload-data)
|
|
@@ -89,7 +90,7 @@ OPTIONS
|
|
|
89
90
|
-f, --force force command execution
|
|
90
91
|
```
|
|
91
92
|
|
|
92
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
93
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/add-schema.js)_
|
|
93
94
|
|
|
94
95
|
## `saltcorn backup`
|
|
95
96
|
|
|
@@ -106,7 +107,7 @@ OPTIONS
|
|
|
106
107
|
-z, --zip Backup public in saltcorn zip format
|
|
107
108
|
```
|
|
108
109
|
|
|
109
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
110
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/backup.js)_
|
|
110
111
|
|
|
111
112
|
## `saltcorn build-app`
|
|
112
113
|
|
|
@@ -173,7 +174,7 @@ OPTIONS
|
|
|
173
174
|
build for this tenant
|
|
174
175
|
```
|
|
175
176
|
|
|
176
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
177
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/build-app.js)_
|
|
177
178
|
|
|
178
179
|
## `saltcorn build-cordova-builder`
|
|
179
180
|
|
|
@@ -187,7 +188,7 @@ OPTIONS
|
|
|
187
188
|
--buildClean run a clean build with --no-cache
|
|
188
189
|
```
|
|
189
190
|
|
|
190
|
-
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
191
|
+
_See code: [src/commands/build-cordova-builder.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/build-cordova-builder.js)_
|
|
191
192
|
|
|
192
193
|
## `saltcorn configuration-check`
|
|
193
194
|
|
|
@@ -201,7 +202,7 @@ OPTIONS
|
|
|
201
202
|
-t, --tenant=tenant tenant
|
|
202
203
|
```
|
|
203
204
|
|
|
204
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
205
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/configuration-check.js)_
|
|
205
206
|
|
|
206
207
|
## `saltcorn configuration-check-backups FILES`
|
|
207
208
|
|
|
@@ -218,7 +219,7 @@ OPTIONS
|
|
|
218
219
|
-d, --destructive destructive
|
|
219
220
|
```
|
|
220
221
|
|
|
221
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
222
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/configuration-check-backups.js)_
|
|
222
223
|
|
|
223
224
|
## `saltcorn create-tenant TENANT`
|
|
224
225
|
|
|
@@ -237,7 +238,7 @@ OPTIONS
|
|
|
237
238
|
--url=url Url of tenant
|
|
238
239
|
```
|
|
239
240
|
|
|
240
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
241
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/create-tenant.js)_
|
|
241
242
|
|
|
242
243
|
## `saltcorn create-user`
|
|
243
244
|
|
|
@@ -255,7 +256,7 @@ OPTIONS
|
|
|
255
256
|
-t, --tenant=tenant tenant
|
|
256
257
|
```
|
|
257
258
|
|
|
258
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
259
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/create-user.js)_
|
|
259
260
|
|
|
260
261
|
## `saltcorn delete-tenants`
|
|
261
262
|
|
|
@@ -266,7 +267,7 @@ USAGE
|
|
|
266
267
|
$ saltcorn delete-tenants
|
|
267
268
|
```
|
|
268
269
|
|
|
269
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
270
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/delete-tenants.js)_
|
|
270
271
|
|
|
271
272
|
## `saltcorn delete-user USER_EMAIL`
|
|
272
273
|
|
|
@@ -287,7 +288,7 @@ DESCRIPTION
|
|
|
287
288
|
Command deletes the user specified by USER_EMAIL.
|
|
288
289
|
```
|
|
289
290
|
|
|
290
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
291
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/delete-user.js)_
|
|
291
292
|
|
|
292
293
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
293
294
|
|
|
@@ -306,7 +307,7 @@ OPTIONS
|
|
|
306
307
|
-u, --unlocalize Unlocalize plugin (local to npm)
|
|
307
308
|
```
|
|
308
309
|
|
|
309
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
310
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/dev/localize-plugin.js)_
|
|
310
311
|
|
|
311
312
|
## `saltcorn make-migration`
|
|
312
313
|
|
|
@@ -322,7 +323,7 @@ DESCRIPTION
|
|
|
322
323
|
unless you are a developer.
|
|
323
324
|
```
|
|
324
325
|
|
|
325
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
326
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/dev/make-migration.js)_
|
|
326
327
|
|
|
327
328
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
328
329
|
|
|
@@ -343,7 +344,7 @@ OPTIONS
|
|
|
343
344
|
--database=database Run on specified database. Default is 'saltcorn_test''
|
|
344
345
|
```
|
|
345
346
|
|
|
346
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
347
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/dev/plugin-test.js)_
|
|
347
348
|
|
|
348
349
|
## `saltcorn dev:post-release [TASK]`
|
|
349
350
|
|
|
@@ -357,7 +358,7 @@ ARGUMENTS
|
|
|
357
358
|
TASK (docker|vagrant|all|none) What to do
|
|
358
359
|
```
|
|
359
360
|
|
|
360
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
361
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/dev/post-release.js)_
|
|
361
362
|
|
|
362
363
|
## `saltcorn dev:release VERSION`
|
|
363
364
|
|
|
@@ -374,7 +375,7 @@ OPTIONS
|
|
|
374
375
|
-t, --tag=tag NPM tag
|
|
375
376
|
```
|
|
376
377
|
|
|
377
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
378
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/dev/release.js)_
|
|
378
379
|
|
|
379
380
|
## `saltcorn dev:test-plugin PATH`
|
|
380
381
|
|
|
@@ -392,7 +393,7 @@ DESCRIPTION
|
|
|
392
393
|
Extra documentation goes here
|
|
393
394
|
```
|
|
394
395
|
|
|
395
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
396
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/dev/test-plugin.js)_
|
|
396
397
|
|
|
397
398
|
## `saltcorn fixtures`
|
|
398
399
|
|
|
@@ -411,7 +412,7 @@ DESCRIPTION
|
|
|
411
412
|
This manual step it is never required for users and rarely required for developers
|
|
412
413
|
```
|
|
413
414
|
|
|
414
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
415
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/fixtures.js)_
|
|
415
416
|
|
|
416
417
|
## `saltcorn get-cfg [KEY]`
|
|
417
418
|
|
|
@@ -429,7 +430,7 @@ OPTIONS
|
|
|
429
430
|
-t, --tenant=tenant tenant
|
|
430
431
|
```
|
|
431
432
|
|
|
432
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
433
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/get-cfg.js)_
|
|
433
434
|
|
|
434
435
|
## `saltcorn help [COMMAND]`
|
|
435
436
|
|
|
@@ -467,7 +468,7 @@ ALIASES
|
|
|
467
468
|
$ saltcorn paths
|
|
468
469
|
```
|
|
469
470
|
|
|
470
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
471
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/info.js)_
|
|
471
472
|
|
|
472
473
|
## `saltcorn inspect TYPE [NAME]`
|
|
473
474
|
|
|
@@ -485,7 +486,7 @@ OPTIONS
|
|
|
485
486
|
-t, --tenant=tenant tenant
|
|
486
487
|
```
|
|
487
488
|
|
|
488
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
489
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/inspect.js)_
|
|
489
490
|
|
|
490
491
|
## `saltcorn install-pack`
|
|
491
492
|
|
|
@@ -501,7 +502,7 @@ OPTIONS
|
|
|
501
502
|
-t, --tenant=tenant tenant
|
|
502
503
|
```
|
|
503
504
|
|
|
504
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
505
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/install-pack.js)_
|
|
505
506
|
|
|
506
507
|
## `saltcorn install-plugin`
|
|
507
508
|
|
|
@@ -517,7 +518,7 @@ OPTIONS
|
|
|
517
518
|
-t, --tenant=tenant tenant
|
|
518
519
|
```
|
|
519
520
|
|
|
520
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
521
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/install-plugin.js)_
|
|
521
522
|
|
|
522
523
|
## `saltcorn list-tenants`
|
|
523
524
|
|
|
@@ -533,7 +534,7 @@ OPTIONS
|
|
|
533
534
|
-v, --verbose verbose output
|
|
534
535
|
```
|
|
535
536
|
|
|
536
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
537
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/list-tenants.js)_
|
|
537
538
|
|
|
538
539
|
## `saltcorn list-triggers`
|
|
539
540
|
|
|
@@ -549,7 +550,7 @@ OPTIONS
|
|
|
549
550
|
-v, --verbose verbose output
|
|
550
551
|
```
|
|
551
552
|
|
|
552
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
553
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/list-triggers.js)_
|
|
553
554
|
|
|
554
555
|
## `saltcorn list-users`
|
|
555
556
|
|
|
@@ -564,7 +565,7 @@ OPTIONS
|
|
|
564
565
|
-v, --verbose verbose output
|
|
565
566
|
```
|
|
566
567
|
|
|
567
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
568
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/list-users.js)_
|
|
568
569
|
|
|
569
570
|
## `saltcorn saltcorn migrate`
|
|
570
571
|
|
|
@@ -586,7 +587,7 @@ DESCRIPTION
|
|
|
586
587
|
servers and need to control when the migrations are run.
|
|
587
588
|
```
|
|
588
589
|
|
|
589
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
590
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/migrate.js)_
|
|
590
591
|
|
|
591
592
|
## `saltcorn modify-user USER_EMAIL`
|
|
592
593
|
|
|
@@ -615,7 +616,7 @@ DESCRIPTION
|
|
|
615
616
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
616
617
|
```
|
|
617
618
|
|
|
618
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
619
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/modify-user.js)_
|
|
619
620
|
|
|
620
621
|
## `saltcorn plugins`
|
|
621
622
|
|
|
@@ -642,7 +643,7 @@ EXAMPLES
|
|
|
642
643
|
plugins -u -f - force plugin update
|
|
643
644
|
```
|
|
644
645
|
|
|
645
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
646
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/plugins.js)_
|
|
646
647
|
|
|
647
648
|
## `saltcorn reset-schema`
|
|
648
649
|
|
|
@@ -661,7 +662,7 @@ DESCRIPTION
|
|
|
661
662
|
This will delete all existing information
|
|
662
663
|
```
|
|
663
664
|
|
|
664
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
665
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/reset-schema.js)_
|
|
665
666
|
|
|
666
667
|
## `saltcorn restore FILE`
|
|
667
668
|
|
|
@@ -678,7 +679,7 @@ OPTIONS
|
|
|
678
679
|
-t, --tenant=tenant tenant
|
|
679
680
|
```
|
|
680
681
|
|
|
681
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
682
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/restore.js)_
|
|
682
683
|
|
|
683
684
|
## `saltcorn rm-tenant`
|
|
684
685
|
|
|
@@ -697,7 +698,7 @@ DESCRIPTION
|
|
|
697
698
|
It recommended to make backup of tenant before perform this command.
|
|
698
699
|
```
|
|
699
700
|
|
|
700
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
701
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/rm-tenant.js)_
|
|
701
702
|
|
|
702
703
|
## `saltcorn run-benchmark [BASEURL]`
|
|
703
704
|
|
|
@@ -716,7 +717,7 @@ OPTIONS
|
|
|
716
717
|
-t, --token=token API Token for reporting results
|
|
717
718
|
```
|
|
718
719
|
|
|
719
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
720
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/run-benchmark.js)_
|
|
720
721
|
|
|
721
722
|
## `saltcorn run-js`
|
|
722
723
|
|
|
@@ -732,7 +733,7 @@ OPTIONS
|
|
|
732
733
|
-t, --tenant=tenant tenant name
|
|
733
734
|
```
|
|
734
735
|
|
|
735
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
736
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/run-js.js)_
|
|
736
737
|
|
|
737
738
|
## `saltcorn run-sql`
|
|
738
739
|
|
|
@@ -748,7 +749,7 @@ OPTIONS
|
|
|
748
749
|
-t, --tenant=tenant tenant name
|
|
749
750
|
```
|
|
750
751
|
|
|
751
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
752
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/run-sql.js)_
|
|
752
753
|
|
|
753
754
|
## `saltcorn run-tests [PACKAGE]`
|
|
754
755
|
|
|
@@ -772,7 +773,7 @@ OPTIONS
|
|
|
772
773
|
--watchAll Watch files for changes and rerun all tests.
|
|
773
774
|
```
|
|
774
775
|
|
|
775
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
776
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/run-tests.js)_
|
|
776
777
|
|
|
777
778
|
## `saltcorn run-trigger TRIGGER`
|
|
778
779
|
|
|
@@ -789,7 +790,7 @@ OPTIONS
|
|
|
789
790
|
-t, --tenant=tenant tenant
|
|
790
791
|
```
|
|
791
792
|
|
|
792
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
793
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/run-trigger.js)_
|
|
793
794
|
|
|
794
795
|
## `saltcorn scheduler`
|
|
795
796
|
|
|
@@ -803,7 +804,7 @@ OPTIONS
|
|
|
803
804
|
-v, --verbose Verbose
|
|
804
805
|
```
|
|
805
806
|
|
|
806
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
807
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/scheduler.js)_
|
|
807
808
|
|
|
808
809
|
## `saltcorn serve`
|
|
809
810
|
|
|
@@ -824,7 +825,7 @@ OPTIONS
|
|
|
824
825
|
--subdomain_offset=subdomain_offset Number of parts to remove to access subdomain in 'multi_tenant' mode
|
|
825
826
|
```
|
|
826
827
|
|
|
827
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
828
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/serve.js)_
|
|
828
829
|
|
|
829
830
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
830
831
|
|
|
@@ -845,7 +846,24 @@ OPTIONS
|
|
|
845
846
|
-t, --tenant=tenant tenant
|
|
846
847
|
```
|
|
847
848
|
|
|
848
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
849
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/set-cfg.js)_
|
|
850
|
+
|
|
851
|
+
## `saltcorn set-daily-time [MINS]`
|
|
852
|
+
|
|
853
|
+
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
854
|
+
|
|
855
|
+
```
|
|
856
|
+
USAGE
|
|
857
|
+
$ saltcorn set-daily-time [MINS]
|
|
858
|
+
|
|
859
|
+
ARGUMENTS
|
|
860
|
+
MINS Number of minutes in the futute (negative for past)
|
|
861
|
+
|
|
862
|
+
OPTIONS
|
|
863
|
+
-t, --tenant=tenant tenant
|
|
864
|
+
```
|
|
865
|
+
|
|
866
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/set-daily-time.js)_
|
|
849
867
|
|
|
850
868
|
## `saltcorn setup`
|
|
851
869
|
|
|
@@ -864,7 +882,7 @@ DESCRIPTION
|
|
|
864
882
|
configuration file
|
|
865
883
|
```
|
|
866
884
|
|
|
867
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
885
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/setup.js)_
|
|
868
886
|
|
|
869
887
|
## `saltcorn setup-benchmark`
|
|
870
888
|
|
|
@@ -878,7 +896,7 @@ OPTIONS
|
|
|
878
896
|
-t, --tenant=tenant tenant
|
|
879
897
|
```
|
|
880
898
|
|
|
881
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
899
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/setup-benchmark.js)_
|
|
882
900
|
|
|
883
901
|
## `saltcorn sync-upload-data`
|
|
884
902
|
|
|
@@ -895,7 +913,7 @@ OPTIONS
|
|
|
895
913
|
--userEmail=userEmail email of the user running the sync
|
|
896
914
|
```
|
|
897
915
|
|
|
898
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
916
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/sync-upload-data.js)_
|
|
899
917
|
|
|
900
918
|
## `saltcorn take-snapshot`
|
|
901
919
|
|
|
@@ -910,7 +928,7 @@ OPTIONS
|
|
|
910
928
|
-t, --tenant=tenant tenant
|
|
911
929
|
```
|
|
912
930
|
|
|
913
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
931
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/take-snapshot.js)_
|
|
914
932
|
|
|
915
933
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
916
934
|
|
|
@@ -927,5 +945,5 @@ ARGUMENTS
|
|
|
927
945
|
TENANT tenant name
|
|
928
946
|
```
|
|
929
947
|
|
|
930
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.
|
|
948
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.9.6-beta.1/src/commands/transform-field.js)_
|
|
931
949
|
<!-- commandsstop -->
|