Class Heroku::Command::Keys
In: lib/heroku/command/keys.rb
Parent: Base

manage authentication keys

Methods

Public Instance methods

keys:add [KEY]

add a key for the current user

if no KEY is specified, will try to find ~/.ssh/id_[rd]sa.pub

keys:clear

remove all authentication keys from the current user

keys

display keys for the current user

-l, —long # display extended information for each key

keys:remove KEY

remove a key from the current user

Protected Instance methods

[Validate]