@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
10 lines (9 loc) • 417 B
JSON
{
"description": "promote an npm package",
"examples": ["<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest"],
"dryrun": "If true, only show what would happen",
"candidate": "the npm tag that you want to promote",
"target": "the npm tag that you are promoting to",
"InvalidToken": "This command requries an npm publish token.",
"InvalidTag": "the %s tag does not exist in npm."
}