Reference
CLI reference
Every command in the Vesper CLI.
| Command | Description |
|---|---|
vesper init | Initialize a new project. |
vesper validate -f <file> | Validate a manifest against the schema. |
vesper apply -f <file> | Validate and version a manifest in the registry. |
vesper list | List deployed agents. |
vesper history <name> | Show the version history of an agent. |
vesper show <name> | Inspect the active manifest for an agent. |
vesper run <name> | Run an agent. Flags: --input, --input-file, --session, --max-cost. |
vesper runs <name> | Show the audit history of runs for an agent. |
vesper delete <name> | Remove an agent from the registry. |
