Releases: bibendi/dip
Releases · bibendi/dip
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
- Added command
up
. Now you can usedip up web
which is equivalent ofdocker-compose up web
. - Beginning to use the correct call of Thor sub-commands.
- No more used monkey patching for running dynamic commands. Thor is calling
method_missing
.
gem install dip -v 3.1.0
3.0.0
Completely rewrite using Ruby.
Reasons:
- Crystal is very unstable.
- Crystal is unavailable on Windows.
- Crystal is not statically compiling on Mac OS.
- Ruby gems are awesome!
- The desire to attract more contributors.
The Ruby source code is 100% compatible previous versions. If you have been experiencing any problems with the new version please let me know through Issues.
gem install dip -v 3.0.0
2.2.2
2.2.1
Changelog:
- Pass first arg vars to compose-run as environment vars
Example:
dip MY_VAR=ok run bash -c env | grep MY_VAR
curl -L https://github.com/bibendi/dip/releases/download/2.2.1/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
2.2.0
Changelog:
- Use not only String for env vars.
- Remove redundant env vars when running compose run.
- Try to handle ENV vars from the first argument.
- Run compose only with existing files.
curl -L https://github.com/bibendi/dip/releases/download/2.2.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
2.1.0
Changelog:
- Added
dip ssh restart
. - Added automatic builds of binaries in Travis-CI.
- Build binary on Crystal to 0.25.1 with a static linking.
curl -L https://github.com/bibendi/dip/releases/download/2.1.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip