mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
doc: add example to repack-version command
This commit is contained in:
parent
3486459520
commit
94fab5b8b6
1 changed files with 5 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ openpype_console eventserver --ftrack-url=<url> --ftrack-user=<user> --ftrack-ap
|
|||
| `--asset` | Asset name (default taken from `AVALON_ASSET` if set) |
|
||||
| `--task` | Task name (default taken from `AVALON_TASK` is set) |
|
||||
| `--tools` | *Optional: Additional tools to add* |
|
||||
| `--user` | *Optional: User on behalf to run* |
|
||||
| `--ftrack-server` / `-fs` | *Optional: Ftrack server URL* |
|
||||
| `--user` | *Optional: User on behalf to run* |
|
||||
| `--ftrack-server` / `-fs` | *Optional: Ftrack server URL* |
|
||||
| `--ftrack-user` / `-fu` | *Optional: Ftrack user* |
|
||||
| `--ftrack-key` / `-fk` | *Optional: Ftrack API key* |
|
||||
|
||||
|
|
@ -166,3 +166,6 @@ Takes path to unzipped and possibly modified OpenPype version. Files will be
|
|||
zipped, checksums recalculated and version will be determined by folder name
|
||||
(and written to `version.py`).
|
||||
|
||||
```shell
|
||||
./openpype_console repack-version /path/to/some/modified/unzipped/version/openpype-v3.8.3-modified
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue