4.1.0
- Added a key
default_argsto the command schema.
Usage example:
interaction:
psql:
description: Run Postgres psql console
service: postgres
default_args: db_dev
command: psql -h postgres -U postgresNow, db_dev database name will be passed to the end of the command unless it has typed manually.
gem install dip -v 4.1.0brew install bibendi/dip/dipcurl -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