Documentation
¶
Overview ¶
Command cleatctl is a CLI tool for managing Cleat workflow versions, deployments, and operational tasks. It communicates with PostgreSQL directly (or via the cleat-worker HTTP API for certain operations).
Usage:
cleatctl [--db <postgres-dsn>] <command> [<args>]
Commands:
versions list [<name>] — list workflow versions versions deprecate <name> <v> — mark a version deprecated versions restore <name> <v> — mark a version active versions purge <name> <v> — permanently delete a version versions active [<name>] — show active instance counts by version versions gc [--dry-run] — run garbage collection on deprecated versions deploy workflow <name> <wasm> — deploy a new workflow WASM binary deploy plugin <name> <wasm> — deploy a plugin WASM binary drop-tenant <tenant-id> — permanently delete a tenant and all its data revoke-api-key [flags] — revoke a cleat API key (credential rotation)
Click to show internal directories.
Click to hide internal directories.