@fabric-harness/cli 0.1.1 → 0.1.2
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -44,9 +44,9 @@ Run `fh --help` for the full surface.
|
|
|
44
44
|
|
|
45
45
|
## Documentation
|
|
46
46
|
|
|
47
|
-
- [CLI reference](https://
|
|
48
|
-
- [Getting started](https://
|
|
49
|
-
- [Headless mode](https://
|
|
47
|
+
- [CLI reference](https://harness.fabric.pro/docs/cli)
|
|
48
|
+
- [Getting started](https://harness.fabric.pro/docs/getting-started)
|
|
49
|
+
- [Headless mode](https://harness.fabric.pro/docs/getting-started/headless-mode) — the 10-line agent path
|
|
50
50
|
|
|
51
51
|
## License
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabric-harness/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Fabric Harness command-line interface (fabric-harness, fh) — run, build, deploy, inspect agents.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Fabric",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"LICENSE"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@fabric-harness/
|
|
42
|
-
"@fabric-harness/
|
|
43
|
-
"@fabric-harness/sdk": "0.1.
|
|
41
|
+
"@fabric-harness/node": "0.1.2",
|
|
42
|
+
"@fabric-harness/temporal": "0.1.2",
|
|
43
|
+
"@fabric-harness/sdk": "0.1.2"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsc -p tsconfig.json",
|