Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v13] docs: update tctl tsh version location in prereqs #32859

Merged
merged 5 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/pages/includes/edition-prereqs-tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

See [Installation](../installation.mdx) for details.

To check version information, run the `tctl version` and `tsh version` commands.
For example:

```code
$ tctl version
# Teleport v(=teleport.version=) go(=teleport.golang=)

$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
```


</TabItem>
<TabItem scope="team" label="Teleport Team">

Expand All @@ -26,6 +38,17 @@ up to begin your [free trial](https://goteleport.com/signup/).

You can download these tools from the [Cloud Downloads page](../choose-an-edition/teleport-cloud/downloads.mdx).

To check version information, run the `tctl version` and `tsh version` commands.
For example:

```code
$ tctl version
# Teleport Enterprise v(=cloud.version=) go(=teleport.golang=)

$ tsh version
# Teleport v(=cloud.version=) go(=teleport.golang=)
```

</TabItem>
<TabItem
scope={["enterprise"]} label="Teleport Enterprise">
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/management/admin/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ but filter and limit access to the servers based on their AWS region.

1. Generate an invitation token for the host.

The invitation token is required for the local computer to join the Teleport cluster.
The invitation token is required for the local computer to join the Teleport cluster.
The following example generates a new token that is valid for five minutes and can be used
to enroll a server:

Expand Down
Loading