Skip to content

Releases: codacy/codacy-cloud-cli

v1.0.5

26 Mar 16:09
Immutable release. Only release title and notes can be modified.
03d2f5f

Choose a tag to compare

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

  • --limit option for issues and findings — fetch up to 1,000 results with automatic pagination (default remains 100)
  • --link-standard / --unlink-standard on the repository command to manage coding standards
  • patternInfo.id now included in JSON output for issues
  • Node engine requirement bumped to >=20

v1.0.4

19 Mar 10:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.0.3

13 Mar 11:25
Immutable release. Only release title and notes can be modified.
5a42d43

Choose a tag to compare

What's Changed

  • feat: add --enable-all and --disable-all actions to patterns command
  • feat: add login and logout commands

v1.0.2

05 Mar 16:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add analysis information to repository and pull-request commands
  • Add --reanalyze option to repository and pull-request commands
  • Clean up JSON output to remove unnecessary data

v1.0.1

03 Mar 13:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Add ignore / unignore issues and findings commands
  • Fix minor usability issues
  • Improve README

v1.0.0

26 Feb 14:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

First Release