```
$ snapdir locations --help
List directories and stores where snapshots have been recorded
Usage: snapdir locations [OPTIONS]
Options:
--catalog <NAME>
Catalog adapter to use
[env: SNAPDIR_CATALOG=]
-q, --quiet
Suppress stderr banners and the live progress line
--color <WHEN>
When to colorize progress output: auto, always, or never
Possible values:
- auto: Color when attached to a TTY and `NO_COLOR` is unset (default)
- always: Always emit color
- never: Never emit color
[default: auto]
--location <DIR|STORE>
Context (directory or store) for catalog queries
--id <ID>
Snapshot ID to operate on
--no-progress
Disable the live progress line (transfers still run)
[env: SNAPDIR_NO_PROGRESS=]
--store <URI>
Store URI: `protocol://location/path` (revisions location fallback)
[env: SNAPDIR_STORE=]
--verbose
Enable verbose output. Honored by the transfer commands (push/fetch/pull/checkout/stage/sync emit an effective-config banner and CACHED/SAVED notices) and verify-cache (purge notices); inert elsewhere
--cache-dir <DIR>
Directory where the object cache (and the default catalog) is stored
[env: SNAPDIR_CACHE_DIR=]
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
```