@saltcorn/cli 1.6.0-alpha.12 → 1.6.0-alpha.13
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 +986 -1022
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
- package/src/commands/install-plugin.js +5 -2
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-alpha.
|
|
23
|
+
@saltcorn/cli/1.6.0-alpha.13 linux-x64 node-v20.19.4
|
|
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-alpha.
|
|
102
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
123
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
202
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
220
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
237
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
257
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
279
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
300
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
314
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
337
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
354
|
+
_See code: [src/commands/dev/build.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
376
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
393
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
416
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
434
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
452
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
472
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
490
|
+
_See code: [src/commands/dev/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
509
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
529
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
549
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
570
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
596
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
617
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/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-alpha.
|
|
636
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn install-plugin`
|
|
639
639
|
|
|
@@ -653,7 +653,7 @@ DESCRIPTION
|
|
|
653
653
|
Install a plugin
|
|
654
654
|
```
|
|
655
655
|
|
|
656
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
656
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
657
657
|
|
|
658
658
|
## `saltcorn list-tenants`
|
|
659
659
|
|
|
@@ -673,7 +673,7 @@ DESCRIPTION
|
|
|
673
673
|
List tenants in CSV format
|
|
674
674
|
```
|
|
675
675
|
|
|
676
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
676
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
677
677
|
|
|
678
678
|
## `saltcorn list-triggers`
|
|
679
679
|
|
|
@@ -692,7 +692,7 @@ DESCRIPTION
|
|
|
692
692
|
List triggers
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
695
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
696
696
|
|
|
697
697
|
## `saltcorn list-users`
|
|
698
698
|
|
|
@@ -710,7 +710,7 @@ DESCRIPTION
|
|
|
710
710
|
List users
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
713
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
714
714
|
|
|
715
715
|
## `saltcorn saltcorn migrate`
|
|
716
716
|
|
|
@@ -733,7 +733,7 @@ DESCRIPTION
|
|
|
733
733
|
servers and need to control when the migrations are run.
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
736
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
737
737
|
|
|
738
738
|
## `saltcorn modify-user USER_EMAIL`
|
|
739
739
|
|
|
@@ -764,7 +764,7 @@ DESCRIPTION
|
|
|
764
764
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
765
765
|
```
|
|
766
766
|
|
|
767
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
767
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
768
768
|
|
|
769
769
|
## `saltcorn paths [KEY]`
|
|
770
770
|
|
|
@@ -819,7 +819,7 @@ EXAMPLES
|
|
|
819
819
|
plugins -u -f - force plugin update
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
822
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
823
823
|
|
|
824
824
|
## `saltcorn pre-install-modules PLUGINSELECTOR`
|
|
825
825
|
|
|
@@ -839,7 +839,7 @@ DESCRIPTION
|
|
|
839
839
|
Pre-install modules required by Saltcorn before running the application.
|
|
840
840
|
```
|
|
841
841
|
|
|
842
|
-
_See code: [src/commands/pre-install-modules.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
842
|
+
_See code: [src/commands/pre-install-modules.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/pre-install-modules.js)_
|
|
843
843
|
|
|
844
844
|
## `saltcorn prepare`
|
|
845
845
|
|
|
@@ -857,7 +857,7 @@ DESCRIPTION
|
|
|
857
857
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
860
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
861
861
|
|
|
862
862
|
## `saltcorn reset-schema`
|
|
863
863
|
|
|
@@ -877,7 +877,7 @@ DESCRIPTION
|
|
|
877
877
|
This will delete all existing information
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
880
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
881
881
|
|
|
882
882
|
## `saltcorn restore FILE`
|
|
883
883
|
|
|
@@ -897,7 +897,7 @@ DESCRIPTION
|
|
|
897
897
|
Restore a previously backed up database (zip or sqlc format)
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
900
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/restore.js)_
|
|
901
901
|
|
|
902
902
|
## `saltcorn rm-tenant`
|
|
903
903
|
|
|
@@ -917,7 +917,7 @@ DESCRIPTION
|
|
|
917
917
|
It recommended to make backup of tenant before perform this command.
|
|
918
918
|
```
|
|
919
919
|
|
|
920
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
920
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
921
921
|
|
|
922
922
|
## `saltcorn run-benchmark [BASEURL]`
|
|
923
923
|
|
|
@@ -939,7 +939,7 @@ DESCRIPTION
|
|
|
939
939
|
Run benchmark
|
|
940
940
|
```
|
|
941
941
|
|
|
942
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
942
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
943
943
|
|
|
944
944
|
## `saltcorn run-js`
|
|
945
945
|
|
|
@@ -958,7 +958,7 @@ DESCRIPTION
|
|
|
958
958
|
Run javascript code
|
|
959
959
|
```
|
|
960
960
|
|
|
961
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
961
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
962
962
|
|
|
963
963
|
## `saltcorn run-sql`
|
|
964
964
|
|
|
@@ -977,7 +977,7 @@ DESCRIPTION
|
|
|
977
977
|
Run sql expression
|
|
978
978
|
```
|
|
979
979
|
|
|
980
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
980
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
981
981
|
|
|
982
982
|
## `saltcorn run-tests [PACKAGE]`
|
|
983
983
|
|
|
@@ -1004,7 +1004,7 @@ DESCRIPTION
|
|
|
1004
1004
|
Run test suites
|
|
1005
1005
|
```
|
|
1006
1006
|
|
|
1007
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1007
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
1008
1008
|
|
|
1009
1009
|
## `saltcorn run-trigger TRIGGER`
|
|
1010
1010
|
|
|
@@ -1024,7 +1024,7 @@ DESCRIPTION
|
|
|
1024
1024
|
Run a trigger
|
|
1025
1025
|
```
|
|
1026
1026
|
|
|
1027
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1027
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
1028
1028
|
|
|
1029
1029
|
## `saltcorn scheduler`
|
|
1030
1030
|
|
|
@@ -1041,7 +1041,7 @@ DESCRIPTION
|
|
|
1041
1041
|
Run the Saltcorn scheduler
|
|
1042
1042
|
```
|
|
1043
1043
|
|
|
1044
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1044
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
1045
1045
|
|
|
1046
1046
|
## `saltcorn serve`
|
|
1047
1047
|
|
|
@@ -1066,7 +1066,7 @@ DESCRIPTION
|
|
|
1066
1066
|
Start the Saltcorn server
|
|
1067
1067
|
```
|
|
1068
1068
|
|
|
1069
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1069
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/serve.js)_
|
|
1070
1070
|
|
|
1071
1071
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
1072
1072
|
|
|
@@ -1091,7 +1091,7 @@ DESCRIPTION
|
|
|
1091
1091
|
stored as a string.
|
|
1092
1092
|
```
|
|
1093
1093
|
|
|
1094
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1094
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1095
1095
|
|
|
1096
1096
|
## `saltcorn set-daily-time [MINS]`
|
|
1097
1097
|
|
|
@@ -1111,7 +1111,7 @@ DESCRIPTION
|
|
|
1111
1111
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1112
1112
|
```
|
|
1113
1113
|
|
|
1114
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1114
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1115
1115
|
|
|
1116
1116
|
## `saltcorn setup`
|
|
1117
1117
|
|
|
@@ -1131,7 +1131,7 @@ DESCRIPTION
|
|
|
1131
1131
|
configuration file
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1134
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1135
1135
|
|
|
1136
1136
|
## `saltcorn setup-benchmark`
|
|
1137
1137
|
|
|
@@ -1149,7 +1149,7 @@ DESCRIPTION
|
|
|
1149
1149
|
Setup an instance for benchmarking
|
|
1150
1150
|
```
|
|
1151
1151
|
|
|
1152
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1152
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1153
1153
|
|
|
1154
1154
|
## `saltcorn sync-upload-data`
|
|
1155
1155
|
|
|
@@ -1171,7 +1171,7 @@ DESCRIPTION
|
|
|
1171
1171
|
Runs a sync for data supplied by the mobile app
|
|
1172
1172
|
```
|
|
1173
1173
|
|
|
1174
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1174
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1175
1175
|
|
|
1176
1176
|
## `saltcorn take-snapshot`
|
|
1177
1177
|
|
|
@@ -1189,7 +1189,7 @@ DESCRIPTION
|
|
|
1189
1189
|
Print a current snapshout to stdout
|
|
1190
1190
|
```
|
|
1191
1191
|
|
|
1192
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1192
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1193
1193
|
|
|
1194
1194
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1195
1195
|
|
|
@@ -1209,5 +1209,5 @@ DESCRIPTION
|
|
|
1209
1209
|
transform an existing field by applying a calculated expression
|
|
1210
1210
|
```
|
|
1211
1211
|
|
|
1212
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.
|
|
1212
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.6.0-alpha.13/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1213
1213
|
<!-- commandsstop -->
|