mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
add sso to login help (#4481)
This commit is contained in:
parent
dd62695791
commit
c14640ca84
1 changed files with 2 additions and 0 deletions
|
|
@ -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 <your-api-token-here> command. You're now logged in to fleetctl.
|
||||
`,
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue