@the-aico/cli 1.0.1 → 1.0.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 +10 -10
- package/dist/index.js +435 -110
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,16 +23,16 @@ aico list
|
|
|
23
23
|
|
|
24
24
|
## Commands
|
|
25
25
|
|
|
26
|
-
| Command
|
|
27
|
-
|
|
28
|
-
| `aico init`
|
|
29
|
-
| `aico add <employee>`
|
|
30
|
-
| `aico remove <employee>` | Remove an AI employee
|
|
31
|
-
| `aico list`
|
|
32
|
-
| `aico update`
|
|
33
|
-
| `aico search <query>`
|
|
34
|
-
| `aico diff`
|
|
35
|
-
| `aico check`
|
|
26
|
+
| Command | Description |
|
|
27
|
+
| ------------------------ | ---------------------------------- |
|
|
28
|
+
| `aico init` | Initialize aico in your project |
|
|
29
|
+
| `aico add <employee>` | Add an AI employee |
|
|
30
|
+
| `aico remove <employee>` | Remove an AI employee |
|
|
31
|
+
| `aico list` | List available/installed employees |
|
|
32
|
+
| `aico update` | Update installed employees |
|
|
33
|
+
| `aico search <query>` | Search for employees/skills |
|
|
34
|
+
| `aico diff` | Check for updates |
|
|
35
|
+
| `aico check` | Verify installation |
|
|
36
36
|
|
|
37
37
|
## Documentation
|
|
38
38
|
|