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 5086b8c commit be987e2Copy full SHA for be987e2
cmd/root.go
@@ -50,8 +50,8 @@ func showWelcomeMessage() {
50
fmt.Println("This tool helps you analyze and maintain code quality in your projects.")
51
fmt.Println()
52
yellow.Println("To get started, you'll need a Codacy API token.")
53
- fmt.Println("You can find your API token in Codacy under:")
54
- fmt.Println("Account > Access Management > API Tokens")
+ fmt.Println("You can find your Project API token in Codacy under:")
+ fmt.Println("Project > Settings > Integrations > Repository API tokens")
55
56
cyan.Println("Initialize your project with:")
57
fmt.Println(" codacy-cli init --repository-token YOUR_TOKEN")
0 commit comments