feat(cli): add coder users delete command (#10115)

This commit is contained in:
Colin Adler
2023-10-09 11:47:57 -05:00
committed by GitHub
parent 24c80bf532
commit 9e622d00a6
15 changed files with 247 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
coder v0.0.0-devel
USAGE:
coder users delete <username|user_id>
Delete a user by username or user_id.
Aliases: rm
———
Run `coder --help` for a list of global options.