Skip to content

Commit 1e42bda

Browse files
fix: Update API token instructions in welcome message (#157)
- Revised the welcome message to direct users to the Codacy website for obtaining their API token, enhancing clarity and accessibility of information. - Removed outdated instructions regarding the location of the Project API token in the Codacy interface.
1 parent f19edc7 commit 1e42bda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/root.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ func showWelcomeMessage() {
8282
fmt.Println(" codacy-cli init --api-token <token> --provider <gh|gl|bb> --organization <org> --repository <repo>")
8383
fmt.Println()
8484
fmt.Println("ℹ️ This will synchronzize tools and paterns from Codacy to your local machine.")
85-
fmt.Println(" You can find your Project API token in Codacy under:")
86-
fmt.Println(" Project > Settings > Integrations > Repository API tokens")
85+
fmt.Println(" Find your API token at: https://app.codacy.com/account/access-management")
8786
fmt.Println()
8887
fmt.Println("Or initialize with default Codacy configuration:")
8988
fmt.Println(" codacy-cli init")

0 commit comments

Comments
 (0)