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
feat: filter users by github user id in the users list CLI command (#17029)
Add the `--github-user-id` option to `coder users list`, which makes thecommand only return users with a matching GitHub user id. This willenablehttps://github.com/coder/start-workspace-action to find a Coderuser that corresponds to a GitHub user requesting to start a workspace.