Skip to content

Releases: mdeboer/zsh-plugin-appup

v2.0.0

14 Aug 10:33
45f93af

Choose a tag to compare

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

Full Changelog: v1.4.0...v2.0.0

v1.4.0

06 Jun 09:50
9ed5305

Choose a tag to compare

Changes

  • Added enter command. To enter a container, simply run enter <container name> (e.g. enter api or enter api /bin/sh).
  • Automatically detect and load .env, .env.local, .env.docker and .env.docker.local files when running docker commands (using the --env-file parameter).

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.

v1.3.0

06 Jun 09:47
v1.3.0
925835c

Choose a tag to compare

Changes

  • Add startup check configuration options

v1.2.0

26 Mar 20:32

Choose a tag to compare

Changes

  • Add unit tests using zunit
  • Run tests using CircleCI
  • Merge #2 (@TheFehr) adding support for both yml and yaml file extensions for docker-compose

v1.1.0

26 Mar 16:05

Choose a tag to compare

Changes

  • Added restart command
  • Updated Readme file
  • Changed start and stop command for vagrant to be more in line with docker. Stopping really stops instead of suspending the VM.