The Shell plugin provides the command
parameter. This allows you to define bash commands to run during the site build. You can list as many commands as you like within the steps in your .probo.yaml
file.
You will need to include a name
for each command
since you can only declare a given parameter once per step. The Script plugin is available for multi-line commands.
Examples
Using the Shell
plugin
Developing on a site with a database and tests
Colored output
You can include ANSI escape code colors (foreground and background) in your log output.
See color codes at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors.