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
Describe the bug
Mantle outputs does not work with .yaml.
If I run mantle outputs mantle.yaml I get a:
Unable to determine git branch. Are you in a git repository?
The filename, directory name, or volume label syntax is incorrect. (os error 123)
The text was updated successfully, but these errors were encountered:
By default, Mantle attempts to determine the environment based on the Git branch. It looks like you're not running from a Git context, so you'll need to explicitly pass the environment in with --environment <name> (or -e <name>) for short.
Describe the bug
Mantle outputs does not work with .yaml.
If I run
mantle outputs mantle.yaml
I get a:Unable to determine git branch. Are you in a git repository?
The filename, directory name, or volume label syntax is incorrect. (os error 123)
The text was updated successfully, but these errors were encountered: