# List Boxes

Lists all boxes. Can use the `--no-show-versions` to suppress versions and show unique boxes.

{% tabs %}
{% tab title="List Boxes" %}

```
zeus list-boxes
```

{% endtab %}

{% tab title="Options" %}

```bash
zeus list-boxes

list boxes in mapping

Options:
  --version        Show version number                                 [boolean]
  --storage-path   path for persistent storage   [default: "/home/ubuntu/.zeus"]
  --rc-file        use rc file to load options from
                                     [default: "/home/ubuntu/.zeus/zeusrc.json"]
  --rc-ignore      ignore rc file                               [default: false]
  --verbose, -v                                                 [default: false]
  -h, --help       Show help                                           [boolean]
  --show-versions                                                [default: true]

Examples:
  zeus list-boxes --no-show-versions
```

{% endtab %}
{% endtabs %}
