Skip to content

Commit

Permalink
add help for credentials plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Dec 8, 2011
1 parent f47f929 commit 642f005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/vulcan/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ def self.api_key
end
end
class Heroku::Command::Credentials < Heroku::Command::Base
# credentials
#
# list your api key
#
def index
puts Heroku::Auth.api_key
end
Expand Down

0 comments on commit 642f005

Please sign in to comment.