folders new
Create a folder. Provisioning takes a few seconds.folders ls
List your folders.| Flag | Description | Default |
|---|---|---|
--json | Output JSON | off |
ERRORED state failed to provision or to fully tear down — run
folders rm <name> to clean it up (it can be retried safely).
folders get
Show a folder’s details — status, size, space used, and which VMs mount it — and list the files inside it, without mounting it on a VM.| Flag | Description | Default |
|---|---|---|
--after <token> | Continuation token printed by a previous truncated listing | — |
--json | Output JSON | off |
. and .. are not allowed) to
list a subdirectory:
--after. Contents are read from the folder’s metadata directly, so a
file written on a VM moments ago may take a short while to appear (see
consistency).
folders rm
Remove a folder and all of its data, permanently. Refused while any VM still mounts the folder.| Flag | Description | Default |
|---|---|---|
-y, --yes | Skip the confirmation prompt | off |
Mounting folders: new --mount
Mount folders when creating a VM with the repeatable --mount flag on
machine0 new. Each use takes two values: the folder and
the absolute path to mount it at.
/, _, -) and cannot be
inside system directories (/etc, /usr, /var, …). Mounts survive
reboots and suspend/resume, and are set only at VM creation in the alpha.