chore: add updated_at to codersdk users (#13928)

* chore: add updated_at to codersdk users
This commit is contained in:
Steven Masley
2024-07-17 17:59:42 -05:00
committed by GitHub
parent 3e1fae7d3d
commit 44924cd8d8
14 changed files with 71 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ coder users list [flags]
| Type | <code>string-array</code> |
| Default | <code>username,email,created_at,status</code> |
Columns to display in table output. Available columns: id, username, email, created at, status.
Columns to display in table output. Available columns: id, username, email, created at, updated at, status.
### -o, --output