You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Regelbasierter Modus (kein API-Schlüssel erforderlich)
37
-
ops0 -m "i want to plan my iac code"
37
+
ops0 -m "ich möchte meinen IaC-Code planen"
38
38
39
39
# KI-gestützter Modus (API-Schlüssel erforderlich)
40
40
export ANTHROPIC_API_KEY=your_key_here
41
-
ops0 -m "check if my kubernetes pods are running" -ai
41
+
ops0 -m "prüfe, ob meine kubernetes pods laufen" -ai
42
42
43
43
# Fehlerbehebungsmodus
44
-
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
44
+
ops0 -m "mein terraform apply schlägt wegen state lock fehl" -troubleshoot
45
+
46
+
# Interaktiver Operationsmodus
47
+
ops0 -o
45
48
```
46
49
50
+
*Nutzen Sie `ops0 -o` für den interaktiven Operationsmodus: Geben Sie natürliche Sprache ein und führen Sie mehrere Operationen in einer Sitzung aus, bis Sie 'quit' oder 'exit' eingeben.*
51
+
47
52
## Befehlsbeispiele in Aktion
48
53
49
54
Hier sind einige reale Beispiele von ops0 in verschiedenen Tools:
ops0 -m "check if my kubernetes pods are running" -ai
39
+
ops0 -m "verifica si mis pods de kubernetes están corriendo" -ai
40
40
41
41
# Modo de solución de problemas
42
-
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
42
+
ops0 -m "mi terraform apply falla por state lock" -troubleshoot
43
+
44
+
# Modo de operaciones interactivas
45
+
ops0 -o
43
46
```
44
47
48
+
*Usa `ops0 -o` para el modo de operaciones interactivas: ingresa solicitudes en lenguaje natural y ejecuta múltiples operaciones en una sesión hasta escribir 'quit' o 'exit'.*
49
+
45
50
## Ejemplos de Comandos en Acción
46
51
47
52
Aquí hay algunos ejemplos reales de ops0 en acción con diferentes herramientas:
# Mode basé sur des règles (pas de clé API nécessaire)
35
-
ops0 -m "i want to plan my iac code"
35
+
ops0 -m "je veux planifier mon code IaC"
36
36
37
37
# Mode IA (clé API requise)
38
38
export ANTHROPIC_API_KEY=your_key_here
39
-
ops0 -m "check if my kubernetes pods are running" -ai
39
+
ops0 -m "vérifier si mes pods kubernetes fonctionnent" -ai
40
40
41
41
# Mode dépannage
42
-
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
42
+
ops0 -m "mon terraform apply échoue à cause d'un state lock" -troubleshoot
43
+
44
+
# Mode opérations interactives
45
+
ops0 -o
43
46
```
44
47
48
+
*Utilisez `ops0 -o` pour le mode opérations interactives : saisissez des requêtes en langage naturel et exécutez plusieurs opérations dans une session jusqu'à taper 'quit' ou 'exit'.*
49
+
45
50
## Exemples de Commandes en Action
46
51
47
52
Voici des exemples concrets d'ops0 en action avec différents outils :
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,13 @@ ops0 -m "check if my kubernetes pods are running" -ai
42
42
43
43
# Troubleshooting mode
44
44
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
45
+
46
+
# Interactive operations mode
47
+
ops0 -o
45
48
```
46
49
50
+
*Use `ops0 -o` for interactive operations mode: enter natural language requests and run multiple operations in a session until you type 'quit' or 'exit'.*
51
+
47
52
## Command Examples in Action
48
53
49
54
Here are some real-world examples of ops0 in action across different tools:
ops0 -m "check if my kubernetes pods are running" -ai
40
+
ops0 -m "verifique se meus pods do kubernetes estão rodando" -ai
41
41
42
42
# Modo de solução de problemas
43
-
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
43
+
ops0 -m "meu terraform apply está falhando com state lock" -troubleshoot
44
+
45
+
# Modo de operações interativas
46
+
ops0 -o
44
47
```
45
48
49
+
*Use `ops0 -o` para o modo de operações interativas: digite solicitações em linguagem natural e execute várias operações em uma sessão até digitar 'quit' ou 'exit'.*
50
+
46
51
## Exemplos de Operações em Ação
47
52
48
53
Aqui estão alguns exemplos reais do ops0 em ação com diferentes ferramentas:
0 commit comments