Skip to content

Commit

Permalink
Update docs to clarify add-key command
Browse files Browse the repository at this point in the history
There seems to be some confusion around the add-key command, as it just uploads a key to DigitalOcean, not to a machine (See #136, #146)
  • Loading branch information
petems committed Jan 31, 2015
1 parent ac794d5 commit 2de50e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/tugboat/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,10 @@ def keys
Middleware.sequence_ssh_keys.call({})
end

desc "add-key NAME", "Upload an ssh public key."
desc "add-key KEY-NAME", "Upload an ssh public key to DigitalOcean, to be assigned to a droplet later"
long_desc "This uploads a ssh-key to DigitalOcean, which you can then assign to a droplet at
creation time so you can connect to it with the key rather than a password.
"
method_option "key",
:type => :string,
:aliases => "-k",
Expand Down

0 comments on commit 2de50e8

Please sign in to comment.