Rovo Dev CLI commands

Rovo Dev CLI can display all commands after the /help command

コマンド ライン

Commands available from your terminal before starting interactive mode:

Run Rovo Dev CLI

acli rovodev run - Start Rovo Dev CLI in interactive mode.

acli rovodev run [instruction] - Execute a single instruction (non-interactive mode).

acli rovodev run --worktree [name] - Run Rovo Dev CLI in a Git worktree. Optionally, specify a name. If you don’t specify a name, a timestamp-based name is automatically generated. More about worktree mode

acli rovodev run --web - Start Rovo Dev CLI in web UI mode instead of terminal UI.

acli rovodev run --restore [session ID] - Run Rovo Dev CLI and restore the last session from the current workspace. Pass in a session ID to restore a specific session, or use the flag without a value to restore the most recent session. More about sessions

acli rovodev run --yolo - Runs Rovo Dev CLI in YOLO mode, without asking permission for tool use (use with caution). More about YOLO mode

ヘルプの確認

acli rovodev --help - Show flags and commands.

acli rovodev <command> --help - Get detailed help about specific commands (for example, you could use acli rovodev config --help).

Server mode

acli rovodev serve [port] - Starts Rovo Dev in server mode on the specified port. More about server mode

設定ファイル

acli rovodev config - Opens the configuration file in your default editor. More about Rovo Dev settings

acli rovodev run --config-file [directory] - Create a new configuration in the specified directory and use its settings for Rovo Dev CLI.

Model Context Protocol (MCP) servers

acli rovodev mcp - Opens MCP server configuration file in your default editor. More about Rovo Dev and MCP servers

Interactive mode

To view all available commands when you’re in Rovo Dev CLI’s interactive mode, use /help.

セッション管理

/new - Create a new session with an optional title.

/sessions new - Create a new session with default title.

/sessions new [title] - Create a new session with custom title.

/sessions fork - Fork the current session with default title.

/sessions fork [title] - Fork the current session with custom title.

/sessions rename [title] - Rename the current session.

/sessions rename [current_title] [new_title] - Rename a specific session.

/clear - Clear the current session's message history (cannot be undone).

/prune - Reduce token size while retaining context (removes tool results).

More about sessions

Saved prompts

/prompts - Opens an interactive menu to view and select saved prompts.

/prompts [title] - Runs the prompt you specify.

/prompts [title] [extra_information] - Appends the extra information you specify to the end of your saved prompt and runs. Extra information can also be used to specify parameters that are expected by the saved prompt.

More about saved prompts

メモリ

/memory - Edit the current directory’s memory file.

/memory user - Edit your user memory file.

/memory init - Rovo Dev analyzes the current project and generates content for your project file.

/memory reflect - Analyze current conversation and integrate insights into memory.

Jira

/jira - Show current Jira status.

/jira global - Configure global Jira project for all workspaces.

/jira local - Configure local workspace Jira project override.

/jira local remove - Remove local workspace override.

/jira disable - Disable Jira integration.

生産性

? - Show all available shortcuts.

/ask - Send a prompt in ask (read-only) mode without permanently switching modes.

/copy - Copy last agent response to clipboard.

/copy conversation [limit] - Copy conversation history to clipboard.

/plan - Switch to plan mode to create an implementation plan before making changes.

/full-context - Gather project context from Atlassian tools using the full-context-mode skill.

/research - Conduct deep research using domain-focused subagents.

/yolo - Toggle YOLO mode, without asking permission for tool use (use with caution). More about YOLO mode

システム

/status - Show CLI status, version, account details, and model.

/config - View and edit Rovo Dev configuration.

/mode - Display and select from available agent modes.

/models - Switch between available AI models.

/feedback - Provide feedback or report bugs.

/usage - Show Rovo Dev Credit usage.

/usage site - Switch to a Rovo Dev credit allocation on another site (when available).

/mcp - Manage MCP servers.

/directories - Manage allowed external directories for file access.

/subagents - Manage subagent profiles (when enabled). More about subagents

/ide - Install Rovo Dev IDE plugin (when enabled).

/changelog - Display changelog and release notes.

/hooks - Manage event hook configurations.

/efficiency - Set the efficiency level for the current session.

exit

/exit - Quit Rovo Dev (also /quit, /q, exit, quit, q).

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。