summaryrefslogtreecommitdiff
path: root/lib/leap_cli/util/remote_command.rb
AgeCommit message (Collapse)Author
2013-06-11store port in provider's known_hosts to prevent modification of ↵elijah
~/.ssh/known_hosts.
2013-06-11fix longstanding problem with vagrant nodes: everyone has a different ssh ↵elijah
pub key, but before leap_cli wanted you to commit these different keys into. Now, for vagrant nodes, we ignore the host key: we don't save it, we don't check it.
2013-06-11added --ip and --port override flags to deploy and init.elijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like ↵elijah
run_with_progress(), capture(), and replace_file!().
2013-04-01remove supply_drop, add support for puppet_command.elijah
2012-11-27improved logging all around.elijah
2012-11-09vagrant supportelijah