mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed standalonepublisher from global cli commands
This commit is contained in:
parent
9db2eb3cc0
commit
6a271aae10
3 changed files with 0 additions and 18 deletions
|
|
@ -40,12 +40,6 @@ def settings(dev):
|
|||
PypeCommands().launch_settings_gui(dev)
|
||||
|
||||
|
||||
@main.command()
|
||||
def standalonepublisher():
|
||||
"""Show Pype Standalone publisher UI."""
|
||||
PypeCommands().launch_standalone_publisher()
|
||||
|
||||
|
||||
@main.command()
|
||||
def tray():
|
||||
"""Launch pype tray.
|
||||
|
|
|
|||
|
|
@ -76,11 +76,6 @@ class PypeCommands:
|
|||
import (run_webserver)
|
||||
return run_webserver(*args, **kwargs)
|
||||
|
||||
@staticmethod
|
||||
def launch_standalone_publisher():
|
||||
from openpype.tools import standalonepublish
|
||||
standalonepublish.main()
|
||||
|
||||
@staticmethod
|
||||
def launch_traypublisher():
|
||||
from openpype.tools import traypublisher
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ For more information [see here](admin_use.md#run-openpype).
|
|||
| interactive | Start python like interactive console session. | |
|
||||
| projectmanager | Launch Project Manager UI | [📑](#projectmanager-arguments) |
|
||||
| settings | Open Settings UI | [📑](#settings-arguments) |
|
||||
| standalonepublisher | Open Standalone Publisher UI | [📑](#standalonepublisher-arguments) |
|
||||
|
||||
---
|
||||
### `tray` arguments {#tray-arguments}
|
||||
|
|
@ -159,12 +158,6 @@ openpypeconsole settings
|
|||
```
|
||||
|
||||
---
|
||||
### `standalonepublisher` arguments {#standalonepublisher-arguments}
|
||||
`standalonepublisher` has no command-line arguments.
|
||||
```shell
|
||||
openpype_console standalonepublisher
|
||||
```
|
||||
|
||||
### `repack-version` arguments {#repack-version-arguments}
|
||||
Takes path to unzipped and possibly modified OpenPype version. Files will be
|
||||
zipped, checksums recalculated and version will be determined by folder name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue