Gå til hovedinnhold

Pause & resume a big run

Goal: a big run that doesn't have to finish in one sitting. A .kpz is a single file holding an entire run in progress — pull sources into it, work as far as you get, set it down, and resume exactly where you left off, later or on another machine. Its configuration (languages, output layout) rides inside the file: no project, no server. The parcel model sits inside the Projects concept; the package format is in the KBF reference.

The .kpz workspace lifecycle is a CLI capability today — Kapi Desktop does not drive a parcel directly. Where Desktop meets it: a project you work on visually can be snapshotted from the CLI (kapi pack) for a colleague, and the translated files a merge emits open and preview in Desktop like any others. For pausing and resuming project work visually, the project store already persists between sessions — just reopen the project.

Try it

Walk the lifecycle as narrated commands, live in your browser:

Loading the walkthrough…

Then do it yourself — work, pack, reopen on a fresh path (a stand-in for another machine), and watch kapi rebuild the workspace from the file alone:

Loading the interactive .kpz workspace lab…

Next