mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat(cli): add shell completions (#14341)
This commit is contained in:
Generated
+6
-6
@@ -930,12 +930,12 @@ URL of a PostgreSQL database. If empty, PostgreSQL binaries will be downloaded f
|
||||
|
||||
### --postgres-auth
|
||||
|
||||
| | |
|
||||
| ----------- | -------------------------------------- |
|
||||
| Type | <code>enum[password\|awsiamrds]</code> |
|
||||
| Environment | <code>$CODER_PG_AUTH</code> |
|
||||
| YAML | <code>pgAuth</code> |
|
||||
| Default | <code>password</code> |
|
||||
| | |
|
||||
| ----------- | -------------------------------- |
|
||||
| Type | <code>password\|awsiamrds</code> |
|
||||
| Environment | <code>$CODER_PG_AUTH</code> |
|
||||
| YAML | <code>pgAuth</code> |
|
||||
| Default | <code>password</code> |
|
||||
|
||||
Type of auth to use when connecting to postgres.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user