cleatctl

command
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL