@bussolabs/closeyourit-cli 0.10.0 → 0.11.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 CHANGED
@@ -133,14 +133,6 @@ CLOSEYOURIT_TOKEN=cyi_u_… CLOSEYOURIT_API_URL=https://www.closeyour.it \
133
133
  | `servers tokens list` | List the fleet enrollment tokens. |
134
134
  | `servers tokens create <name>` | Create an enrollment token (secret shown once). |
135
135
  | `servers tokens revoke <id> --confirm` | Revoke an enrollment token. |
136
- | `agents list [--kind claude\|shell] [--page]` | List the automation agents in your org. |
137
- | `agents show <id>` | Show one automation agent. |
138
- | `agents create --name --slug --run --schedule [--kind] [--timeout] [--model] [--permission-mode] [--allowed-tool…] [--on-failure] [--project <id\|key>…] [--group <id\|name>…] [--catch-up] [--no-enabled]` | Create an agent (executed by closeyourit-automator). |
139
- | `agents update <id> [--name] [--slug] [--kind] [--run] [--schedule] [--timeout] [--model] [--permission-mode] [--allowed-tool…] [--on-failure] [--enabled\|--no-enabled] [--catch-up\|--no-catch-up]` | Update an agent (only the passed fields change). |
140
- | `agents assign <id> [--project <id\|key>…] [--group <id\|name>…]` | Assign the agent to projects/groups (replaces targets). |
141
- | `agents delete <id> --confirm` | Delete an agent and its run history. |
142
- | `agents runs list <agent-id> [--page]` | List an agent's run history. |
143
- | `agents runs show <agent-id> <run-id>` | Show a single run (with output). |
144
136
  | `agents tokens list [--page]` | List the org automator tokens (cyi_a_). |
145
137
  | `agents tokens create <name>` | Create an org automator token (secret shown only once). |
146
138
  | `agents tokens revoke <id> --confirm` | Revoke an org automator token. |