// the find
forcedotcom/cli
Salesforce CLI
This is not a code repository — it's an issue tracker and release notes depot for Salesforce CLI (the `sf` tool). The actual CLI implementation lives across dozens of separate repos under the salesforcecli org. Anyone looking at this expecting source code will find nothing but GitHub Actions for issue triage.
Weekly release notes are published here consistently and go back years, which makes tracking CLI changes manageable. The issue validation GitHub Actions (checking Node version, CLI version, deprecated commands) are a practical model for keeping bug reports useful rather than garbage.
No code lives here, so stars and forks are completely misleading as quality signals. The real CLI is fragmented across a large plugin ecosystem with no single entry point, which makes contributing or debugging non-trivial. The sfdx-to-sf migration story is still messy — commands exist in both namespaces with different flag names, and the docs don't make it obvious which you should reach for in new projects.