Skip to main content
Deploy or update a running instance. This command:
  1. Builds the instance if needed
  2. Creates/updates Docker container for local instances
  3. Pushes to cloud provider for remote instances
  4. Starts the instance

Usage

helix push [INSTANCE] [OPTIONS]

Arguments

ArgumentDescription
INSTANCEThe instance to deploy. If not provided, an interactive selection prompt will appear

Available flags

FlagTypeDescription
--devBooleanUse development profile for faster builds (Helix Cloud only)

Examples

# Push the default instance
helix push

# Push a specific instance
helix push production

# Push with dev profile (Helix Cloud)
helix push my-cloud-instance --dev