mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: Allow regen-ssh and fetching a single user from the cli (#1619)
* feat: Allow regen-ssh and fetching a single user from the cli
This commit is contained in:
@ -18,6 +18,7 @@ func users() *cobra.Command {
|
||||
cmd.AddCommand(
|
||||
userCreate(),
|
||||
userList(),
|
||||
userSingle(),
|
||||
createUserStatusCommand(codersdk.UserStatusActive),
|
||||
createUserStatusCommand(codersdk.UserStatusSuspended),
|
||||
)
|
||||
|
Reference in New Issue
Block a user