# Find shelves

> Find shelves using the cm find command in Unity Version Control CLI.

Find and filter shelves.

## Filtering options

The following list displays the different filtering options (`where`) that are available to use with the `cm find shelve` command:

* `owner`
* `date`
* `attribute`
* `attrvalue`
* `comment`
* `guid`
* `parent`
* `shelveid`
* `id`

## Output options

The following list displays the different output options (`--format`) available to use with the `cm find shelve` command:

* `id`
* `shelveid`
* `date`
* `owner`
* `repository`
* `comment`

## `cm find shelve` example

Find shelves created by your team members in the past year:

```text
cm find shelve "where owner != 'me' and date >= '1 years ago'"
3848     2        04/10/2018 5:58:22 PM pablo    doom3code Shelve - temporary compilation.txt file
3860     3        06/23/2018 11:08:06 PM pablo    doom3code Shelve - test with a new configuration
```
