Open Source Contributions
Table of Contents
A collection of contributions I have made to open source projects.
Salesforce DX
Official Salesforce open source projects include salesforcecli, oclif, salesforcedx-apex, and salesforcedx-vscode
- PR#6599 / PR#6636 - Add
test-run-conciseoption to Visual Studio code for concise apex results - PR#504 / PR#553 - Add
conciseflag tosf apex run testto suppress successful test results in terminal output - PR#377 / PR#383 - Reformat terminal output for apex test results
- PR#873 - Add
conciseflag tosf project deploy previewto suppress ignored files from displaying in terminal output - PR#886 - Add
sfdx-url-stdinflag to allow users to include their SFDX Authorization URL to be piped into thesf org login sfdx-urlcommand as standard input - PR#894 - Allow standard input to be read as a value for flags
SFDX-Hardis
An open source plugin for the Salesforce CLI and VS Code extension that offers a variety of features.
- PR#288 - Fix a bug related to setting custom themes in VS Code
- PR#903 - Fix an issue where the last modified date was calculated based off of metadata files rather than the class file
Lightning Flow Scanner
A community created plugin that scans Flows in Salesforce for deviations from best practices.