Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
show plugins in heroku version
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyxxx committed Dec 10, 2014
1 parent afc0a91 commit d021752
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/heroku/command/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ def index
validate_arguments!

display(Heroku.user_agent)
end

plugins = Heroku::Plugin.list
if plugins.length > 0
styled_header("Installed Plugins")
styled_array(plugins)
end
end
end

0 comments on commit d021752

Please sign in to comment.