plugin-release-management
Getting Started
To use, install the Salesforce CLI and run the following commands.
Verify the CLI is installed
$ sfdx (-v | --version)
Install the <REPLACE_ME> plugin
$ sfdx plugins:install <REPLACE_ME>
To run a command
$ sfdx [command]
To build the plugin locally, make sure to have yarn installed and run the following commands:
Clone the repository
$ git clone git@github.com:salesforcecli/plugin-<REPLACE_ME>
Install the dependencies and compile
$ yarn install
$ yarn prepack
Link your plugin to the sfdx cli
$ sfdx plugins:link .
To verify
$ sfdx plugins