Expand description
CLI interface for omni-dev.
Modules§
- ai
- AI commands.
- atlassian
- Atlassian CLI commands for JIRA and Confluence.
- 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.
- datadog
- Datadog CLI commands (read-only).
- git
- Git-related CLI commands.
- help
- Help command implementation for comprehensive CLI documentation.
- resources
omni-dev resources— embedded reference content (specs, etc.) shared with the MCPomni-dev://specs/{name}resource family.- transcript
- Transcript and caption fetching from media platforms.
- voice
- Voice-related CLI commands.
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.