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
| Option | Description |
|---|---|
-w, --watch | After triggering publish, stream build/deploy events until finished or failed |
builds list
List builds for the current project.
micropage builds list
| Option | Description |
|---|---|
--json | Print 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
| Option | Description |
|---|---|
-o, --output <file> | Output file path |