OUTPUT
Output determines the shape of the response each command gives. It can be set in a profile using:PAGINATION
Global flags and exit codes: global options.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Output modes, and how to page through long result sets
config set output <MODE>
oumi-cli datasets list --output json
| Mode | Description |
|---|---|
json | One line of JSON. Useful for scripts and agents. |
table | A rendered human readable table. |
id | Resource identifier only. Useful for shell pipelines. |
| Option | Default | Description |
|---|---|---|
--limit | 100 | Stop after at most this many items. |
--all | Fetch until results run out, bounded by --max-items. | |
--max-items | 10000 | Hard cap that applies with --all. |
Was this page helpful?