Skip to content

desk ls

List packed desks newest first in a Docker-style table. The store defaults to ~/.desk/store; DESK_HOME selects another base directory.

Terminal window
desk ls

Example output:

PACK ID AGENT CREATED SIZE NAME
8a3d5291bc04 claude 2 minutes ago 42.1MB my-project
1f9678c2ab35 bob 1 hour ago 12.3MB api-server
Column Meaning
PACK ID First 12 characters of the pack ID.
AGENT Source agent.
CREATED Time since the snapshot was created.
SIZE Size of the tar archive in readable decimal units.
NAME Source project’s directory name.
Terminal window
desk ls --no-trunc

move accepts unique ID prefixes, so you can use the displayed short ID directly:

Terminal window
desk move 8a3d5291bc04 --to=codex

There are no positional arguments. Set DESK_HOME to choose another base directory; there is no store flag. To see managed agents, use desk ps.