cyberstrike CLI is the primary interface for running security assessments, managing sessions, configuring providers, and controlling the CyberStrike server. Run it with no arguments to launch the interactive TUI.
Commands
cyberstrike run
Run CyberStrike non-interactively with a message. Use for scripting, CI, and headless automation.
cyberstrike agent
Create and list agents. Agents are specialised system prompts for different security assessment tasks.
cyberstrike provider
Add, list, and remove custom OpenAI-compatible model providers such as Ollama or LM Studio.
cyberstrike mcp
Manage Model Context Protocol (MCP) servers — add local or remote servers and handle OAuth authentication.
cyberstrike session
List and inspect past sessions. Sessions persist all conversation history for later review or continuation.
cyberstrike serve
Start a headless HTTP server exposing the CyberStrike API for external tool integration.
Full command list
| Command | Description |
|---|---|
cyberstrike | Launch the interactive TUI |
cyberstrike run | Run with a message non-interactively |
cyberstrike agent | Create and list agents |
cyberstrike auth | Manage credentials (login / logout / list) |
cyberstrike provider | Add, list, and remove custom providers |
cyberstrike mcp | Manage MCP servers |
cyberstrike session | List sessions |
cyberstrike serve | Start a headless HTTP server |
cyberstrike models | List available models |
cyberstrike upgrade | Upgrade to the latest version |
cyberstrike uninstall | Uninstall CyberStrike |
cyberstrike stats | Show session usage statistics |
cyberstrike export | Export a session |
cyberstrike import | Import a session |
cyberstrike completion | Generate shell completion script |
Global flags
These flags are accepted by every command:| Flag | Type | Description |
|---|---|---|
--help, -h | boolean | Show help |
--version, -v | boolean | Show version number |
--print-logs | boolean | Print internal logs to stderr |
--log-level | string | Log verbosity: DEBUG, INFO, WARN, ERROR |
Getting help
Every command accepts--help to print its usage and flag reference.