From b902509e3afa3edb9baca4ee1a6d55ecb8f1d0aa Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:55:46 -0500 Subject: [PATCH] Fleetctl guide: logging in with SSO (#25344) Add 4th step to let users know they're ready to go --- articles/fleetctl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/fleetctl.md b/articles/fleetctl.md index 188b9d2034..8a967c8a7a 100644 --- a/articles/fleetctl.md +++ b/articles/fleetctl.md @@ -118,6 +118,7 @@ contexts: email: example@example.com token: your_token_here ``` +4. Now you're ready to run `fleetctl` commands! The token can also be set with `fleetctl config set --token`, but this may leak the token into a user's shell history.