This is an issue-only repository for Salesforce CLI. We monitor this repo for feedback from the community and we post proposals for CLI changes we're working on to see what you think. We also store the weekly release notes here.
If you have a feature or enhancement request for Salesforce CLI, first review the existing discussions to see if someone has already requested it. If you don't see your feature or enhancement, click the New discussion button to create a new request.
Similarly, if you've encountered a bug with Salesforce CLI, check out the existing issues to see if it's already been reported. If you don’t see your bug listed, click the New issue button to create one.
NOTICE: GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, use official Salesforce customer support channels.
If you are interested in contributing, take a look at the CONTRIBUTING guide.
When contributing to Github Actions, modify the .github/actions/**/src
files. A pre-commit hook will build and commit the compiled lib
files. When adding a new action, add the path to the references
in the base tsconfig.json
file.
On July 2023 we announced the General Availability (GA) of sf
(v2), which is the culmination of our CLI unification efforts, which started back in 2021 with sf
(v1). sf
(v2) is smart enough to understand both sfdx
and sf
commands, and due to its smaller size, it's faster to install and update. For more information see:
- Release Notes - Read about the new and changed features in recent weekly updates to Salesforce CLI.
- Salesforce CLI Setup Guide - How to install, update, and configure Salesforce CLI.
- Salesforce DX Developer Guide - Step-by-step guide on how to use the Salesforce DX tools.
- Salesforce CLI Command Reference - Complete reference documentation for all Salesforce CLI commands.
- sf Plugin Developer Guide - Learn how to create your own custom plugin.
- Build Apps Together with Package Development - Step-by-step Trailhead trail of tutorials for the Salesforce DX tools.
- Salesforce Developers Blog