Loading

assembler deploy apply cli command

docs-builder assembler deploy apply \
  --environment <string> \
  --s3-bucket-name <string> \
  --plan-file <file>
		
Warning

Destructive operation — changes made by this command cannot be undone.

Authentication is required.

Scope: global.

Upload the changes described in a plan file to S3.

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

Path to the plan file produced by assembler deploy plan.

Constraints: symbolic links not allowed, must exist, extensions: json, plan, supports ~ home expansion

-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

Run after assembler deploy plan. Applies the pre-computed diff to the S3 bucket.