From 9275d34294d625d3027fb9caedad35e1544021cf Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Wed, 22 Jan 2025 16:49:49 -0300 Subject: [PATCH] Document the --out flag on `tctl auth export` --- docs/pages/reference/cli/tctl.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/reference/cli/tctl.mdx b/docs/pages/reference/cli/tctl.mdx index 3240431b58fc4..020a6da5708f3 100644 --- a/docs/pages/reference/cli/tctl.mdx +++ b/docs/pages/reference/cli/tctl.mdx @@ -268,6 +268,7 @@ $ tctl auth export [] | `--fingerprint` | none | **string** e.g. `SHA256:` | 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