CLI core concepts
Document in this page:
- Profiles — multiple endpoints/workspaces in
~/.config/retask/config.yaml(RETASK_PROFILE) - Transport — gRPC by default;
NWEB_API_TRANSPORT=httpfor Connect-over-HTTP (proxy auth in secure sandboxes) - Output — JSON-first;
--prettyfor tables; pipe tojq - No-persist mode —
--no-save/RETASK_NO_PERSISTprintsexportlines instead of writing config - NRNs — entity identifiers like
nweb:workspace:member:<uuid>used by flags such as--assignee