Skip to main content

push

sand workflows push

Push a new workflow

sand workflows push [flags]

Examples

$ sand steps push docker --name=myworkflow --stages=stages.json
✅ Workflow pushed successfully!
🔗 Live Endpoint URL: https://api.sandgarden.com/api/v1/wrk_1234

ID: wrk_01jrddt6rcf1tamnry
Name: myworkflow
Cluster: development
Version: 1
Build Status: creating

Options

      --cluster string        Cluster to route this action to (or via SAND_CLUSTER env variable)
--description string Resource description
-h, --help Help for push
--inputSchema string Input JSON schema (inline or filename)
--json Return json output
--name string Workflow name (required)
--outputSchema string Output JSON schema (inline or filename)
--runAsync Run the workflow asynchronously
--stages string Stages JSON configuration (or path to file containing JSON) (required)
--sync Wait for the workflow to be pushed before returning
--tag string Tag to be applied after push (implies sync)

SEE ALSO