@saltcorn/cli 1.3.1-beta.2 → 1.3.1-beta.6
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 +49 -49
- package/npm-shrinkwrap.json +2300 -637
- package/oclif.manifest.json +1 -1
- package/package.json +9 -8
- package/src/commands/dev/release.js +2 -2
- package/src/commands/info.js +1 -1
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.3.1-beta.
|
|
23
|
+
@saltcorn/cli/1.3.1-beta.6 linux-x64 node-v20.19.4
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -96,7 +96,7 @@ DESCRIPTION
|
|
|
96
96
|
Add Saltcorn schema to existing database
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
99
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/add-schema.js)_
|
|
100
100
|
|
|
101
101
|
## `saltcorn backup`
|
|
102
102
|
|
|
@@ -117,7 +117,7 @@ DESCRIPTION
|
|
|
117
117
|
Backup the PostgreSQL database to a file with pg_dump or saltcorn backup zip
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
120
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/backup.js)_
|
|
121
121
|
|
|
122
122
|
## `saltcorn build-app`
|
|
123
123
|
|
|
@@ -177,7 +177,7 @@ DESCRIPTION
|
|
|
177
177
|
Build mobile app
|
|
178
178
|
```
|
|
179
179
|
|
|
180
|
-
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
180
|
+
_See code: [src/commands/build-app.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/build-app.js)_
|
|
181
181
|
|
|
182
182
|
## `saltcorn build-capacitor-builder`
|
|
183
183
|
|
|
@@ -195,7 +195,7 @@ DESCRIPTION
|
|
|
195
195
|
Build the 'saltcorn/capacitor-builder' docker image or pull it from docker hub.
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
198
|
+
_See code: [src/commands/build-capacitor-builder.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/build-capacitor-builder.js)_
|
|
199
199
|
|
|
200
200
|
## `saltcorn configuration-check`
|
|
201
201
|
|
|
@@ -212,7 +212,7 @@ DESCRIPTION
|
|
|
212
212
|
Check configuration
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
215
|
+
_See code: [src/commands/configuration-check.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/configuration-check.js)_
|
|
216
216
|
|
|
217
217
|
## `saltcorn configuration-check-backups FILES`
|
|
218
218
|
|
|
@@ -232,7 +232,7 @@ DESCRIPTION
|
|
|
232
232
|
Check configuration
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
235
|
+
_See code: [src/commands/configuration-check-backups.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/configuration-check-backups.js)_
|
|
236
236
|
|
|
237
237
|
## `saltcorn create-tenant TENANT`
|
|
238
238
|
|
|
@@ -254,7 +254,7 @@ DESCRIPTION
|
|
|
254
254
|
Create a tenant
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
257
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/create-tenant.js)_
|
|
258
258
|
|
|
259
259
|
## `saltcorn create-user`
|
|
260
260
|
|
|
@@ -275,7 +275,7 @@ DESCRIPTION
|
|
|
275
275
|
Create a new user
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
278
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/create-user.js)_
|
|
279
279
|
|
|
280
280
|
## `saltcorn delete-tenants`
|
|
281
281
|
|
|
@@ -289,7 +289,7 @@ DESCRIPTION
|
|
|
289
289
|
Delete inactive tenants
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
292
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/delete-tenants.js)_
|
|
293
293
|
|
|
294
294
|
## `saltcorn delete-user USER_EMAIL`
|
|
295
295
|
|
|
@@ -312,7 +312,7 @@ DESCRIPTION
|
|
|
312
312
|
Command deletes the user specified by USER_EMAIL.
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
315
|
+
_See code: [src/commands/delete-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/delete-user.js)_
|
|
316
316
|
|
|
317
317
|
## `saltcorn dev:localize-plugin PLUGIN [PATH]`
|
|
318
318
|
|
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
Convert plugin to local plugin
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
337
|
+
_See code: [src/commands/dev/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/localize-plugin.js)_
|
|
338
338
|
|
|
339
339
|
## `saltcorn make-migration`
|
|
340
340
|
|
|
@@ -351,7 +351,7 @@ DESCRIPTION
|
|
|
351
351
|
unless you are a developer.
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
354
|
+
_See code: [src/commands/dev/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/make-migration.js)_
|
|
355
355
|
|
|
356
356
|
## `saltcorn saltcorn dev:plugin-test -d [PATH_TO_LOCAL_PLUGIN]/statistics -f test-backup.zip`
|
|
357
357
|
|
|
@@ -372,7 +372,7 @@ DESCRIPTION
|
|
|
372
372
|
Install a plugin, spawn 'npm run test' in the install directory and check the return code.
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
375
|
+
_See code: [src/commands/dev/plugin-test.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/plugin-test.js)_
|
|
376
376
|
|
|
377
377
|
## `saltcorn dev:post-release [TASK]`
|
|
378
378
|
|
|
@@ -389,7 +389,7 @@ DESCRIPTION
|
|
|
389
389
|
Post-release tasks: docker and vagrant builds
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
392
|
+
_See code: [src/commands/dev/post-release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/post-release.js)_
|
|
393
393
|
|
|
394
394
|
## `saltcorn dev:release VERSION`
|
|
395
395
|
|
|
@@ -409,7 +409,7 @@ DESCRIPTION
|
|
|
409
409
|
Release a new saltcorn version
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
412
|
+
_See code: [src/commands/dev/release.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/release.js)_
|
|
413
413
|
|
|
414
414
|
## `saltcorn dev:release-resume VERSION`
|
|
415
415
|
|
|
@@ -429,7 +429,7 @@ DESCRIPTION
|
|
|
429
429
|
Release a new saltcorn version
|
|
430
430
|
```
|
|
431
431
|
|
|
432
|
-
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
432
|
+
_See code: [src/commands/dev/release-resume.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/release-resume.js)_
|
|
433
433
|
|
|
434
434
|
## `saltcorn dev:test-plugin PATH`
|
|
435
435
|
|
|
@@ -448,7 +448,7 @@ DESCRIPTION
|
|
|
448
448
|
Extra documentation goes here
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
451
|
+
_See code: [src/commands/dev/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/test-plugin.js)_
|
|
452
452
|
|
|
453
453
|
## `saltcorn dev:translate LOCALE`
|
|
454
454
|
|
|
@@ -468,7 +468,7 @@ DESCRIPTION
|
|
|
468
468
|
Produce translation files with LLM
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
471
|
+
_See code: [src/commands/dev/translate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/dev/translate.js)_
|
|
472
472
|
|
|
473
473
|
## `saltcorn fixtures`
|
|
474
474
|
|
|
@@ -488,7 +488,7 @@ DESCRIPTION
|
|
|
488
488
|
This manual step it is never required for users and rarely required for developers
|
|
489
489
|
```
|
|
490
490
|
|
|
491
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
491
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/fixtures.js)_
|
|
492
492
|
|
|
493
493
|
## `saltcorn get-cfg [KEY]`
|
|
494
494
|
|
|
@@ -509,7 +509,7 @@ DESCRIPTION
|
|
|
509
509
|
Get a configuration value. The value is printed to stdout as a JSON value
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
512
|
+
_See code: [src/commands/get-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/get-cfg.js)_
|
|
513
513
|
|
|
514
514
|
## `saltcorn info [KEY]`
|
|
515
515
|
|
|
@@ -535,7 +535,7 @@ ALIASES
|
|
|
535
535
|
$ saltcorn paths
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
538
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/info.js)_
|
|
539
539
|
|
|
540
540
|
## `saltcorn inspect TYPE [NAME]`
|
|
541
541
|
|
|
@@ -556,7 +556,7 @@ DESCRIPTION
|
|
|
556
556
|
Inspect an entity's JSON representation, or list entities
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
559
|
+
_See code: [src/commands/inspect.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/inspect.js)_
|
|
560
560
|
|
|
561
561
|
## `saltcorn install-pack`
|
|
562
562
|
|
|
@@ -575,7 +575,7 @@ DESCRIPTION
|
|
|
575
575
|
Install a pack or restore a snapshot
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
578
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/install-pack.js)_
|
|
579
579
|
|
|
580
580
|
## `saltcorn install-plugin`
|
|
581
581
|
|
|
@@ -595,7 +595,7 @@ DESCRIPTION
|
|
|
595
595
|
Install a plugin
|
|
596
596
|
```
|
|
597
597
|
|
|
598
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
598
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/install-plugin.js)_
|
|
599
599
|
|
|
600
600
|
## `saltcorn list-tenants`
|
|
601
601
|
|
|
@@ -614,7 +614,7 @@ DESCRIPTION
|
|
|
614
614
|
List tenants in CSV format
|
|
615
615
|
```
|
|
616
616
|
|
|
617
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
617
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/list-tenants.js)_
|
|
618
618
|
|
|
619
619
|
## `saltcorn list-triggers`
|
|
620
620
|
|
|
@@ -633,7 +633,7 @@ DESCRIPTION
|
|
|
633
633
|
List triggers
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
636
|
+
_See code: [src/commands/list-triggers.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/list-triggers.js)_
|
|
637
637
|
|
|
638
638
|
## `saltcorn list-users`
|
|
639
639
|
|
|
@@ -651,7 +651,7 @@ DESCRIPTION
|
|
|
651
651
|
List users
|
|
652
652
|
```
|
|
653
653
|
|
|
654
|
-
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
654
|
+
_See code: [src/commands/list-users.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/list-users.js)_
|
|
655
655
|
|
|
656
656
|
## `saltcorn saltcorn migrate`
|
|
657
657
|
|
|
@@ -674,7 +674,7 @@ DESCRIPTION
|
|
|
674
674
|
servers and need to control when the migrations are run.
|
|
675
675
|
```
|
|
676
676
|
|
|
677
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
677
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/migrate.js)_
|
|
678
678
|
|
|
679
679
|
## `saltcorn modify-user USER_EMAIL`
|
|
680
680
|
|
|
@@ -705,7 +705,7 @@ DESCRIPTION
|
|
|
705
705
|
NOTE that -a and -r role (--role=role) can give conflict.
|
|
706
706
|
```
|
|
707
707
|
|
|
708
|
-
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
708
|
+
_See code: [src/commands/modify-user.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/modify-user.js)_
|
|
709
709
|
|
|
710
710
|
## `saltcorn paths [KEY]`
|
|
711
711
|
|
|
@@ -760,7 +760,7 @@ EXAMPLES
|
|
|
760
760
|
plugins -u -f - force plugin update
|
|
761
761
|
```
|
|
762
762
|
|
|
763
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
763
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/plugins.js)_
|
|
764
764
|
|
|
765
765
|
## `saltcorn prepare`
|
|
766
766
|
|
|
@@ -778,7 +778,7 @@ DESCRIPTION
|
|
|
778
778
|
Prepare to serve. Optional, may accelerate subsequent 'saltcorn serve' startup
|
|
779
779
|
```
|
|
780
780
|
|
|
781
|
-
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
781
|
+
_See code: [src/commands/prepare.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/prepare.js)_
|
|
782
782
|
|
|
783
783
|
## `saltcorn reset-schema`
|
|
784
784
|
|
|
@@ -798,7 +798,7 @@ DESCRIPTION
|
|
|
798
798
|
This will delete all existing information
|
|
799
799
|
```
|
|
800
800
|
|
|
801
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
801
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/reset-schema.js)_
|
|
802
802
|
|
|
803
803
|
## `saltcorn restore FILE`
|
|
804
804
|
|
|
@@ -818,7 +818,7 @@ DESCRIPTION
|
|
|
818
818
|
Restore a previously backed up database (zip or sqlc format)
|
|
819
819
|
```
|
|
820
820
|
|
|
821
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
821
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/restore.js)_
|
|
822
822
|
|
|
823
823
|
## `saltcorn rm-tenant`
|
|
824
824
|
|
|
@@ -838,7 +838,7 @@ DESCRIPTION
|
|
|
838
838
|
It recommended to make backup of tenant before perform this command.
|
|
839
839
|
```
|
|
840
840
|
|
|
841
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
841
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/rm-tenant.js)_
|
|
842
842
|
|
|
843
843
|
## `saltcorn run-benchmark [BASEURL]`
|
|
844
844
|
|
|
@@ -860,7 +860,7 @@ DESCRIPTION
|
|
|
860
860
|
Run benchmark
|
|
861
861
|
```
|
|
862
862
|
|
|
863
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
863
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/run-benchmark.js)_
|
|
864
864
|
|
|
865
865
|
## `saltcorn run-js`
|
|
866
866
|
|
|
@@ -879,7 +879,7 @@ DESCRIPTION
|
|
|
879
879
|
Run javascript code
|
|
880
880
|
```
|
|
881
881
|
|
|
882
|
-
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
882
|
+
_See code: [src/commands/run-js.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/run-js.js)_
|
|
883
883
|
|
|
884
884
|
## `saltcorn run-sql`
|
|
885
885
|
|
|
@@ -898,7 +898,7 @@ DESCRIPTION
|
|
|
898
898
|
Run sql expression
|
|
899
899
|
```
|
|
900
900
|
|
|
901
|
-
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
901
|
+
_See code: [src/commands/run-sql.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/run-sql.js)_
|
|
902
902
|
|
|
903
903
|
## `saltcorn run-tests [PACKAGE]`
|
|
904
904
|
|
|
@@ -925,7 +925,7 @@ DESCRIPTION
|
|
|
925
925
|
Run test suites
|
|
926
926
|
```
|
|
927
927
|
|
|
928
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
928
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/run-tests.js)_
|
|
929
929
|
|
|
930
930
|
## `saltcorn run-trigger TRIGGER`
|
|
931
931
|
|
|
@@ -945,7 +945,7 @@ DESCRIPTION
|
|
|
945
945
|
Run a trigger
|
|
946
946
|
```
|
|
947
947
|
|
|
948
|
-
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
948
|
+
_See code: [src/commands/run-trigger.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/run-trigger.js)_
|
|
949
949
|
|
|
950
950
|
## `saltcorn scheduler`
|
|
951
951
|
|
|
@@ -962,7 +962,7 @@ DESCRIPTION
|
|
|
962
962
|
Run the Saltcorn scheduler
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
965
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/scheduler.js)_
|
|
966
966
|
|
|
967
967
|
## `saltcorn serve`
|
|
968
968
|
|
|
@@ -987,7 +987,7 @@ DESCRIPTION
|
|
|
987
987
|
Start the Saltcorn server
|
|
988
988
|
```
|
|
989
989
|
|
|
990
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
990
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/serve.js)_
|
|
991
991
|
|
|
992
992
|
## `saltcorn set-cfg [KEY] [VALUE]`
|
|
993
993
|
|
|
@@ -1012,7 +1012,7 @@ DESCRIPTION
|
|
|
1012
1012
|
stored as a string.
|
|
1013
1013
|
```
|
|
1014
1014
|
|
|
1015
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1015
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/set-cfg.js)_
|
|
1016
1016
|
|
|
1017
1017
|
## `saltcorn set-daily-time [MINS]`
|
|
1018
1018
|
|
|
@@ -1032,7 +1032,7 @@ DESCRIPTION
|
|
|
1032
1032
|
Set the time the default daily event will run, offset in minutes from the current time. Restart required.
|
|
1033
1033
|
```
|
|
1034
1034
|
|
|
1035
|
-
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1035
|
+
_See code: [src/commands/set-daily-time.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/set-daily-time.js)_
|
|
1036
1036
|
|
|
1037
1037
|
## `saltcorn setup`
|
|
1038
1038
|
|
|
@@ -1052,7 +1052,7 @@ DESCRIPTION
|
|
|
1052
1052
|
configuration file
|
|
1053
1053
|
```
|
|
1054
1054
|
|
|
1055
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1055
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/setup.js)_
|
|
1056
1056
|
|
|
1057
1057
|
## `saltcorn setup-benchmark`
|
|
1058
1058
|
|
|
@@ -1070,7 +1070,7 @@ DESCRIPTION
|
|
|
1070
1070
|
Setup an instance for benchmarking
|
|
1071
1071
|
```
|
|
1072
1072
|
|
|
1073
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1073
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/setup-benchmark.js)_
|
|
1074
1074
|
|
|
1075
1075
|
## `saltcorn sync-upload-data`
|
|
1076
1076
|
|
|
@@ -1091,7 +1091,7 @@ DESCRIPTION
|
|
|
1091
1091
|
Runs a sync for data supplied by the mobile app
|
|
1092
1092
|
```
|
|
1093
1093
|
|
|
1094
|
-
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1094
|
+
_See code: [src/commands/sync-upload-data.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/sync-upload-data.js)_
|
|
1095
1095
|
|
|
1096
1096
|
## `saltcorn take-snapshot`
|
|
1097
1097
|
|
|
@@ -1109,7 +1109,7 @@ DESCRIPTION
|
|
|
1109
1109
|
Print a current snapshout to stdout
|
|
1110
1110
|
```
|
|
1111
1111
|
|
|
1112
|
-
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1112
|
+
_See code: [src/commands/take-snapshot.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/take-snapshot.js)_
|
|
1113
1113
|
|
|
1114
1114
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
1115
1115
|
|
|
@@ -1129,5 +1129,5 @@ DESCRIPTION
|
|
|
1129
1129
|
transform an existing field by applying a calculated expression
|
|
1130
1130
|
```
|
|
1131
1131
|
|
|
1132
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.
|
|
1132
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v1.3.1-beta.6/packages/saltcorn-cli/src/commands/transform-field.js)_
|
|
1133
1133
|
<!-- commandsstop -->
|