v0.11.12
What's Changed
- feat(mantle): support container and instance metadata AWS credential providers by @TreehouseFalcon in #202
- Add diff command and write non-data logs to stderr by @blake-mealey in #204
- Adds a
mantle diff
command to get an idea of what changesmantle deploy
will make. You can view pretty output or specify JSON/YAML format. This is a first-pass and is far from perfect. Please give me your feedback on this. - Sends the "pretty" logging to stderr instead of stdout so that commands like
outputs
anddiff
can write data that can be piped between commands directly. This is technically a breaking chnage if you were relying on piping Mantle's output. If you were, you should be able to update your scripts to rely on stderr instead of stdout (e.g. in bash you would use2>
instead of>
- Adds a
New Contributors
- @TreehouseFalcon made their first contribution in #202
Full Changelog: v0.11.10...v0.11.12