Create

Add a command as a pre-deploy step that runs before each deployment

tapit create predeploy_step name=command-name [--ignore-existing]

Required

  • name

Parameters

  • name: Name of an existing command to run as a pre-deploy step (required)
  • --ignore-existing: Skip creation if a resource with the same name already exists (useful for idempotent scripts)