Skip to content

Commit

Permalink
Update upgrade command instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSGK committed Nov 16, 2023
1 parent de745cf commit 5688772
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/lekko/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,14 +594,9 @@ func upgradeCmd() *cobra.Command {
RunE: func(cmd *cobra.Command, args []string) error {
fmt.Printf(
`Our CLI is currently managed by Homebrew.
In order to upgrade, first set your API key:
export LEKKO_API_KEY=lekko_********
Next, run the following commands:
In order to upgrade, run the following commands:
brew update
export HOMEBREW_GITHUB_API_TOKEN=$($(brew --repo)/Library/Taps/lekkodev/homebrew-lekko/gen_token.sh)
brew upgrade lekko
For more information, check out our docs:
Expand Down

0 comments on commit 5688772

Please sign in to comment.