Skip to content

Commit

Permalink
Merge pull request #745 from common-fate/calvin/cf-3571-improve-depre…
Browse files Browse the repository at this point in the history
…cation-message-on-granted-login

Granted login deprecation message should be clearer
  • Loading branch information
ckluy31 authored Sep 9, 2024
2 parents 264318d + d6bbf15 commit 46a8f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/granted/entrypoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ var login = cli.Command{
},
Action: func(c *cli.Context) error {
clio.Warn("this command is deprecated and will be removed in a future release")
clio.Warn("use granted auth login if you are trying to authenticate with a Common Fate deployment")

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

0 comments on commit 46a8f33

Please sign in to comment.