Loading

assembler deploy plan cli command

docs-builder assembler deploy plan \
  --environment <string> \
  --s3-bucket-name <string> \
  [options]
		
Auth required Scope: global

Creates an incremental synchronization plan by comparing the remote --s3-bucket-name with the local output of the build.

--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