Skip to content

Commit da79983

Browse files
chore: update readme to add info about interactive operations
1 parent c49e5ac commit da79983

6 files changed

Lines changed: 45 additions & 15 deletions

File tree

README.de.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,21 @@ curl -fsSL https://raw.githubusercontent.com/ops0-ai/ops0-cli/main/install.sh |
3434
### Grundlegende Verwendung
3535
```bash
3636
# 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"
3838

3939
# KI-gestützter Modus (API-Schlüssel erforderlich)
4040
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
4242

4343
# 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
4548
```
4649

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+
4752
## Befehlsbeispiele in Aktion
4853

4954
Hier sind einige reale Beispiele von ops0 in verschiedenen Tools:

README.es.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,21 @@ curl -fsSL https://raw.githubusercontent.com/ops0-ai/ops0-cli/main/install.sh |
3232
### Uso Básico
3333
```bash
3434
# Modo basado en reglas (no requiere clave API)
35-
ops0 -m "i want to plan my iac code"
35+
ops0 -m "quiero planificar mi código IaC"
3636

3737
# Modo IA (requiere clave API)
3838
export ANTHROPIC_API_KEY=your_key_here
39-
ops0 -m "check if my kubernetes pods are running" -ai
39+
ops0 -m "verifica si mis pods de kubernetes están corriendo" -ai
4040

4141
# 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
4346
```
4447

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+
4550
## Ejemplos de Comandos en Acción
4651

4752
Aquí hay algunos ejemplos reales de ops0 en acción con diferentes herramientas:

README.fr.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,21 @@ curl -fsSL https://raw.githubusercontent.com/ops0-ai/ops0-cli/main/install.sh |
3232
### Utilisation de Base
3333
```bash
3434
# 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"
3636

3737
# Mode IA (clé API requise)
3838
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
4040

4141
# 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
4346
```
4447

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+
4550
## Exemples de Commandes en Action
4651

4752
Voici des exemples concrets d'ops0 en action avec différents outils :

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@ ops0 -m "check if my kubernetes pods are running" -ai
4242

4343
# Troubleshooting mode
4444
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
45+
46+
# Interactive operations mode
47+
ops0 -o
4548
```
4649

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+
4752
## Command Examples in Action
4853

4954
Here are some real-world examples of ops0 in action across different tools:

README.pt-BR.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,21 @@ curl -fsSL https://raw.githubusercontent.com/ops0-ai/ops0-cli/main/install.sh |
3333
### Uso Básico
3434
```bash
3535
# Modo baseado em regras (não requer chave API)
36-
ops0 -m "i want to plan my iac code"
36+
ops0 -m "quero planejar meu código IaC"
3737

3838
# Modo IA (requer chave API)
3939
export ANTHROPIC_API_KEY=your_key_here
40-
ops0 -m "check if my kubernetes pods are running" -ai
40+
ops0 -m "verifique se meus pods do kubernetes estão rodando" -ai
4141

4242
# 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
4447
```
4548

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+
4651
## Exemplos de Operações em Ação
4752

4853
Aqui estão alguns exemplos reais do ops0 em ação com diferentes ferramentas:

README.zh-CN.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,21 @@ curl -fsSL https://raw.githubusercontent.com/ops0-ai/ops0-cli/main/install.sh |
3232
### 基本用法
3333
```bash
3434
# 规则模式 (无需 API 密钥)
35-
ops0 -m "i want to plan my iac code"
35+
ops0 -m "我想规划我的基础设施代码"
3636

3737
# AI 支持模式 (需要 API 密钥)
3838
export ANTHROPIC_API_KEY=your_key_here
39-
ops0 -m "check if my kubernetes pods are running" -ai
39+
ops0 -m "检查我的 kubernetes pods 是否在运行" -ai
4040

4141
# 故障排除模式
42-
ops0 -m "my terraform apply is failing with state lock" -troubleshoot
42+
ops0 -m "我的 terraform apply 因 state lock 失败" -troubleshoot
43+
44+
# 交互式操作模式
45+
ops0 -o
4346
```
4447

48+
*使用 `ops0 -o` 进入交互式操作模式:输入自然语言请求,连续执行多项操作,直到输入 'quit' 或 'exit' 结束会话。*
49+
4550
## 命令示例展示
4651

4752
以下是 ops0 在不同工具中的实际应用示例:

0 commit comments

Comments
 (0)