Skip to content

Releases: codacy/codacy-cloud-cli

v1.1.0

18 May 09:13
Immutable release. Only release title and notes can be modified.
5362f44

Choose a tag to compare

Minor Changes

  • #6 0280af1 Thanks @alerizzo! - ### Changes since v1.0.5

    • --tools filter for issues command (#4): Added --tools option to filter issues by the tool/pattern that detected them. Includes new formatting utilities for tool name display.

    • Filter and bulk-ignore for false positives (#5): Added --category and --severity filters to the issues command. Introduced bulk-ignore functionality to ignore multiple issues matching filter criteria, streamlining false-positive triage workflows.

    • Pin GitHub Actions to SHA hashes (#2): Pinned all GitHub Actions workflow dependencies to commit SHAs for improved supply-chain security.

    • Adopt changesets for automated versioning and publishing (#6): Replaced the manual publish workflow with a changesets-based release pipeline. PRs now require a changeset file, and merging to main triggers automated version bumps and npm publishing with provenance.

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