CLI
Access component documentation and install blocks from your terminal.
Installation
The Kumo CLI is available via npx. No installation required.
npx @cloudflare/kumo help Commands
Blocks
Install copy-paste blocks into your project for full customization.
# Initialize kumo.json configuration
npx @cloudflare/kumo init
# List all available blocks
npx @cloudflare/kumo blocks
# Install a block to your project
npx @cloudflare/kumo add PageHeader Component Registry
Access component documentation directly from your terminal.
# List all Kumo components with categories
npx @cloudflare/kumo ls
# Get detailed documentation for a component
npx @cloudflare/kumo doc Button
# Get documentation for all components
npx @cloudflare/kumo docs Try it out
Type commands in the interactive terminal below to explore the CLI.
Kumo CLI v1.0.0 - Type "kumo help" for commands
$
Tip: Use arrow keys for command history, Ctrl+L to clear