@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
15 lines (14 loc) • 641 B
JSON
{
"description": "install sf or sfdx",
"examples": [
"<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
"<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
"<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
"<%= config.bin %> <%= command.id %> --cli sf --method tarball",
"<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
],
"cliFlag": "the cli to install",
"methodFlag": "the installation method to use",
"channelFlag": "the channel to install from",
"outputFileFlag": "the file to write the JSON results to (must be .json)"
}