amulet CLI uses the API key in AMULET_API_KEY and mounts storage through
the Linux FUSE client.
Volume references
Use a volume name by itself or add@branch:
., _, or - internally. Commands that accept a branch also provide
--branch <name> as an alternative to @branch.
amulet create
Create a volume without mounting it:
amulet mount also creates a missing volume automatically.
amulet mount
Mount a volume, branch, or snapshot:
path is omitted, Amulet uses ./<volume>. A missing volume or branch is
created automatically.
Examples:
amulet unmount
Unmount a local path:
path is omitted, Amulet uses the current directory.
amulet list
List volumes in the API key’s organization:
amulet branches
List branches belonging to a volume:
amulet snapshot
Save the current state of a volume or branch:
The command prints the immutable storage version.
amulet snapshots
List snapshots for a volume or branch:
--branch <name> as an alternative to @branch.
amulet delete
Delete a branch, or delete an entire volume with --force:
Examples:
