run

Embeds and runs another file within the current script. This is useful for reusing common sequences of commands or modularizing your scripts.

ArgumentTypeDescription

file

string

The path to the file to embed and run. Should be relative to the root of your git repo.

Example Usage

command: run
file: path/to/another-script.yaml

Last updated