class Concourse

def pipeline_subcommands(command)

def pipeline_subcommands(command)
  pipelines.collect { |p| "#{command}:#{p.name}" }
end