github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+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  }