Skip to main content

clawker project

Manage clawker projects

Synopsis

Manage clawker projects. This command provides project-level operations for clawker projects. Use ‘clawker project init’ to set up a new project in the current directory.

Examples

  # Initialize a new project
  clawker project init

  # Register an existing project
  clawker project register

  # List all registered projects
  clawker project list

  # Show project details
  clawker project info my-project

  # Remove a project from registry
  clawker project remove my-project

  # Interactively edit project configuration
  clawker project edit

Subcommands

Options

  -h, --help   help for project

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also

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