Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt

Use this file to discover all available pages before exploring further.

clawker controlplane

Break-glass control plane lifecycle

Synopsis

Explicit lifecycle control for the clawker control plane container. The control plane is normally bootstrapped on demand the first time any command needs to talk to it (for example, clawker firewall status). These subcommands exist for debugging, upgrades, and recovery when you need to observe or manipulate the CP directly.

Examples

  # Start the control plane (idempotent)
  clawker controlplane up

  # Show CP health
  clawker controlplane status

  # Stop the control plane
  clawker controlplane down

Subcommands

Options

  -h, --help   help for controlplane

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also

  • clawker - Manage Claude Code in secure Docker containers with clawker