desk ls
List packed desks newest first in a Docker-style table. The store defaults to
~/.desk/store; DESK_HOME selects another base directory.
desk lsExample output:
PACK ID AGENT CREATED SIZE NAME8a3d5291bc04 claude 2 minutes ago 42.1MB my-project1f9678c2ab35 bob 1 hour ago 12.3MB api-serverColumns
Section titled “Columns”| 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. |
Full IDs
Section titled “Full IDs”desk ls --no-truncmove accepts unique ID prefixes, so you can use the displayed short ID directly:
desk move 8a3d5291bc04 --to=codexThere are no positional arguments. Set DESK_HOME to choose another base directory; there is no store flag.
To see managed agents, use desk ps.