CodeScene CLI tool
CodeScene in your terminal
Improve focus and productivity with CodeScene in the command line. No context switching, better code quality.
Get CodeScene where you work
Automate code reviews
Delta command
The delta command compares your current work against a previous state of your code, giving you insights into the changes made before submitting a PR or pushing to your Git repo. By identifying potential issues early, you can address them before they make it into the codebase.
Configurable for how you work
Git Hook
It is possible to integrate the CLI with your existing workflow by setting up Git hooks. You can for example configure a pre-commit hook to automatically run the delta command every time you make a new commit, ensuring earlier feedback and allowing you to take action before pushing your changes to the remote repository. Run cs help git-hooks for more information on adding a git hook.
Configurable for how you work
Git Hook
It is possible to integrate the CLI with your existing workflow by setting up Git hooks. You can for example configure a pre-commit hook to automatically run the delta command every time you make a new commit, ensuring earlier feedback and allowing you to take action before pushing your changes to the remote repository. Run cs help git-hooks for more information on adding a git hook.
Run analysis as you code
Check command
The check command gives you CodeScene's Code Health analysis in a linter-style format. Seamlessly integrate this analysis into any editor that supports configuring external tools and get insights into Code Health issues within your favorite development environment. We have examples for Vim and Emacs.
Manage your tech debt with CodeScene
Analyze code history team dynamics, and knowledge distribution to identify critical hotspots, quantify improvements in dollars, and know exactly which files to prioritize first.
