Method: Controlplane#fetch_gvc!

Defined in:
lib/core/controlplane.rb

#fetch_gvc!(a_gvc = gvc) ⇒ Object



154
155
156
157
158
159
# File 'lib/core/controlplane.rb', line 154

def fetch_gvc!(a_gvc = gvc)
  gvc_data = fetch_gvc(a_gvc)
  return gvc_data if gvc_data

  raise "Can't find app '#{gvc}', please create it with 'cpl setup-app -a #{config.app}'."
end