This repository contains (or will contain) the core Salesforce CLI, the base command, and core plug-ins.
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.
If you are interested in contributing, please take a look at the CONTRIBUTING guide.
If you are interested in building these packages locally, please take a look at the DEVELOPING doc.
- @salesforce/command - Contains the base Salesforce CLI command,
SfdxCommand
. - @oclif/command - Contains the base oclif
Command
, whichSfdxCommand
extends. - @salesforce/plugin-generator - The generator plug-in for building plug-ins for Salesforce CLI.