#
import_gem
Optional
Import and blend actions from external runfiles that reside in an external gem.
The provided argument is the in the format of gemname/filename
.
The below example imports the docker.runfile
from the root directory of the
runfile-tasks gem.
The additional arguments are passed on to the imported file, as context
.
title 'Dev Tools'
import_gem 'runfile-tasks/docker', image: 'my/image', version: '1.2.3'
$ run
Usage:
run docker
run [COMMAND] (--help | -h)
$ run docker
Usage:
run docker (build | b)
run docker (test | t)
run docker (push | p)
run docker (--help | -h)