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 12:59:42 -10:00
committed by GitHub
parent 3e1fae7d3d
commit 44924cd8d8
14 changed files with 71 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ USAGE:
OPTIONS:
-c, --column string-array (default: username,email,created_at,status)
Columns to display in table output. Available columns: id, username,
email, created at, status.
email, created at, updated at, status.
-o, --output string (default: table)
Output format. Available formats: table, json.
+2
View File
@@ -6,6 +6,7 @@
"name": "Test User",
"email": "testuser@coder.com",
"created_at": "[timestamp]",
"updated_at": "[timestamp]",
"last_seen_at": "[timestamp]",
"status": "active",
"login_type": "password",
@@ -27,6 +28,7 @@
"name": "",
"email": "testuser2@coder.com",
"created_at": "[timestamp]",
"updated_at": "[timestamp]",
"last_seen_at": "[timestamp]",
"status": "dormant",
"login_type": "password",