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:
Steven Masley
2022-05-24 11:53:04 -05:00
committed by GitHub
parent 363b16af38
commit d3a0578fe1
4 changed files with 83 additions and 1 deletions

View File

@ -18,6 +18,7 @@ func users() *cobra.Command {
cmd.AddCommand(
userCreate(),
userList(),
userSingle(),
createUserStatusCommand(codersdk.UserStatusActive),
createUserStatusCommand(codersdk.UserStatusSuspended),
)