Create

Trigger a deployment of the app with the specified image tag

tapit create deploy [-w|--wait] [docker_tag=v123-abc123] [initiator=name] [process=name] [skip_predeploy_steps=true]

Required

  • docker_tag

Parameters

  • docker_tag: Full docker tag including git hash (e.g., v123-abc123); identifies the exact image pulled from ECR (required)
  • initiator: Name of the person or system triggering the deploy (informational only, recorded in the audit trail)
  • process: Override deploy to only the named process instead of default (all processes)
  • skip_predeploy_steps: Skip pre-deploy steps (true/false)
  • -w|--wait: Wait for deployment to complete before returning