From c14640ca8404a5448f13679b5e876fa0ff9a7f7b Mon Sep 17 00:00:00 2001 From: Michal Nicpon <39177923+michalnicp@users.noreply.github.com> Date: Tue, 8 Mar 2022 09:24:04 -0700 Subject: [PATCH] add sso to login help (#4481) --- cmd/fleetctl/login.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/fleetctl/login.go b/cmd/fleetctl/login.go index 5adea3cb82..daeb1733aa 100644 --- a/cmd/fleetctl/login.go +++ b/cmd/fleetctl/login.go @@ -22,6 +22,8 @@ func loginCommand() *cli.Command { fleetctl login [options] Interactively prompts for email and password if not specified in the flags or environment variables. + +Trying to login with SSO? First, login to the Fleet UI and retrieve your API token from the "My account" page. Then set your API token with the fleetctl set config --token command. You're now logged in to fleetctl. `, Flags: []cli.Flag{ &cli.StringFlag{