Skip to content

Releases: Cloudstek/zsh-plugin-appup

v1.4.0

06 Jun 09:50
9ed5305
Compare
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
Compare
Choose a tag to compare

Changes

  • Add startup check configuration options

v1.2.0

26 Mar 20:32
Compare
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
Compare
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.