﻿---
title: assembler deploy plan
description: Creates an incremental synchronization plan by comparing the reote --s3-bucket-name with the local output of the build. 
url: https://www.elastic.co/elastic/docs-builder/docs/3243/reference/docs-builder/cli/assembler/assembler-deploy-plan
products:
  - Elastic Docs Builder
---

# assembler deploy plan
Creates an incremental synchronization plan by comparing the reote `--s3-bucket-name` with the local output of the build.

## Usage

```
docs-builder assembler deploy plan [options...] [-h|--help] [--version]
```


## Options

<definitions>
  <definition term="--environment <string>">
    The environment to build (Required)
  </definition>
  <definition term="--s3-bucket-name <string>">
    The S3 bucket name to deploy to (Required)
  </definition>
  <definition term="--out <string>">
    The file to write the plan to (Default: "")
  </definition>
  <definition term="--delete-threshold <float?>">
    The percentage of deletions allowed in the plan as float (optional)
  </definition>
</definitions>