Administrator
Administrator
Published on 2025-06-26 / 73 Visits
0
0

Claude code,Rovo Dev CLI, gemini-cli

Claude code

  1. Install Claude Code:

npm install -g @anthropic-ai/claude-code
  1. Navigate to your project directory and run claude.

Rovo Dev CLI

In your terminal, to authorize with your Atlassian account, run:

acli rovodev auth login 

Run this command to open Rovo Dev in interactive mode (IM):

 acli rovodev run

gemini-cli

Run the CLI: Execute the following command in your terminal:

npx https://github.com/google-gemini/gemini-cli


Or install it with:

npm install -g @google/gemini-cli
gemini


Comment