Newer Version Available
Discover Salesforce Plugins
- CRM Analytics Plugin
-
CRM Analytics is a cloud-based platform for connecting data from multiple sources, creating interactive views of that data, and sharing those views in apps.
Use the CRM Analytics CLI plugin to create scratch orgs with Analytics Studio, which you can use to develop and test source code. The plugin includes commands that call a subset of the Analytics REST API endpoints to manage CRM Analytics assets programmatically. Create and iteratively develop CRM Analytics templates. Update and delete apps, dashboards, lenses, and dataflows. Use history commands to restore previous versions of dashboards and dataflows. Manage the auto-install lifecycle for embedded templated apps.
See Develop with the Analytics Plugin for the Salesforce CLI for documentation and more information.
- Salesforce Code Analyzer Plugin
-
The Salesforce Code Analyzer plugin is a unified tool for static analysis of source code, in multiple languages (including Apex), with a consistent command-line interface and report output. The plugin supports multiple third-party engines, such as PMD, CPD, ESLint, and RetireJS. The plugin also supports Salesforce engines, such as Flow Scanner and Regex.
The plugin creates "rule violations" when the scanner identifies issues. Developers use this information as feedback to fix their code. Integrate this plugin into your continuous integration (CI) solution to continually enforce the rules and ensure high-quality code.
See Salesforce Code Analyzer for documentation and more information.