Import tool configuration from file
New --import flag on the tools command lets you configure all repository tools and patterns from a codacy.config.json file in a single operation. The CLI showsva detailed preview of what will change (tools to enable, disable, reconfigure, and pattern counts), asks for confirmation, then applies everything — including optionally unlinking coding standards with --force.
codacy tools gh my-org my-repo --import
codacy tools gh my-org my-repo --import ./custom-config.json --force -y
Also in this release
--limitoption for issues and findings — fetch up to 1,000 results with automatic pagination (default remains 100)--link-standard/--unlink-standardon the repository command to manage coding standards- patternInfo.id now included in JSON output for issues
- Node engine requirement bumped to >=20