@habitat-ai/plugin-cli 0.2.0 → 0.2.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/oclif.manifest.json +30 -30
- package/package.json +7 -2
package/oclif.manifest.json
CHANGED
|
@@ -1,34 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"hook": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {
|
|
6
|
-
"name": {
|
|
7
|
-
"description": "Named Habitat hook operation",
|
|
8
|
-
"name": "name",
|
|
9
|
-
"options": [
|
|
10
|
-
"agent-stop"
|
|
11
|
-
],
|
|
12
|
-
"required": true
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"description": "Run a Habitat local-hook entrypoint",
|
|
16
|
-
"flags": {},
|
|
17
|
-
"hasDynamicHelp": false,
|
|
18
|
-
"hiddenAliases": [],
|
|
19
|
-
"id": "hook",
|
|
20
|
-
"pluginAlias": "@habitat-ai/plugin-cli",
|
|
21
|
-
"pluginName": "@habitat-ai/plugin-cli",
|
|
22
|
-
"pluginType": "core",
|
|
23
|
-
"strict": true,
|
|
24
|
-
"enableJsonFlag": false,
|
|
25
|
-
"isESM": true,
|
|
26
|
-
"relativePath": [
|
|
27
|
-
"dist",
|
|
28
|
-
"commands",
|
|
29
|
-
"hook.js"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
3
|
"resolve": {
|
|
33
4
|
"aliases": [],
|
|
34
5
|
"args": {},
|
|
@@ -97,7 +68,36 @@
|
|
|
97
68
|
"commands",
|
|
98
69
|
"check.js"
|
|
99
70
|
]
|
|
71
|
+
},
|
|
72
|
+
"hook": {
|
|
73
|
+
"aliases": [],
|
|
74
|
+
"args": {
|
|
75
|
+
"name": {
|
|
76
|
+
"description": "Named Habitat hook operation",
|
|
77
|
+
"name": "name",
|
|
78
|
+
"options": [
|
|
79
|
+
"agent-stop"
|
|
80
|
+
],
|
|
81
|
+
"required": true
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"description": "Run a Habitat local-hook entrypoint",
|
|
85
|
+
"flags": {},
|
|
86
|
+
"hasDynamicHelp": false,
|
|
87
|
+
"hiddenAliases": [],
|
|
88
|
+
"id": "hook",
|
|
89
|
+
"pluginAlias": "@habitat-ai/plugin-cli",
|
|
90
|
+
"pluginName": "@habitat-ai/plugin-cli",
|
|
91
|
+
"pluginType": "core",
|
|
92
|
+
"strict": true,
|
|
93
|
+
"enableJsonFlag": false,
|
|
94
|
+
"isESM": true,
|
|
95
|
+
"relativePath": [
|
|
96
|
+
"dist",
|
|
97
|
+
"commands",
|
|
98
|
+
"hook.js"
|
|
99
|
+
]
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"version": "0.2.
|
|
102
|
+
"version": "0.2.2"
|
|
103
103
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@habitat-ai/plugin-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"private": false,
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/rawr-ai/rawr-hq-template.git",
|
|
8
|
+
"directory": "plugins/cli/commands/habitat"
|
|
9
|
+
},
|
|
5
10
|
"description": "Native Oclif projections for the Habitat catalog service",
|
|
6
11
|
"license": "MIT",
|
|
7
12
|
"type": "module",
|
|
@@ -24,7 +29,7 @@
|
|
|
24
29
|
"test": "vitest run --project plugin-habitat"
|
|
25
30
|
},
|
|
26
31
|
"dependencies": {
|
|
27
|
-
"@habitat-ai/service": "0.2.
|
|
32
|
+
"@habitat-ai/service": "0.2.2",
|
|
28
33
|
"@oclif/core": "^4.11.4"
|
|
29
34
|
},
|
|
30
35
|
"devDependencies": {
|