Auth
retask auth login
Section titled “retask auth login”Exchange PAT for JWT, save to profile
retask auth loginretask auth logout
Section titled “retask auth logout”Clear cached JWT from active profile
retask auth logoutretask auth whoami
Section titled “retask auth whoami”Print identity and workspace membership for the active token. Output: user_nrn, workspace_id, jwt_expires, endpoint, workspace_member.{nrn, role, membership_status, display_name, name, email, joined_at}
retask auth whoamiretask auth pat list
Section titled “retask auth pat list”List PATs for current user
retask auth pat listretask auth pat create
Section titled “retask auth pat create”Create a new PAT
Flags: --name, --description, --expires-at
retask auth pat create --name ci-botretask auth pat revoke
Section titled “retask auth pat revoke”Revoke a PAT by ID
retask auth pat revoke <pat-id>