Skip to content

Commit

Permalink
docs: update tctl tsh version location in prereqs (#32763)
Browse files Browse the repository at this point in the history
* docs: update tctl tsh version

* lint fix
  • Loading branch information
stevenGravy authored Oct 2, 2023
1 parent 0ec08a2 commit 297c87a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 15 deletions.
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>
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

0 comments on commit 297c87a

Please sign in to comment.