4.1.0
- 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