Skip to main content

Builds & publish

These commands apply to the current local project (directory with .micropage/).

push

Merge local .page files and save the result as a draft build. Does not deploy the site.

micropage push

publish

Push local content and publish (deploy to Cloudflare Pages).

micropage publish

builds list

List builds for the current project.

micropage builds list
OptionDescription
--jsonPrint JSON

builds redeploy

Set the active build to a given version and republish without creating a new build row.

micropage builds redeploy
micropage builds redeploy 42

If you omit the version, the CLI uses interactive selection when available.

builds download

Download a build archive (zip) to your machine.

micropage builds download
micropage builds download 42
OptionDescription
-o, --output <file>Output file path