@travetto/cli 3.0.0-rc.23 → 3.0.0-rc.25
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 +5 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
<!-- This file was generated by @travetto/doc and should not be modified directly -->
|
|
2
2
|
<!-- Please modify https://github.com/travetto/travetto/tree/main/module/cli/DOC.ts and execute "npx trv doc" to rebuild -->
|
|
3
3
|
# Command Line Interface
|
|
4
|
-
## CLI infrastructure for
|
|
4
|
+
## CLI infrastructure for Travetto framework
|
|
5
5
|
|
|
6
6
|
**Install: @travetto/cli**
|
|
7
7
|
```bash
|
|
8
8
|
npm install @travetto/cli
|
|
9
|
+
|
|
10
|
+
# or
|
|
11
|
+
|
|
12
|
+
yarn add @travetto/cli
|
|
9
13
|
```
|
|
10
14
|
|
|
11
15
|
The cli is the primary structure for interacting with the external requirements of the framework. This can range from running tests, to running applications, to generating email templates. The main executable can be installed globally or locally. If installed globally and locally, it will defer to the local installation for execution.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/cli",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
4
|
-
"description": "CLI infrastructure for
|
|
3
|
+
"version": "3.0.0-rc.25",
|
|
4
|
+
"description": "CLI infrastructure for Travetto framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
7
7
|
"travetto",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"directory": "module/cli"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@travetto/base": "^3.0.0-rc.
|
|
28
|
-
"@travetto/terminal": "^3.0.0-rc.
|
|
29
|
-
"@travetto/worker": "^3.0.0-rc.
|
|
27
|
+
"@travetto/base": "^3.0.0-rc.22",
|
|
28
|
+
"@travetto/terminal": "^3.0.0-rc.11",
|
|
29
|
+
"@travetto/worker": "^3.0.0-rc.22",
|
|
30
30
|
"commander": "^10.0.0"
|
|
31
31
|
},
|
|
32
32
|
"travetto": {
|