quant publish
Publish a specific revision of an asset that was previously deployed. Use this to roll forward to a known revision without re-uploading content.
Synopsis
Section titled “Synopsis”quant publish [path] [options]Description
Section titled “Description”Every time you deploy a file, Quant retains the previous revision. quant publish makes one of those stored revisions live without re-uploading the file. By default it publishes the latest revision of the path; pass --revision to pick a specific one.
If path is omitted you’ll be prompted interactively.
Arguments
Section titled “Arguments”| Name | Description |
|---|---|
path |
The path to publish (e.g. /about/). |
Options
Section titled “Options”| Flag | Description | Default |
|---|---|---|
-r, --revision |
Revision ID to publish. | latest |
Examples
Section titled “Examples”Publish the latest revision of a page
Section titled “Publish the latest revision of a page”quant publish /about/Roll back to a specific revision
Section titled “Roll back to a specific revision”quant publish /about/ -r 12See also
Section titled “See also”quant unpublish— take a path offline without removing its revisions.quant delete— permanently remove a path and all its revisions.
