github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/actor/pushaction/read_manifest.go (about)

     1  package pushaction
     2  
     3  import "code.cloudfoundry.org/cli/util/manifest"
     4  
     5  func (*Actor) ReadManifest(pathToManifest string) ([]manifest.Application, error) {
     6  	// Cover method to make testing easier
     7  	return manifest.ReadAndMergeManifests(pathToManifest)
     8  }