Skip to content

Commit e9eab7c

Browse files
Revise available commands section in README
Updated the README to include one-shot query examples and a link to the BashOps Prompt Cheatsheet.
1 parent 44e3026 commit e9eab7c

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,23 @@ uv sync
138138
bashops init
139139
```
140140

141-
### Available commands
141+
### One-shot query (Examples)
142142

143143
```bash
144-
bashops ask <question> # One-shot query for automation or quick checks
145-
bashops tui # Interactive TUI session
146-
bashops init # Create default config file
147-
bashops version # Print version
144+
# System & Docker
145+
uv run bashops ask "What is eating my RAM right now?"
146+
uv run bashops ask "Is the docker service healthy?"
147+
148+
# Kubernetes
149+
uv run bashops ask "Are there any pods continuously restarting in the default namespace?"
150+
151+
# Observability & Security
152+
uv run bashops ask "Are all prometheus targets currently up?"
153+
uv run bashops ask "What are the most critical recent security alerts in wazuh?"
148154
```
149155

156+
📚 Looking for more? Check out the full BashOps Prompt Cheatsheet for advanced use cases across Kubernetes, Prometheus, Wazuh, and system administration.
157+
150158
---
151159

152160
## 🏗️ Architecture

0 commit comments

Comments
 (0)