From b895e9454bca3871e64726cbe5094f01f723c0a2 Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Mon, 29 Jul 2024 09:55:57 -0300 Subject: [PATCH 1/2] Change to using tctl desktops ls `tctl get windows_desktop` -> `tctl desktops ls` --- docs/pages/choose-an-edition/migrate-to-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/choose-an-edition/migrate-to-cloud.mdx b/docs/pages/choose-an-edition/migrate-to-cloud.mdx index 836118f467468..1fc7a2754f575 100644 --- a/docs/pages/choose-an-edition/migrate-to-cloud.mdx +++ b/docs/pages/choose-an-edition/migrate-to-cloud.mdx @@ -323,7 +323,7 @@ your new Teleport cluster, ensure that the setup is complete. List all registered Windows desktops: ```code - $ tctl get windows_desktop + $ tctl desktops ls ``` 1. Ensure that end users have the expected SSO access to your infrastructure. From 147a80987687c5098908b01a27a0b944ff66d595 Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Mon, 29 Jul 2024 13:34:43 -0300 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Zac Bergquist --- docs/pages/choose-an-edition/migrate-to-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/choose-an-edition/migrate-to-cloud.mdx b/docs/pages/choose-an-edition/migrate-to-cloud.mdx index 1fc7a2754f575..6a696f08ba9b4 100644 --- a/docs/pages/choose-an-edition/migrate-to-cloud.mdx +++ b/docs/pages/choose-an-edition/migrate-to-cloud.mdx @@ -323,7 +323,7 @@ your new Teleport cluster, ensure that the setup is complete. List all registered Windows desktops: ```code - $ tctl desktops ls + $ tctl desktop ls ``` 1. Ensure that end users have the expected SSO access to your infrastructure.