heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 380 forks source link

Fix plugins help to reference both name / url as parameter #1952

Open ransombriggs opened 8 years ago

ransombriggs commented 8 years ago
-> % heroku help plugins
Usage: heroku plugins

Lists installed plugins

 --core              # show core plugins

Example:
  $ heroku plugins

Additional commands, type "heroku help COMMAND" for more details:

  plugins:install URL       #  install a plugin
  plugins:link [PATH]       #  This is useful when developing plugins locally.
  plugins:uninstall PLUGIN  #  uninstall a plugin
  plugins:update [PLUGIN]   #  updates all plugins or a single plugin by name