Skip to content

Commit

Permalink
Document the --out flag on tctl auth export (#51373)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Jan 22, 2025
1 parent 9714f1a commit 0bc2bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/reference/cli/tctl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ $ tctl auth export [<flags>]
| `--fingerprint` | none | **string** e.g. `SHA256:<fingerprint>` | filter authority by fingerprint |
| `--compat` | none | version number | export certificates compatible with specific version of Teleport |
| `--type` | none | `user`, `host`, `tls-host`, `tls-user`, `tls-user-der`, `windows`, `db`, `openssh`, `saml-idp` | certificate type |
| `--out` | none | filepath | if set writes exported authorities to files with the given path prefix |

### Global flags

Expand Down

0 comments on commit 0bc2bc4

Please sign in to comment.