Skip to content

Commit 898f268

Browse files
yeldarbyclaude
andcommitted
docs: update CLI-COMMANDS.md — completion is implemented, add setup section
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a125180 commit 898f268

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

CLI-COMMANDS.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,19 @@ roboflow video infer -p my-project -v 3 -f video.mp4 --fps 10
122122
roboflow video status <job-id>
123123
```
124124

125+
### Shell completion
126+
127+
```bash
128+
# Zsh
129+
eval "$(roboflow completion zsh)"
130+
131+
# Bash (requires bash >= 4.4)
132+
eval "$(roboflow completion bash)"
133+
134+
# Fish
135+
roboflow completion fish | source
136+
```
137+
125138
## JSON output for agents
126139

127140
Every command supports `--json` for structured output that's safe to pipe:
@@ -167,7 +180,7 @@ Version numbers are always numeric — that's how `x/y` is disambiguated between
167180
| `universe` | Search Roboflow Universe |
168181
| `video` | Video inference |
169182
| `batch` | Batch processing jobs *(coming soon)* |
170-
| `completion` | Shell completion scripts *(coming soon)* |
183+
| `completion` | Generate shell completion scripts (bash, zsh, fish) |
171184

172185
Run `roboflow <command> --help` for details on any command.
173186

0 commit comments

Comments
 (0)