lib/dogids/ssh.rb in dogids-cli-0.0.13 vs lib/dogids/ssh.rb in dogids-cli-0.0.14
- old
+ new
@@ -14,9 +14,12 @@
ssh_staging(vm_name)
else
puts "Development SSH Commands:"
puts " dogids ssh dev # SSH into local development VM"
puts " "
+ puts "Staging SSH Commands:"
+ puts " dogids ssh staging # SSH into staging Apache/PHP/MySQL 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"
puts " "