Recent searches

in

sites update-build-config

Description

Update the build configuration for a site.

Usage

cloudcannon sites update-build-config [OPTIONS] --site=<name|id|uuid|domain>

Options

--site=<name|id|uuid|domain> Required#

The site name, ID, UUID, or domain.

--ssg=<name>#

Static site generator name.

--building-locked#

Lock the site from building.

--default-locale=<locale>#

Default locale for i18n.

--install-command=<cmd>#

Override install command.

--build-command=<cmd>#

Override build command.

--output-path=<path>#

Override output path.

--preserved-paths=<paths>#

Comma-separated preserved paths.

--hugo-version=<hugo_version>#

Hugo version.

--node-version=<node_version>#

Node version.

--ruby-version=<ruby_version>#

Ruby version.

--deno-version=<deno_version>#

Deno version.

--preserve-output#

Preserve previous output.

--include-git#

Include git history in build.

Open in a new tab