Skip to content

4.1.0

Compare
Choose a tag to compare
@bibendi bibendi released this 23 Oct 12:07
3bf5481
  • Added a key default_args to the command schema.

Usage example:

interaction:
  psql:
    description: Run Postgres psql console
    service: postgres
    default_args: db_dev
    command: psql -h postgres -U postgres

Now, db_dev database name will be passed to the end of the command unless it has typed manually.

gem install dip -v 4.1.0
brew install bibendi/dip/dip
curl -L https://github.com/bibendi/dip/releases/download/v4.1.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip