Skip to main content

Open Source Contributions

Link to Github

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 the sf org login sfdx-url command as standard input
  • PR#873 - Add concise flag to sf 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 to sf 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.

  • PR#83 - Implement new rule to detect flows that are inactive
  • PR#94 - Enable automated testing via GitHub Actions
  • PR#96 - Enable automated dependency updates with Dependabot