veirox browse

Browse the project workspace filesystem

Synopsis

veirox browse <subcommand> [args] [flags]

Description

Browse the project workspace filesystem

Subcommands

CommandDescription
veirox browse cat <path>Read a workspace file as text
veirox browse lsList entries at a workspace path
veirox browse treeRecursively list workspace entries (depth-bounded)

veirox browse cat <path>

Read a workspace file as text

FlagTypeDefaultDescription
--rawboolfalseuse the raw endpoint (returns content + content-type)
veirox browse cat agent-entities/CLAUDE.md

veirox browse ls

List entries at a workspace path

FlagTypeDefaultDescription
--pathstringworkspace-relative path (default: workspace root)
veirox browse ls --path agent-entities/skills

veirox browse tree

Recursively list workspace entries (depth-bounded)

FlagTypeDefaultDescription
--depthint3maximum recursion depth (1-8)
--pathstringworkspace-relative path (default: workspace root)
veirox browse tree --path agent-entities --depth 4

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated — run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also