Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ func showWelcomeMessage() {
fmt.Println(" codacy-cli init --api-token <token> --provider <gh|gl|bb> --organization <org> --repository <repo>")
fmt.Println()
fmt.Println("ℹ️ This will synchronzize tools and paterns from Codacy to your local machine.")
fmt.Println(" You can find your Project API token in Codacy under:")
fmt.Println(" Project > Settings > Integrations > Repository API tokens")
fmt.Println(" Find your API token at: https://app.codacy.com/account/access-management")
fmt.Println()
fmt.Println("Or initialize with default Codacy configuration:")
fmt.Println(" codacy-cli init")
Expand Down