Skip to content

Commit

Permalink
docs: update --output for db configure (#44682)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Martin <[email protected]>
  • Loading branch information
stevenGravy and Steven Martin authored Jul 26, 2024
1 parent 1e93fdb commit 6a42b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ teleport db configure create \
| `--protocol` | Proxied database protocol. Refer to the [configuration](./configuration.mdx#database-service-configuration) reference for supported values. |
| `--uri` | Address the proxied database is reachable at. |
| `--labels` | Comma-separated list of labels for the database, for example env=dev,dept=it |
| `-o/--output` | Write to stdout with `-o=stdout`, the default config file with `-o=file`, or a custom path with `-o=file:///path` |
| `-o/--output` | Write to stdout with `--output=stdout`, the default config file with `--output=file`, or a custom path with `--output=file:///path` |
| `--dynamic-resources-labels` | Comma-separated list(s) of labels to match dynamic resources, for example env=dev,dept=it. Required to enable dynamic resources matching. |

## teleport db configure bootstrap
Expand Down

0 comments on commit 6a42b1f

Please sign in to comment.