Expand description
CLI interface for omni-dev.
Modules§
- ai
- AI commands.
- atlassian
- Atlassian CLI commands for JIRA and Confluence.
- browser
- Browser bridge CLI commands.
- commands
- Command template management.
- completions
omni-dev completions <shell>— emit a shell completion script generated from the live clap command tree.- config
- Configuration-related CLI commands.
- coverage
- Coverage analysis CLI commands.
- daemon
omni-dev daemon— supervise the long-lived daemon and its services.- datadog
- Datadog CLI commands (read-only).
- git
- Git-related CLI commands.
- help
- Help command implementation for comprehensive CLI documentation.
- log
omni-dev log— search and pretty-print the local invocation + HTTP log.- resources
omni-dev resources— embedded reference content (specs, etc.) shared with the MCPomni-dev://specs/{name}resource family.- snowflake
omni-dev snowflake— a thin client that runs SQL through the daemon’s multiplexed, authenticate-once Snowflake sessions.- transcript
- Transcript and caption fetching from media platforms.
- worktrees
omni-dev worktrees— a thin client for the daemon’s cross-window worktree registry.
Structs§
- Cli
- Top-level clap-derived CLI struct; the library entry point for embedding omni-dev programmatically.
Enums§
- AiBackend
- CLI-side selector for the AI backend dispatched by
create_default_claude_client. - Commands
- Top-level subcommand dispatch enum.