Skip to content

sup sync

🔄 Multi-target asset synchronization

  • Git-ready folder structure: sync_config.yml + assets/ folder # noqa: E501
  • Jinja2 templating: Environment-specific customization with variables
  • Precise asset selection: Universal filters work with sync operations
  • Enterprise workflows: Multi-customer deployments, environment promotion # noqa: E501
  • Safe operations: Dry-run mode, overwrite protection, validation
  • Environment promotion: Dev → Staging → Production
  • Multi-customer deployment: Template → Customer A, B, C
  • Backup & restore: Pull assets for version control
  • Step 1: sup sync create ./my_sync —source 123 —targets 456,789
  • Step 2: sup sync run ./my_sync —dry-run - Preview operations
  • Step 3: sup sync run ./my_sync - Execute synchronization
Terminal window
sup sync [COMMAND] [OPTIONS]
CommandDescription
sup sync runRun a multi-target sync operation
sup sync createCreate a new sync configuration folder with example config
sup sync validateValidate a sync configuration folder
Terminal window
sup sync