Marketplace
PluginOfficial

Workflow CLI

Core CLI commands for interacting with the KB Labs Workflow Daemon.

Install

kb plugins install @kb-labs/workflow-cli

About

The Workflow CLI plugin is the primary interface for managing and executing workflows from the command line. It provides commands to create, run, inspect, and audit workflow executions directly from your terminal or CI/CD pipeline.

Built on top of the KB Labs Workflow Daemon, this plugin exposes the full power of the workflow engine through a clean, composable CLI interface.

CLI Commands

workflow:runkb workflow:run --help
workflow:listkb workflow:list --help
workflow:statuskb workflow:status --help
workflow:logskb workflow:logs --help
workflow:cancelkb workflow:cancel --help
workflow:inspectkb workflow:inspect --help
jobs:listkb jobs:list --help
jobs:getkb jobs:get --help

Requirements

Permissions

fs:read

network:outbound

Environment variables

KB_WORKFLOW_URL

KB_AUTH_TOKEN