Releases: mdeboer/zsh-plugin-appup
Releases · mdeboer/zsh-plugin-appup
v2.0.0
Finally it is time for this plugin to receive some well deserved love and attention.
Nothing new much, but enough to bump a major version. For more info see UPGRADING.md.
Hopefully you'll enjoy this plugin as much as I do. If you have any suggestions or issues, feel free to open an issue!
Changes
- Moved from https://github.com/Cloudstek/zsh-plugin-appup to https://github.com/mdeboer/zsh-plugin-appup
- Using
zstylefor configuration options instead of environment variables - Cleaned up and refactored code
- Add support for Docker Compose
compose.ymlandcompose.yaml - Fixed tests and CI
- Removed wonky support for "projects" with Docker Compose as Docker has much better support natively
Full Changelog: v1.4.0...v2.0.0
v1.4.0
Changes
- Added
entercommand. To enter a container, simply runenter <container name>(e.g.enter apiorenter api /bin/sh). - Automatically detect and load
.env,.env.local,.env.dockerand.env.docker.localfiles when running docker commands (using the--env-fileparameter).
Note: due to little time, tests are probably failing but me and my colleagues use this all day, every day so this has been battle tested. If there are any bugs, they'll be fixed quickly. Once I find the time (hopefully soon), I'll update the tests as well.