@travetto/cli 8.0.0-alpha.15 → 8.0.0-alpha.17
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 +6 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -564,13 +564,13 @@ Options:
|
|
|
564
564
|
Available Services
|
|
565
565
|
--------------------
|
|
566
566
|
* dynamodb@3.3.0
|
|
567
|
-
* elasticsearch@9.2.
|
|
567
|
+
* elasticsearch@9.2.8
|
|
568
568
|
* firestore@latest
|
|
569
569
|
* mongodb@8.2
|
|
570
570
|
* mysql@9.6
|
|
571
|
-
* postgresql@18.
|
|
571
|
+
* postgresql@18.3
|
|
572
572
|
* redis@8.4
|
|
573
|
-
* s3@4.
|
|
573
|
+
* s3@4.12.4
|
|
574
574
|
```
|
|
575
575
|
|
|
576
576
|
A sample of all services available to the entire framework:
|
|
@@ -582,13 +582,13 @@ $ trv service status
|
|
|
582
582
|
Service Version Status
|
|
583
583
|
-------------------------------------------------
|
|
584
584
|
dynamodb 3.3.0 Running 93af422e793a
|
|
585
|
-
elasticsearch 9.2.
|
|
585
|
+
elasticsearch 9.2.8 Running ed76ee063d13
|
|
586
586
|
firestore latest Running feec2e5e95b4
|
|
587
587
|
mongodb 8.2 Running 5513eba6734e
|
|
588
588
|
mysql 9.6 Running 307bc66d442a
|
|
589
|
-
postgresql 18.
|
|
589
|
+
postgresql 18.3 Running e78291e71040
|
|
590
590
|
redis 8.4 Running 77ba279b4e30
|
|
591
|
-
s3 4.
|
|
591
|
+
s3 4.12.4 Running fdacfc55b9e3
|
|
592
592
|
```
|
|
593
593
|
|
|
594
594
|
### Defining new Services
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/cli",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.17",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI infrastructure for Travetto framework",
|
|
6
6
|
"keywords": [
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"directory": "module/cli"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@travetto/schema": "^8.0.0-alpha.
|
|
33
|
-
"@travetto/terminal": "^8.0.0-alpha.
|
|
32
|
+
"@travetto/schema": "^8.0.0-alpha.12",
|
|
33
|
+
"@travetto/terminal": "^8.0.0-alpha.11"
|
|
34
34
|
},
|
|
35
35
|
"travetto": {
|
|
36
36
|
"displayName": "Command Line Interface",
|