@telorun/cli 0.7.3 → 0.8.0
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 +1 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Command-line interface for Telo kernel: loads and runs YAML manifests locally with watch mode and module publishing"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
1
|
# Telo CLI
|
|
6
2
|
|
|
7
|
-
The Telo CLI is the command-line interface for the Telo kernel. It loads
|
|
3
|
+
The Telo CLI is the command-line interface for the Telo kernel. It loads and runs YAML manifests on your local machine, watches them for changes during development, statically validates them with `telo check`, pre-installs controllers with `telo install`, and publishes module manifests to the Telo registry with `telo publish`.
|
|
8
4
|
|
|
9
5
|
## Installation
|
|
10
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telorun/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Telo CLI - Command-line interface for the Telo runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"telo",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"packageurl-js": "^2.0.1",
|
|
40
40
|
"yaml": "^2.8.3",
|
|
41
41
|
"yargs": "^17.7.2",
|
|
42
|
-
"@telorun/
|
|
43
|
-
"@telorun/
|
|
44
|
-
"@telorun/
|
|
42
|
+
"@telorun/analyzer": "0.7.0",
|
|
43
|
+
"@telorun/kernel": "0.8.0",
|
|
44
|
+
"@telorun/sdk": "0.7.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^20.0.0",
|