Tray Publisher for TDs
Last updated 9 months ago
About
This page is dedicated to advanced users who'd like to leverage the CLI feature of the Tray publisher.
CLI Interface
You can use CLI actions to access the publisher tool. This allows your to use the publisher tool from terminal. this can be helpful if you don't like using UIs or like to write automation scripts at this point you'll be able to use the tray publisher as a standalone application.
How it works
The entry point is via using addon argument with traypublisher as value.
Examplecd <ayon-launcher-installation-location>
./ayon_console.exe addon traypublisher <command> [OPTIONS]Supported Commands
launch
Launch Tray Publisher tool GUI. You can use it to access the tray publisher directly without launching AYON launcher.
Examplecd <ayon-launcher-installation-location>
./ayon_console.exe addon traypublisher launchingestcsv
Run the CSV Ingestion feature without launching the Publisher GUI.
Examplecd <ayon-launcher-installation-location>
./ayon_console.exe addon traypublisher ingestcsv --filepath <CSV_file_path> --project <project_name> --folder-path <ayon_folder_path> --task <task_name> --ignore-validatorsTo more about the CSV Ingest and getting an example CSV, please go to CSV Ingest section in Working with AYON Tray Publisher.