@epilot/cli 0.1.55 → 0.1.56
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/definitions/ai-agents.json +971 -98
- package/definitions/integration-toolkit.json +557 -1
- package/dist/{ai-agents-HEDTH2EP.js → ai-agents-53M2KHPI.js} +1 -1
- package/dist/bin/epilot.js +7 -7
- package/dist/{chunk-44NTPQBR.js → chunk-SODHUMYQ.js} +13 -4
- package/dist/{completion-4HOIJNFX.js → completion-YKNRP3BS.js} +1 -1
- package/dist/{upgrade-SJPZVQ2P.js → upgrade-KITITKDI.js} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ npm install -g @epilot/cli
|
|
|
29
29
|
|
|
30
30
|
<!-- usage-help -->
|
|
31
31
|
```
|
|
32
|
-
epilot v0.1.
|
|
32
|
+
epilot v0.1.56 — CLI for epilot APIs
|
|
33
33
|
|
|
34
34
|
USAGE
|
|
35
35
|
epilot <api> <operationId> [params...] [flags]
|
|
@@ -64,7 +64,7 @@ APIs
|
|
|
64
64
|
access-token Access Token API
|
|
65
65
|
address Address API
|
|
66
66
|
address-suggestions Address Suggestions API
|
|
67
|
-
ai-agents AI Agents API
|
|
67
|
+
ai-agents AI Agents API
|
|
68
68
|
app App API
|
|
69
69
|
audit-logs Audit Log
|
|
70
70
|
automation Automation API
|
|
@@ -321,7 +321,7 @@ Full documentation with sample calls and responses for all APIs:
|
|
|
321
321
|
| Access Token API | `epilot access-token` | [docs](./docs/access-token.md) |
|
|
322
322
|
| Address API | `epilot address` | [docs](./docs/address.md) |
|
|
323
323
|
| Address Suggestions API | `epilot address-suggestions` | [docs](./docs/address-suggestions.md) |
|
|
324
|
-
| AI Agents API
|
|
324
|
+
| AI Agents API | `epilot ai-agents` | [docs](./docs/ai-agents.md) |
|
|
325
325
|
| App API | `epilot app` | [docs](./docs/app.md) |
|
|
326
326
|
| Audit Log | `epilot audit-logs` | [docs](./docs/audit-logs.md) |
|
|
327
327
|
| Automation API | `epilot automation` | [docs](./docs/automation.md) |
|