Skip to main content

docker

sand steps push docker

Push a new Docker step

sand steps push docker [flags]

Examples

$ sand steps push docker --name=mystep --file=./mystepfolder
✅ Step pushed successfully!
🔗 Live Endpoint URL: https://api.sandgarden.com/api/v1/stp_1234

ID: stp_01jrddt6rcf1tamnry
Name: mystep
Cluster: development
Version: 1
Build Status: creating

Options

      --baseImage string        Base container image to run from
--cluster string Cluster to route this action to (or via SAND_CLUSTER env variable)
--connector stringArray Connectors to set up (repeated flag)
--description string Resource description
--entrypoint string Code entrypoint function (defaults to main.handler)
--file string Path to step file (required)
-h, --help Help for docker
--inputSchema string Input JSON schema (inline or filename)
--json Return json output
--name string Step name (required)
--network string Docker network to run the container in
--noRemotePush Skip pushing this to Docker (i.e. you know it already exists)
--outputSchema string Output JSON schema (inline or filename)
--prompt stringArray Prompts to set up (repeated flag)
--sync Wait for the step to be pushed before returning
--tag string Tag to be applied after push (implies sync)
--vars string Static variables in 'key1=val1,key2=val2' format

SEE ALSO