promyze-cli
v1.7.0
Published
Run Packmind (ex-Promyze) CLI to detect best coding practices in the source code
Downloads
475
Readme
Check full doc here: https://docs.packmind.com/detect-practices-in-your-code/packmind-cli/run-with-npm
Changelog
1.7.0 (2024/12/12)
- Add
gitlabMR
option to restrict the scope of analysis within Gitlab Merge Requests to only the files that have been modified in the MR. This requires aPACKMIND_GITLAB_TOKEN
to be set in environment variable to fetch Gitlab API in read-only.
1.6.0 (2024/11/21)
- Add
batchSize
andbatchConcurrent
to tune runtime performance. Usage is intended for large codebases and self-hosted customers.
1.5.2 (2024/11/19)
- Fix runtime issue
1.5.1 (2024/11/19)
- Add more logging
1.5.0 (2024/11/18)
- Optimize space filtering to avoid unnecessary API calls
1.4.0 (2024/11/13)
- Improve SonarQube reporting
1.2.1 (2024/03/13)
- Add
--spaces
option to filter results based on spaces from which practices belong to
1.2.0 (2023/03/12)
- Remove
url
option asapiKey
is enough
1.1.2 (2023/11/09)
- Add --ruleIdSarif option to indicate what should be the
ruleId
property in the SARIF reports. - Can be either
praticeId
(immutable) orpracticeName
(mutable)