بنقرة واحدة
gemini-cli
Reference for Gemini CLI usage patterns. Consult before calling gemini via Bash.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reference for Gemini CLI usage patterns. Consult before calling gemini via Bash.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Reference for Codex CLI usage patterns. Consult before calling codex via Bash.
Reference for rp-cli usage patterns. Consult before calling rp-cli via Bash.
Run code quality checks. Use after making code changes, before commits, or when asked to check code quality.
استنادا إلى تصنيف SOC المهني
| name | gemini-cli |
| description | Reference for Gemini CLI usage patterns. Consult before calling gemini via Bash. |
Quick reference for Gemini CLI commands.
gemini "[prompt]" -m gemini-3-flash-preview -o text 2>&1
| Flag | Purpose |
|---|---|
-m gemini-3-flash-preview | Model selection |
-o text | Human-readable output |
-o json | Structured output with stats |
-r [index] | Resume session by index |
--allowed-tools | Restrict available tools |
--list-sessions | List available sessions |
# List sessions
gemini --list-sessions
# Resume by index
echo "follow-up prompt" | gemini -r 1 -m gemini-3-flash-preview -o text 2>&1
dangerouslyDisableSandbox: true for Bash calls2>&1 to capture all outputEPERM errors: Gemini needs write access to ~/.gemini/tmp/ - use dangerouslyDisableSandbox: true
File access: Gemini can only read files in the workspace directory (project root)
Rate limits: Free tier is 60/min, 1000/day. CLI auto-retries with backoff.
gemini --help