@saltcorn/cli 1.6.0-beta.1 → 1.6.0-beta.3
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 +52 -52
- package/npm-shrinkwrap.json +423 -437
- 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.6.0-beta.
|
|
23
|
+
@saltcorn/cli/1.6.0-beta.3 linux-x64 node-v24.14.0
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -99,7 +99,7 @@ DESCRIPTION
|
|
|
99
99
|
Add Saltcorn schema to existing database
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
102
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
103
103
|
|
|
104
104
|
## `saltcorn backup`
|
|
105
105
|
|
|
@@ -120,7 +120,7 @@ DESCRIPTION
|
|
|
120
120
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
123
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/backup.js)_
|
|
124
124
|
|
|
125
125
|
## `saltcorn build-app`
|
|
126
126
|
|
|
@@ -199,7 +199,7 @@ DESCRIPTION
|
|
|
199
199
|
Build mobile app
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
202
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
203
203
|
|
|
204
204
|
## `saltcorn build-capacitor-builder`
|
|
205
205
|
|
|
@@ -217,7 +217,7 @@ DESCRIPTION
|
|
|
217
217
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
220
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
221
221
|
|
|
222
222
|
## `saltcorn configuration-check`
|
|
223
223
|
|
|
@@ -234,7 +234,7 @@ DESCRIPTION
|
|
|
234
234
|
Check configuration
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
237
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
238
238
|
|
|
239
239
|
## `saltcorn configuration-check-backups FILES`
|
|
240
240
|
|
|
@@ -254,7 +254,7 @@ DESCRIPTION
|
|
|
254
254
|
Check configuration
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
257
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
258
258
|
|
|
259
259
|
## `saltcorn create-tenant TENANT`
|
|
260
260
|
|
|
@@ -276,7 +276,7 @@ DESCRIPTION
|
|
|
276
276
|
Create a tenant
|
|
277
277
|
```
|
|
278
278
|
|
|
279
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
279
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
280
280
|
|
|
281
281
|
## `saltcorn create-user`
|
|
282
282
|
|
|
@@ -297,7 +297,7 @@ DESCRIPTION
|
|
|
297
297
|
Create a new user
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
300
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
301
301
|
|
|
302
302
|
## `saltcorn delete-tenants`
|
|
303
303
|
|
|
@@ -311,7 +311,7 @@ DESCRIPTION
|
|
|
311
311
|
Delete inactive tenants
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
314
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
315
315
|
|
|
316
316
|
## `saltcorn delete-user USER_EMAIL`
|
|
317
317
|
|
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
Command deletes the user specified by USER_EMAIL.
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
337
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
338
338
|
|
|
339
339
|
## `saltcorn dev:build [COMPONENT]`
|
|
340
340
|
|
|
@@ -351,7 +351,7 @@ DESCRIPTION
|
|
|
351
351
|
Rebuild static assets
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [src/commands/dev/build.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
354
|
+
_See code: [src/commands/dev/build.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/build.js)_
|
|
355
355
|
|
|
356
356
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
357
357
|
|
|
@@ -373,7 +373,7 @@ DESCRIPTION
|
|
|
373
373
|
Convert plugin to local plugin
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
376
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
377
377
|
|
|
378
378
|
## `saltcorn make-migration`
|
|
379
379
|
|
|
@@ -390,7 +390,7 @@ DESCRIPTION
|
|
|
390
390
|
unless you are a developer.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
393
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
394
394
|
|
|
395
395
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
396
396
|
|
|
@@ -413,7 +413,7 @@ DESCRIPTION
|
|
|
413
413
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
416
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
417
417
|
|
|
418
418
|
## `saltcorn dev:post-release [TASK] [TAG]`
|
|
419
419
|
|
|
@@ -431,7 +431,7 @@ DESCRIPTION
|
|
|
431
431
|
Post-release tasks: docker and vagrant builds
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
434
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
435
435
|
|
|
436
436
|
## `saltcorn dev:release VERSION TAG`
|
|
437
437
|
|
|
@@ -449,7 +449,7 @@ DESCRIPTION
|
|
|
449
449
|
Release a new saltcorn version
|
|
450
450
|
```
|
|
451
451
|
|
|
452
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
452
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
453
453
|
|
|
454
454
|
## `saltcorn dev:release-resume VERSION`
|
|
455
455
|
|
|
@@ -469,7 +469,7 @@ DESCRIPTION
|
|
|
469
469
|
Release a new saltcorn version
|
|
470
470
|
```
|
|
471
471
|
|
|
472
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
472
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
473
473
|
|
|
474
474
|
## `saltcorn dev:serve`
|
|
475
475
|
|
|
@@ -487,7 +487,7 @@ DESCRIPTION
|
|
|
487
487
|
Development server. Serve on port 3000, restart when source files change
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [src/commands/dev/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
490
|
+
_See code: [src/commands/dev/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/serve.js)_
|
|
491
491
|
|
|
492
492
|
## `saltcorn dev:test-plugin PATH`
|
|
493
493
|
|
|
@@ -506,7 +506,7 @@ DESCRIPTION
|
|
|
506
506
|
Extra documentation goes here
|
|
507
507
|
```
|
|
508
508
|
|
|
509
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
509
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
510
510
|
|
|
511
511
|
## `saltcorn dev:translate LOCALE`
|
|
512
512
|
|
|
@@ -526,7 +526,7 @@ DESCRIPTION
|
|
|
526
526
|
Produce translation files with LLM
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
529
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/dev/translate.js)_
|
|
530
530
|
|
|
531
531
|
## `saltcorn fixtures`
|
|
532
532
|
|
|
@@ -546,7 +546,7 @@ DESCRIPTION
|
|
|
546
546
|
This manual step it is never required for users and rarely required for developers
|
|
547
547
|
```
|
|
548
548
|
|
|
549
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
549
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
550
550
|
|
|
551
551
|
## `saltcorn get-cfg [KEY]`
|
|
552
552
|
|
|
@@ -567,7 +567,7 @@ DESCRIPTION
|
|
|
567
567
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
570
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
571
571
|
|
|
572
572
|
## `saltcorn info [KEY]`
|
|
573
573
|
|
|
@@ -593,7 +593,7 @@ ALIASES
|
|
|
593
593
|
$ saltcorn paths
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
596
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/info.js)_
|
|
597
597
|
|
|
598
598
|
## `saltcorn inspect TYPE [NAME]`
|
|
599
599
|
|
|
@@ -614,7 +614,7 @@ DESCRIPTION
|
|
|
614
614
|
Inspect an entity's JSON representation, or list entities
|
|
615
615
|
```
|
|
616
616
|
|
|
617
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
617
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
618
618
|
|
|
619
619
|
## `saltcorn install-pack`
|
|
620
620
|
|
|
@@ -633,7 +633,7 @@ DESCRIPTION
|
|
|
633
633
|
Install a pack or restore a snapshot
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
636
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn install-plugin`
|
|
639
639
|
|
|
@@ -654,7 +654,7 @@ DESCRIPTION
|
|
|
654
654
|
Install a plugin
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
657
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
658
658
|
|
|
659
659
|
## `saltcorn list-tenants`
|
|
660
660
|
|
|
@@ -674,7 +674,7 @@ DESCRIPTION
|
|
|
674
674
|
List tenants in CSV format
|
|
675
675
|
```
|
|
676
676
|
|
|
677
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
677
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
678
678
|
|
|
679
679
|
## `saltcorn list-triggers`
|
|
680
680
|
|
|
@@ -693,7 +693,7 @@ DESCRIPTION
|
|
|
693
693
|
List triggers
|
|
694
694
|
```
|
|
695
695
|
|
|
696
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
696
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
697
697
|
|
|
698
698
|
## `saltcorn list-users`
|
|
699
699
|
|
|
@@ -711,7 +711,7 @@ DESCRIPTION
|
|
|
711
711
|
List users
|
|
712
712
|
```
|
|
713
713
|
|
|
714
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
714
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
715
715
|
|
|
716
716
|
## `saltcorn saltcorn migrate`
|
|
717
717
|
|
|
@@ -734,7 +734,7 @@ DESCRIPTION
|
|
|
734
734
|
servers and need to control when the migrations are run.
|
|
735
735
|
```
|
|
736
736
|
|
|
737
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
737
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
738
738
|
|
|
739
739
|
## `saltcorn modify-user USER_EMAIL`
|
|
740
740
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
769
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
770
770
|
|
|
771
771
|
## `saltcorn paths [KEY]`
|
|
772
772
|
|
|
@@ -821,7 +821,7 @@ EXAMPLES
|
|
|
821
821
|
plugins -u -f - force plugin update
|
|
822
822
|
```
|
|
823
823
|
|
|
824
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
824
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
825
825
|
|
|
826
826
|
## `saltcorn pre-install-modules PLUGINSELECTOR`
|
|
827
827
|
|
|
@@ -841,7 +841,7 @@ DESCRIPTION
|
|
|
841
841
|
Pre-install modules required by Saltcorn before running the application.
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [src/commands/pre-install-modules.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
844
|
+
_See code: [src/commands/pre-install-modules.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/pre-install-modules.js)_
|
|
845
845
|
|
|
846
846
|
## `saltcorn prepare`
|
|
847
847
|
|
|
@@ -859,7 +859,7 @@ DESCRIPTION
|
|
|
859
859
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
860
860
|
```
|
|
861
861
|
|
|
862
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
862
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
863
863
|
|
|
864
864
|
## `saltcorn reset-schema`
|
|
865
865
|
|
|
@@ -879,7 +879,7 @@ DESCRIPTION
|
|
|
879
879
|
This will delete all existing information
|
|
880
880
|
```
|
|
881
881
|
|
|
882
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
882
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
883
883
|
|
|
884
884
|
## `saltcorn restore FILE`
|
|
885
885
|
|
|
@@ -899,7 +899,7 @@ DESCRIPTION
|
|
|
899
899
|
Restore a previously backed up database (zip or sqlc format)
|
|
900
900
|
```
|
|
901
901
|
|
|
902
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
902
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/restore.js)_
|
|
903
903
|
|
|
904
904
|
## `saltcorn rm-tenant`
|
|
905
905
|
|
|
@@ -919,7 +919,7 @@ DESCRIPTION
|
|
|
919
919
|
It recommended to make backup of tenant before perform this command.
|
|
920
920
|
```
|
|
921
921
|
|
|
922
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
922
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
923
923
|
|
|
924
924
|
## `saltcorn run-benchmark [BASEURL]`
|
|
925
925
|
|
|
@@ -941,7 +941,7 @@ DESCRIPTION
|
|
|
941
941
|
Run benchmark
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
944
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
945
945
|
|
|
946
946
|
## `saltcorn run-js`
|
|
947
947
|
|
|
@@ -960,7 +960,7 @@ DESCRIPTION
|
|
|
960
960
|
Run javascript code
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
963
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
964
964
|
|
|
965
965
|
## `saltcorn run-sql`
|
|
966
966
|
|
|
@@ -979,7 +979,7 @@ DESCRIPTION
|
|
|
979
979
|
Run sql expression
|
|
980
980
|
```
|
|
981
981
|
|
|
982
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
982
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
983
983
|
|
|
984
984
|
## `saltcorn run-tests [PACKAGE]`
|
|
985
985
|
|
|
@@ -1006,7 +1006,7 @@ DESCRIPTION
|
|
|
1006
1006
|
Run test suites
|
|
1007
1007
|
```
|
|
1008
1008
|
|
|
1009
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1009
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
1010
1010
|
|
|
1011
1011
|
## `saltcorn run-trigger TRIGGER`
|
|
1012
1012
|
|
|
@@ -1026,7 +1026,7 @@ DESCRIPTION
|
|
|
1026
1026
|
Run a trigger
|
|
1027
1027
|
```
|
|
1028
1028
|
|
|
1029
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1029
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
1030
1030
|
|
|
1031
1031
|
## `saltcorn scheduler`
|
|
1032
1032
|
|
|
@@ -1043,7 +1043,7 @@ DESCRIPTION
|
|
|
1043
1043
|
Run the Saltcorn scheduler
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1046
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
1047
1047
|
|
|
1048
1048
|
## `saltcorn serve`
|
|
1049
1049
|
|
|
@@ -1068,7 +1068,7 @@ DESCRIPTION
|
|
|
1068
1068
|
Start the Saltcorn server
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1071
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/serve.js)_
|
|
1072
1072
|
|
|
1073
1073
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
1074
1074
|
|
|
@@ -1093,7 +1093,7 @@ DESCRIPTION
|
|
|
1093
1093
|
stored as a string.
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1096
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1097
1097
|
|
|
1098
1098
|
## `saltcorn set-daily-time [MINS]`
|
|
1099
1099
|
|
|
@@ -1113,7 +1113,7 @@ DESCRIPTION
|
|
|
1113
1113
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1114
1114
|
```
|
|
1115
1115
|
|
|
1116
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1116
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1117
1117
|
|
|
1118
1118
|
## `saltcorn setup`
|
|
1119
1119
|
|
|
@@ -1133,7 +1133,7 @@ DESCRIPTION
|
|
|
1133
1133
|
configuration file
|
|
1134
1134
|
```
|
|
1135
1135
|
|
|
1136
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1136
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1137
1137
|
|
|
1138
1138
|
## `saltcorn setup-benchmark`
|
|
1139
1139
|
|
|
@@ -1151,7 +1151,7 @@ DESCRIPTION
|
|
|
1151
1151
|
Setup an instance for benchmarking
|
|
1152
1152
|
```
|
|
1153
1153
|
|
|
1154
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1154
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1155
1155
|
|
|
1156
1156
|
## `saltcorn sync-upload-data`
|
|
1157
1157
|
|
|
@@ -1173,7 +1173,7 @@ DESCRIPTION
|
|
|
1173
1173
|
Runs a sync for data supplied by the mobile app
|
|
1174
1174
|
```
|
|
1175
1175
|
|
|
1176
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1176
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1177
1177
|
|
|
1178
1178
|
## `saltcorn take-snapshot`
|
|
1179
1179
|
|
|
@@ -1191,7 +1191,7 @@ DESCRIPTION
|
|
|
1191
1191
|
Print a current snapshout to stdout
|
|
1192
1192
|
```
|
|
1193
1193
|
|
|
1194
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1194
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1195
1195
|
|
|
1196
1196
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1197
1197
|
|
|
@@ -1211,5 +1211,5 @@ DESCRIPTION
|
|
|
1211
1211
|
transform an existing field by applying a calculated expression
|
|
1212
1212
|
```
|
|
1213
1213
|
|
|
1214
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.
|
|
1214
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-beta.3/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1215
1215
|
<!-- commandsstop -->
|