Skip to content

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.

Terminal window
quant publish [path] [options]

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.

Name Description
path The path to publish (e.g. /about/).
Flag Description Default
-r, --revision Revision ID to publish. latest
Terminal window
quant publish /about/
Terminal window
quant publish /about/ -r 12
  • quant unpublish — take a path offline without removing its revisions.
  • quant delete — permanently remove a path and all its revisions.