docs
  1. Storefront Application
  2. Storefront Cli
  3. Deploy

deploy

Overview

Initiates a new deployment to SCAYLE PaaS and displays the build logs directly in your terminal.

Usage

Flags

  • -t, --tenant-space=<value>: (Required) Your tenant space.
  • -s, --shop-key=<value>: (Required) The shop key you are deploying for.
  • -e, --env-key=<value>: (Required) The environment key (e.g., staging, production).
  • --deploy-token=<value>: (Required) The deploy token for authenticating with SCAYLE PaaS.
  • -g, --git-ref=<value>: (Optional) A specific git ref (commit hash, branch, or tag) to deploy.

Example