File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,6 +122,19 @@ roboflow video infer -p my-project -v 3 -f video.mp4 --fps 10
122122roboflow 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
127140Every 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
172185Run ` roboflow <command> --help ` for details on any command.
173186
You can’t perform that action at this time.
0 commit comments