mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
17 lines
469 B
Plaintext
17 lines
469 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder reset-password [flags] <username>
|
|
|
|
Directly connect to the database to reset a user's password
|
|
|
|
OPTIONS:
|
|
--postgres-connection-auth password|awsiamrds, $CODER_PG_CONNECTION_AUTH (default: password)
|
|
Type of auth to use when connecting to postgres.
|
|
|
|
--postgres-url string, $CODER_PG_CONNECTION_URL
|
|
URL of a PostgreSQL database to connect to.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|