We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264318d commit d6bbf15Copy full SHA for d6bbf15
pkg/granted/entrypoint.go
@@ -107,6 +107,7 @@ var login = cli.Command{
107
},
108
Action: func(c *cli.Context) error {
109
clio.Warn("this command is deprecated and will be removed in a future release")
110
+ clio.Warn("use granted auth login if you are trying to authenticate with a Common Fate deployment")
111
112
k, err := securestorage.NewCF().Storage.Keyring()
113
if err != nil {
0 commit comments