Skip to content
Prev Previous commit
Next Next commit
update golden files
  • Loading branch information
Emyrk committed Aug 9, 2023
commit 873110a3d7a4f8bece0b76fc9cc8c2ff360ec7f6
10 changes: 4 additions & 6 deletions cli/testdata/coder_users_create_--help.golden
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Usage: coder users create [flags]

Options
--disable-login bool
Disabling login for a user prevents the user from authenticating via
password or IdP login. Authentication requires an API key/token
generated by an admin. Be careful when using this flag as it can lock
the user out of their account.

-e, --email string
Specifies an email address for the new user.

--login-type string
Optionally specify the login type for the user. Valid values are:
password, none, github, oidc.

-p, --password string
Specifies a password for the new user.

Expand Down