How branches work
Every CLI command lives under a top-level branch that names a resource —ekso item ..., ekso field ..., ekso docs .... Verbs scope to that resource (list, get, create, update, delete) plus any resource-specific extras (field create-list, docs folder create).
You can always discover the verbs for a branch with:
--help reflects the binary you have installed — treat it as the source of truth if these docs and your CLI ever drift.
Work management
Process & workflow
Planning & delivery
Time & finance
Knowledge & files
Communication
Administration
Migration
Utility
See also
- Authentication — how
ekso auth loginand API keys work. - Configuration — the global flag and env-var surface every branch shares.
- API Reference — the underlying HTTP routes each command calls.