Skip to main content

batch commands

Batch commands support batch executions.

batch submit

batch submit command runs commands sequentially from a recipe.

Usage

batch submit [options] <recipePath>

Arguments

  • recipePath: yaml file

options

  • -d, --dryrun: dry run for investigating files to be transferred.
  • -e, --env: use environment variables
  • -a, --arg: set recipe variables (KEY=VALUE format)
  • --throwOnError: throw error on failure

Examples

coordinator # batch submit lab1-add-host.yaml
coordinator # batch submit -d lab1-add-host.yaml
coordinator # batch submit -e HOST -a USER="John Doe" lab1-add-host.yaml