@saltcorn/cli 0.9.6-beta.9 → 0.9.7-rc.0

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