lib/dogids/ssh.rb in dogids-cli-0.0.1 vs lib/dogids/ssh.rb in dogids-cli-0.0.2
- old
+ new
@@ -8,12 +8,10 @@
def ssh(vm_name = nil)
if vm_name
ssh_development(vm_name)
else
puts "Development SSH Commands:"
- puts " dogids ssh db # SSH into local MySQL/Redis VM"
- puts " dogids ssh web # SSH into local Apache/PHP VM"
- puts " dogids ssh worker # SSH into local Ruby/Sidekiq VM"
+ puts " dogids ssh dev # SSH into local development VM"
puts " "
puts "Production SSH Commands:"
puts " dogids ssh:production db # SSH into production MySQL/Redis VM"
puts " dogids ssh:production web # SSH into production Apache/PHP VM"
puts " dogids ssh:production worker # SSH into production Ruby/Sidekiq VM"