@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
21 lines (20 loc) • 1.21 kB
JSON
{
"description": "inspect the CLI version across all install paths",
"deps": "glob pattern of dependencies you want to see the version of",
"salesforce": "show versions of salesforce owned dependencies",
"channels": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
"locations": "the location you want to inspect",
"cli": "the CLI you want to inspect",
"examples": [
"<%= config.bin %> <%= command.id %> -l archive -c stable",
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/**/ salesforce-alm",
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
]
}