Releases: codacy/codacy-cloud-cli
v1.1.0
Minor Changes
-
#6
0280af1Thanks @alerizzo! - ### Changes since v1.0.5-
--toolsfilter for issues command (#4): Added--toolsoption 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
--categoryand--severityfilters 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
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