What's Changed
✨ Features
- feat(#365): add functionality and options to destroy/remove docker compose stacks by @kimdre in #368
It is now possible to remove deployed compose stacks/projects by specifying the newdestroyoption in the deployment config file.
You can find documentation about the newdestroyoption in the Wiki -> Deploy Settings and destroy_opts
🌟 Improvements
- refactor(log): adjust fields in json log by @kimdre in #364
- feat: validate for unique project names in deployment configuration by @kimdre in #367
📚 Miscellaneous
- test: add test for main function by @kimdre in #366
- fix: fix path when working directory is absolute by @kimdre in #369
Full Changelog: v0.13.1...v0.14.0