Method: VMC::App::PushInteractions#ask_bind_services

Defined in:
lib/vmc/cli/app/push/interactions.rb

#ask_bind_servicesObject



59
60
61
62
63
# File 'lib/vmc/cli/app/push/interactions.rb', line 59

def ask_bind_services
  return if all_instances.empty?

  ask "Bind other services to application?", :default => false
end