cli-tool
intermediate
utility
Gemini CLI
_
📋 Kopie Alle Befehle
📄 Erstellen von PDF_HTML_TAG_120_____
_
Gemini CLI ist Googles Open-Source-KI-Agent, der Zugriff auf Gemini-Modelle direkt in Ihrem Terminal für Codierung, Content Kreation, Problemlösung und Workflow Automation bietet.
Installation und Inbetriebnahme
Command
Description
INLINE_CODE_4
Install Gemini CLI globally
INLINE_CODE_5
Authenticate with Google account
INLINE_CODE_6
Check authentication status
INLINE_CODE_7
Set default model
INLINE_CODE_8
Show current configuration
INLINE_CODE_9
Display version information
INLINE_CODE_10
Show help and available commands
_
oder Basisnutzung
Command
Description
INLINE_CODE_11
Simple text generation
INLINE_CODE_12
Start interactive chat session
INLINE_CODE_13
Process file input
INLINE_CODE_14
Save output to file
INLINE_CODE_15
Use specific model
INLINE_CODE_16
Enable streaming output
_
Dateioperationen
Command
Description
INLINE_CODE_17
Read and analyze file content
INLINE_CODE_18
Write content to file
INLINE_CODE_19
Edit existing file
INLINE_CODE_20
Analyze multiple files
INLINE_CODE_21
Compare two files
INLINE_CODE_22
Summarize document content
Entwicklung des Codes
Command
Description
INLINE_CODE_23
Generate code
INLINE_CODE_24
Debug code issues
INLINE_CODE_25
Generate test cases
INLINE_CODE_26
Refactor existing code
INLINE_CODE_27
Explain code functionality
INLINE_CODE_28
Optimize code performance
_
Projektmanagement
Command
Description
INLINE_CODE_29
Initialize project with Gemini
INLINE_CODE_30
Analyze entire project
INLINE_CODE_31
Generate project documentation
INLINE_CODE_32
Analyze project structure
INLINE_CODE_33
Analyze dependencies
INLINE_CODE_34
Security analysis
• Git Integration
Command
Description
INLINE_CODE_35
Generate commit messages
INLINE_CODE_36
Review code changes
INLINE_CODE_37
Suggest branch names
INLINE_CODE_38
Help resolve merge conflicts
INLINE_CODE_39
Generate changelog
INLINE_CODE_40
Generate PR descriptions
Eingebaute Werkzeuge
Command
Description
INLINE_CODE_41
List directory contents with AI insights
INLINE_CODE_42
Intelligent file search
INLINE_CODE_43
Display directory tree with analysis
INLINE_CODE_44
Analyze disk usage
INLINE_CODE_45
Suggest cleanup actions
Command
Description
INLINE_CODE_46
Analyze running processes
INLINE_CODE_47
Monitor system resources
INLINE_CODE_48
Analyze system logs
INLINE_CODE_49
Network diagnostics
INLINE_CODE_50
Disk usage analysis
Inhaltserstellung
Command
Description
INLINE_CODE_51
Generate blog post
INLINE_CODE_52
Draft email content
INLINE_CODE_53
Create presentation outline
INLINE_CODE_54
Generate report
INLINE_CODE_55
Create documentation
INLINE_CODE_56
Generate README file
_
oder Datenanalyse
Command
Description
INLINE_CODE_57
Analyze CSV data
INLINE_CODE_58
Parse and analyze JSON
INLINE_CODE_59
Analyze log files
INLINE_CODE_60
Generate SQL queries
INLINE_CODE_61
Suggest data visualizations
_
Konfiguration
Command
Description
INLINE_CODE_62
Set model temperature
INLINE_CODE_63
Set maximum tokens
INLINE_CODE_64
Set default model
INLINE_CODE_65
Set output format
INLINE_CODE_66
Reset to default settings
INLINE_CODE_67
Export configuration
_
Erweiterte Eigenschaften
Command
Description
INLINE_CODE_68
Analyze image content
INLINE_CODE_69
Describe image
INLINE_CODE_70
Analyze video content
INLINE_CODE_71
Transcribe audio
Batch Processing
Command
Description
INLINE_CODE_72
Process multiple tasks
INLINE_CODE_73
Run tasks in parallel
INLINE_CODE_74
Add task to queue
INLINE_CODE_75
Process queued tasks
Command
Description
INLINE_CODE_76
List available tools
INLINE_CODE_77
Install custom tool
INLINE_CODE_78
Create custom tool
INLINE_CODE_79
Configure tool
Automatisierung von Prozessen
Command
Description
INLINE_CODE_80
Create new workflow
INLINE_CODE_81
Execute workflow
INLINE_CODE_82
List available workflows
INLINE_CODE_83
Edit workflow
INLINE_CODE_84
Schedule recurring task
_
Integrationsbeispiele
Entwicklung Workflow
Command
Description
INLINE_CODE_85
Setup development environment
INLINE_CODE_86
Build project with AI assistance
INLINE_CODE_87
Deploy with AI guidance
INLINE_CODE_88
Monitor application
_
### DevOps Tasks
Command
Description
---------
-------------
INLINE_CODE_89
Optimize Docker configuration
INLINE_CODE_90
Analyze Kubernetes configs
INLINE_CODE_91
Review Terraform plans
INLINE_CODE_92
Optimize CI/CD pipelines
Modellauswahl
Command
Description
INLINE_CODE_93
List available models
INLINE_CODE_94
Get model information
INLINE_CODE_95
Use Flash model for speed
INLINE_CODE_96
Use Pro model for complexity
_
Ausgabeformate
Command
Description
INLINE_CODE_97
JSON output
INLINE_CODE_98
Markdown output
INLINE_CODE_99
Code-only output
INLINE_CODE_100
Table format
_
Im Kontext Management
Command
Description
INLINE_CODE_101
Add file to context
INLINE_CODE_102
Show current context
INLINE_CODE_103
Clear context
INLINE_CODE_104
Save context session
INLINE_CODE_105
Load context session
_
Debugging und Fehlerbehebung
Command
Description
INLINE_CODE_106
Enable debug mode
INLINE_CODE_107
Verbose output
INLINE_CODE_108
Diagnose installation issues
INLINE_CODE_109
Show application logs
INLINE_CODE_110
Test API connectivity
_
Umweltvariablen
Variable
Description
INLINE_CODE_111
Set API key
INLINE_CODE_112
Default model
INLINE_CODE_113
Default temperature
INLINE_CODE_114
Default max tokens
INLINE_CODE_115
Custom config path
_
oder Best Practices
Ja. Verwenden Sie spezifische, klare Aufforderungen für bessere Ergebnisse
Verwalten Sie den 1 Million Token Kontext für große Codebases
Kombinieren Sie mehrere Werkzeuge für komplexe Workflows
Speichern Sie häufig verwendete Befehle als Aliases
Verwenden Sie Streaming für langanhaltende Aufgaben
Regelmäßig aktualisieren, um neue Features zu erhalten
Konfigurieren eines geeigneten Modells basierend auf Aufgabenkomplexität
Kontextmanagement für mehrstufige Aufgaben verwenden
Durchführung einer ordnungsgemäßen Fehlerbehandlung in Workflows
Überwachen Sie die API-Nutzung und Kosten
Häufige Anwendungsfälle
Code Review
bash
gemini git diff HEAD~1 | gemini review "Check for security issues and best practices"_
Dokumentation Generation
bash
gemini analyze src/ | gemini docs "Generate API documentation"_
Bug Investiging
bash
gemini logs analyze error.log | gemini debug "Find root cause"_
Project Setup
bash
gemini init && gemini project structure | gemini optimize "Suggest improvements"_