mrutkows commented on issue #415: dependent packages requires manifest.yml and doesn't support manifest.yaml URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/415#issuecomment-326169027 @lzbj @priti Please see that we no longer use hardcoded "manifest.yaml" in any function when possible. See grep: `` grep -r "\"manifest.yaml" . --include=*.go ./cmd/add.go: parsers.Write(maniyaml, "manifest.yaml") ./cmd/add.go: parsers.Write(maniyaml, "manifest.yaml") ./cmd/add.go: parsers.Write(maniyaml, "manifest.yaml") ./cmd/init.go: parsers.Write(maniyaml, "manifest.yaml") ./cmd/root.go: if _, err := os.Stat(path.Join(projectPath, "manifest.yaml")); err == nil { ./deployers/shared.go:const ManifestFileNameYaml = "manifest.yaml" ./parsers/manifest_parser.go: if _, err := os.Stat("manifest.yaml"); err == nil { ./parsers/manifest_parser.go: dat, _ := ioutil.ReadFile("manifest.yam") ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
