# great-docs versions


List configured documentation versions.


``` bash
great-docs versions [OPTIONS]
```


Shows the multi-version documentation configuration from `great-docs.yml`, including version tags, labels, and status indicators.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: great-docs versions [OPTIONS]

      List configured documentation versions.

      Shows the multi-version documentation configuration from 'great-docs.yml',
      including version tags, labels, and status indicators.

      Examples:
        great-docs versions              # List all configured versions
        great-docs versions --check      # Validate configuration

    Options:
      --project-path DIRECTORY  Path to your project root directory (default:
                                current directory)
      --check                   Validate version configuration and exit with non-
                                zero on errors
      --help                    Show this message and exit.


# Options


`--project-path: DIRECTORY`  
Path to your project root directory (default: current directory)

`--check`  
Validate version configuration and exit with non-zero on errors


# Examples

``` bash
  great-docs versions              # List all configured versions
  great-docs versions --check      # Validate configuration
```
