class Envirobly::Cli::Main

def pull(region, bucket, ref, path)

def pull(region, bucket, ref, path)
  Envirobly::Duration.measure("Build context download took %s") do
    s3 = Envirobly::Aws::S3.new(region:, bucket:)
    s3.pull ref, path
  end
end