Open Source Contributions
Table of Contents
A collection of contributions I have made to open source projects.
Salesforce Command Line Interface #
The official Salesforce CLI. Projects include salesforcecli, oclif, and salesforcedx-apex.
- PR#894 - Allow standard input to be read as a value for flags
- PR#886 - Add
sfdx-url-stdin
flag to allow users to include their SFDX Authorization URL to be piped into thesf org login sfdx-url
command as standard input - PR#873 - Add
concise
flag tosf project deploy preview
to suppress ignored files from displaying in terminal output - PR#377 - Reformat terminal output for apex test results
- PR#504 - Add
concise
flag tosf apex run test
to suppress successful test results in terminal output
Lightning Flow Scanner #
A community created plugin that scans Flows in Salesforce for deviations from best practices.