We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f6781 commit 0c39e2bCopy full SHA for 0c39e2b
1 file changed
README.md
@@ -144,6 +144,7 @@ rli devbox get <id> -o text
144
- `yaml` - YAML format
145
146
**Examples:**
147
+
148
```bash
149
# Use JSON output for scripting
150
DEVBOX_ID=$(rli devbox create --name my-devbox -o json | jq -r '.id')
@@ -155,7 +156,6 @@ rli devbox get <id> -o yaml > devbox-config.yaml
155
156
rli devbox list -o text
157
```
158
-
159
## MCP Server (AI Integration)
160
161
Runloop includes a Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with your devboxes.
0 commit comments