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{