User management commands
npx teamcopilot create-usernpx teamcopilot change-user-rolenpx teamcopilot delete-usernpx teamcopilot reset-passwordnpx teamcopilot rotate-jwt-secret
What each command is for
create-user: add a teammate before they can sign inchange-user-role: promote or demote a user betweenUserandEngineerdelete-user: remove a user account from the workspacereset-password: reset a user’s login passwordrotate-jwt-secret: invalidate existing sessions and force everyone to log in again
Operational note
Run these commands from the same workspace directory that TeamCopilot uses. If the environment file is missing or incomplete, initialize the workspace first withnpx teamcopilot init.