Closed
Description
Bug Summary
Running coder users list --help
says that you can use the -c
flag, which is defaulted to username,email,created_by
, but the created_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 data