{
  "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."
}
