ayon-core/openpype/hosts/webpublisher
Petr Kalis 84e89aa422
Webpublisher: better encode list values for click (#5546)
* Fix - list of arguments must be provided differently

Targets could be a list, original implementation pushed it as a comma separated, it must be separated by space for click to understand.

* Fix - split by space

targets might come as a tuple from command line

* Fix - better providing of arguments

* Revert "Fix - split by space"

This reverts commit 23884ac1c544e2d8003d82423a0da8b83821d426.
2023-08-31 11:39:07 +02:00
..
api implement webpublisher host with HostBase 2022-08-25 16:41:56 +02:00
plugins/publish Option to start versioning from 0 (#5262) 2023-08-10 13:31:49 +02:00
webserver_service Webpublisher: better encode list values for click (#5546) 2023-08-31 11:39:07 +02:00
__init__.py implemented webpublish addon 2022-08-25 16:32:46 +02:00
addon.py Webpublisher: Self contain test publish logic (#5414) 2023-08-07 16:53:09 +02:00
lib.py Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00
publish_functions.py Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00
README.md Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00

Webpublisher

Plugins meant for processing of Webpublisher.

Gets triggered by calling openpype_console modules webpublisher publish with appropriate arguments.