Loading

assembler deploy plan cli command

docs-builder assembler deploy plan \
  --environment <string> \
  --s3-bucket-name <string> \
  [options]
		

Authentication is required.

Scope: global.

Compute a diff of what would change when deploying to S3 and write it to a plan file.

--environment string required
Named deployment target.
--s3-bucket-name string required
S3 bucket to deploy to.
--out string

Path to write the plan file. Defaults to stdout.

Constraints: symbolic links not allowed, supports ~ home expansion

--delete-threshold number
Abort if the plan would delete more than this percentage of objects (0–100).
-l --log-level enum

Minimum log level.

Values: trace, debug, information, warning, error, critical, none

Default: information

-c --config-source enum

Override the configuration source: local, remote

Values: local, remote, embedded

--[no-]skip-private-repositories
Skip cloning private repositories

Two-step deployment: plan computes the diff and writes a plan file; apply executes it. Review the plan before applying to avoid accidental mass deletions.