Skip to content

Commit 46a8f33

Browse files
authored
Merge pull request #745 from common-fate/calvin/cf-3571-improve-deprecation-message-on-granted-login
Granted login deprecation message should be clearer
2 parents 264318d + d6bbf15 commit 46a8f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/granted/entrypoint.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ var login = cli.Command{
107107
},
108108
Action: func(c *cli.Context) error {
109109
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")
110111

111112
k, err := securestorage.NewCF().Storage.Keyring()
112113
if err != nil {

0 commit comments

Comments
 (0)