add documentation to --list-versions

This commit is contained in:
Ondrej Samohel 2021-07-02 15:04:17 +02:00 committed by Ondrej Samohel
parent 920b94fa7f
commit 8c034a9a68
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 12 additions and 0 deletions

View file

@ -21,6 +21,8 @@ openpype_console --use-version=3.0.0-foo+bar
`--use-staging` - to use staging versions of OpenPype.
`--list-versions [--use-staging]` - to list available versions.
For more information [see here](admin_use#run-openpype).
## Commands

View file

@ -46,6 +46,16 @@ openpype_console --use-version=3.0.1
`--use-staging` - to specify you prefer staging version. In that case it will be used
(if found) instead of production one.
:::tip List available versions
To list all available versions, use:
```shell
openpype_console --list-versions
```
You can add `--use-staging` to list staging versions.
:::
### Details
When you run OpenPype from executable, few check are made: