start
sand runs start
Start a workflow run
sand runs start [flags]
Examples
$ sand runs start --workflow=myDocker:1 --input="{\"width\":10,\"length\":12}"
Input:
{
"length": 12,
"width": 10
}
Output:
{
"area": 120,
"hello": "Hello from sandgarden_runtime!"
}
Options
--cluster string Cluster to route this action to (or via SAND_CLUSTER env variable)
--follow Follow run progress (for runs with multiple input objects)
--header stringArray Headers (k=v) to provide to the run (repeated flag)
-h, --help Help for start
--input string JSON object to use as runtime input '{"key":"value",...}' (string or file)
--json Return json output
--runs string A list of run inputs and validators '[{"inputs":[...],"validators":[...]}]' (string or file)
--step string Step specifier (id or name:version or name:tag)
--validators string JSON objects to validate output '[{"regex":"...",...}]' (string or file)
--workflow string Workflow specifier (id or name:version or name:tag)
SEE ALSO
- sand runs - Manage runs