Kavi

kavi patterns

Search and list extracted patterns from the pattern library.

Beta Feature

This command is only available in beta releases and is not included in stable versions yet.

Synopsis

kavi patterns [options]

Description

Lists or searches patterns extracted from landing reports. By default, shows the 20 most recent patterns. With --query, searches by token matching (up to 12 results, or 50 with --all). Each pattern shows its ID, title, tags, example paths, commands, and summary. Patterns are stored in .kavi-patterns.json and persist across sessions.

Options

FlagDescription
--jsonOutput as JSON
--allRemove result limit (50 with search, all without)
--query <text>Search query

Examples

# List recent patterns
kavi patterns

# Search for API-related patterns
kavi patterns --query "api"

# List all patterns as JSON
kavi patterns --all --json

On this page