| layout | default |
|---|---|
| published | true |
| title | Supported Taggers |
| nav_order | 2 |
The following commands are used to see the list of Yor supported taggers, both built-in and [custom](../3.Custom Taggers/customTagExamples.md) tags.
list-tag-groups - list the groups of tags that are built into yor
./yor list-tag-groupslist-tags - lists all the tags. This will print each tag key, and the relevant group the tag belongs to.
./yor list-tags
# List all the tags built into yor./yor list-tags --tag-groups git
# List all the tags built into yor under the tag group git
```