You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When manually creating a porter.yaml and trying to build it, I mistakenly named it porter.yml. Then when running porter build it fails and the error message could be more clear to help indicating the error. Other, commands like porter publish are a lot more helpful when doing something wrong.
An output more in line with what porter publish gives:
$ porter publish
could not find porter.yaml in the current directory ~/unclear-message, make sure you are in the right directory or specify the porter manifest with --file
Porter Command and Output
$ porter build
unable to read manifest file : could not read the manifest at "": read ~/unclear-message: is a directory
unable to generate manifest: unable to read manifest file : could not read the manifest at "": read ~/unclear-message: is a directory
Describe the bug
When manually creating a
porter.yaml
and trying to build it, I mistakenly named itporter.yml
. Then when runningporter build
it fails and the error message could be more clear to help indicating the error. Other, commands likeporter publish
are a lot more helpful when doing something wrong.To Reproduce
Expected behavior
An output more in line with what
porter publish
gives:Porter Command and Output
Version
porter v1.0.14 (0e739d8)
The text was updated successfully, but these errors were encountered: