Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • name - name used to refer to the step. This string must be unique.
  • requires - comma separated list of dependencies for the step. These can be group or step names.
  • unless - If the string evaluates to a non-null value, the step is not executed.
  • if - If the string evaluates to a null value, the step is not executed.
  • delay - the step pauses this number of seconds before execution of the command starts.
  • cmd exec - the command to execute for this step.
  • env - if this string contains an exclamation point ("!") the step fails if execution of the command does not return an error.

...