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

docs: update tctl tsh version location in prereqs #32763

Merged
merged 4 commits into from
Oct 2, 2023
Merged
Changes from 3 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
65 changes: 51 additions & 14 deletions docs/pages/includes/edition-prereqs-tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

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=) git:(=teleport.git=) go(=teleport.golang=)

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

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

Expand All @@ -18,6 +31,19 @@ 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=) git:(=teleport.git=) go(=teleport.golang=)

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

</TabItem>

<TabItem
Expand All @@ -32,6 +58,19 @@ up to begin your [free trial](https://goteleport.com/signup/).
You can download these tools by visiting your [Teleport
account workspace](https://teleport.sh).

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

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

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

</TabItem>
<TabItem scope={["cloud"]}
label="Teleport Enterprise Cloud">
Expand All @@ -43,20 +82,18 @@ up to begin your [free trial](https://goteleport.com/signup/).
- The Enterprise `tctl` admin tool and `tsh` client tool version >= (=cloud.version=).

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

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

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

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


$ tsh version
# Teleport v(=cloud.version=) go(=teleport.golang=)
Proxy version: (=cloud.version=)
Proxy: (=teleport.url=)
```
</TabItem>
</Tabs>
Loading