Run the CLI

The CLI ships with @audtai/judit and can run directly through npx:

npx @audtai/judit help

Blocks

Initialize a project, inspect available blocks, and install a block as source code you own:

# Create judit.json
npx @audtai/judit init

# List available blocks
npx @audtai/judit blocks

# Install a block
npx @audtai/judit add PageHeader

Older Kumo-based projects may still contain inherited kumo.json configuration or src/components/kumo/ paths. Treat those as compatibility names during migration; do not rename installed source blindly.

Component Registry

Access Judit’s generated component documentation from the terminal:

# List components and categories
npx @audtai/judit ls

# Show one component
npx @audtai/judit doc Button

# Show all component documentation
npx @audtai/judit docs

To compare with the upstream Kumo release line, run the same documentation commands against @cloudflare/kumo explicitly.

Try It

Type commands in the interactive terminal below to explore the CLI.

Judit CLI v1.0.0 - Type "judit help" for commands
$

Tip: Use arrow keys for command history, Ctrl+L to clear