coder users list --help
shows created_at
as a column you can filter by
#2369
Labels
api
Area: HTTP API
Bug Summary
Running
coder users list --help
says that you can use the-c
flag, which is defaulted tousername,email,created_by
, but thecreated_by
column isn't available in the output.Running
coder users list -c created_at
does not return any rows.Expected Behavior
coder users list -c created_at
should return the relevant rows of dataThe text was updated successfully, but these errors were encountered: