veirox browse
Browse the project workspace filesystem
Synopsis
veirox browse <subcommand> [args] [flags]
Description
Browse the project workspace filesystem
Subcommands
| Command | Description |
|---|---|
veirox browse cat <path> | Read a workspace file as text |
veirox browse ls | List entries at a workspace path |
veirox browse tree | Recursively list workspace entries (depth-bounded) |
veirox browse cat <path>
Read a workspace file as text
| Flag | Type | Default | Description |
|---|---|---|---|
--raw | bool | false | use the raw endpoint (returns content + content-type) |
veirox browse cat agent-entities/CLAUDE.md
veirox browse ls
List entries at a workspace path
| Flag | Type | Default | Description |
|---|---|---|---|
--path | string | — | workspace-relative path (default: workspace root) |
veirox browse ls --path agent-entities/skills
veirox browse tree
Recursively list workspace entries (depth-bounded)
| Flag | Type | Default | Description |
|---|---|---|---|
--depth | int | 3 | maximum recursion depth (1-8) |
--path | string | — | workspace-relative path (default: workspace root) |
veirox browse tree --path agent-entities --depth 4
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated — run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |