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.
--environmentstringrequired- Named deployment target.
--s3-bucket-namestringrequired- S3 bucket to deploy to.
--plan-filestringrequired-
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-levelenum-
Minimum log level.
Values: trace, debug, information, warning, error, critical, none
Default:
information -c--config-sourceenum-
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.