module Concourse::Util

def fly command, args

def fly command, args
  command_args = Array(fly_args[command])
  sh ["fly -t", fly_target, command, command_args, args].flatten.compact.join(" ")
end