You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promoting a user to an owner role or changing user roles in a CLI context is possible only via coder organizations members edit-roles <username | user_id> [roles...]. However, this command is specific to the "organizations" structure, which is only available to Premium users. This limits OSS and single-organization deployments where role changes may still be needed.
Suggested Solution
Implement an alias for coder organizations members edit-roles to provide coder user edit-role to perform role updates for single org and OSS deployments.