[[all-snapshots]]
== --all-snapshots

[float]
Summary
~~~~~~~

IMPORTANT: This flag only functions within the scope of <<snapshot-selection,snapshot selection>>.

The `--all-snapshots` flag allows you to act on all snapshots in a repository.

Though this flag allows selection of all snapshots, the <<exclude>> flag,
`--exclude`, will allow you to exclude snapshots matching a pattern from the
final list.

[float]
Flags
~~~~~

* `--all-snapshots` Use all snapshots in the repository.

[float]
Example
~~~~~~~

Show all snapshots in the named repository:

-------------------------------------------------------------
curator show snapshots --repository REPO_NAME --all-snapshots
-------------------------------------------------------------
