Description
December 29, 2021 ยท View on GitHub
ATTENTION: This project has been archived. All of the packages have been moved into their own repository. The links below have been updated to point to the new source.
Description
This repository contains (or will contain) the core Salesforce CLI, the base command, and core plug-ins.
Packages
Currently, we have the following packages:
@salesforce/command - Salesforce CLI base command, SfdxCommand
- Learn more in its README.
- See the code at packages/command.
- Read the API docs.
Contributing
If you are interested in contributing, please take a look at the CONTRIBUTING guide.
Development
If you are interested in building these packages locally, please take a look at the DEVELOPING doc.
Related Docs and Repositories
- @salesforce/command - Contains the base Salesforce CLI command,
SfdxCommand. - @oclif/command - Contains the base oclif
Command, whichSfdxCommandextends. - @salesforce/plugin-generator - The generator plug-in for building plug-ins for Salesforce CLI.