Skip to content

Releases: bibendi/dip

3.8.2

04 Jul 13:41
0cd67d0
Compare
Choose a tag to compare

Starting from this release Dip will be provided in two ways. First one, like before, as a Ruby gem. Second one, from now, as a binary program. The plan is to make easier to install Dip on a developer machine that is not from the Ruby world. I think the next steps should be adding Ubuntu PPA and OSX brew tap.

Compiling to binary was made possible by ruby-packer

gem install dip -v 3.8.2
curl -L https://github.com/bibendi/dip/releases/download/v3.8.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

3.7.2

04 Jul 13:51
a75353e
Compare
Choose a tag to compare

Let the shell determine Dip's bin path

3.7.1

02 Jul 19:53
2af7a8d
Compare
Choose a tag to compare

Fix showing help banners for the compose and run commands.

gem install dip -v 3.7.1

3.7.0

02 Jul 15:12
9501e59
Compare
Choose a tag to compare

Add the ability to inject aliases into Bash by running eval "$(dip console)"

gem install dip -v 3.7.0

3.6.1

02 Jul 14:44
1482336
Compare
Choose a tag to compare

Don't use run vars when running containers in the up mode, because -e is an illegal argument for docker-compose up.

gem install dip -v 3.6.1

3.6.0

26 Jun 10:21
d1a867f
Compare
Choose a tag to compare
  • Added ability to override the main dip.yml config by dip.override.yml.
gem install dip -v 3.5.0

3.5.0

17 Oct 06:40
92902bd
Compare
Choose a tag to compare

Added prompt integration into ZSH agnoster theme.

image

gem install dip -v 3.5.0

3.4.2

15 Oct 17:30
815ecfc
Compare
Choose a tag to compare

Fixed some bugs when we are trying to guess manually passed volatile environment variables.
I've actively used Dip shell last two days and seems all is perfect now.

gem install dip -v 3.4.2

3.4.0

13 Oct 11:08
1f976a5
Compare
Choose a tag to compare

Determine passed manually environment variables.

Now we can do this in shell mode:

dip console | source /dev/stdin

VERSION=20180515103400 rails db:migrate:down

WARNING

Small breaking change! Changed the way to enter into shell mode.

3.3.0

12 Oct 07:53
ed765c7
Compare
Choose a tag to compare

Added integration into ZSH shell.

Usage:

source $(dip console)

Now you can run almost any Dip command without dip prefix.

gem install dip -v 3.3.0