Install the Design Workflow Tools with the CLI

You can install any of our Design Workflow tools using the youi-tv tools sub-command.

Interactive Method

First, if you aren’t already logged in, log in by running youi-tv login in a terminal window.

Enter youi-tv tools with no arguments to use the interactive tool installer. You can exit the installer at any time by pressing Ctrl-c.

The interactive menu appears. Select the tool to install using the Up/Down arrow keys, and confirm the choice with Return. Next, select from the versions listed and press Return. The version of EasyProfiler or AEPlugin that you install must match the version of You.i Platform that’s in use for your project. After a short wait you you’ll see output confirming a successful install, and where the tools have been placed.

After Effects Plugin

-> Installed AEPlugin version 6.15.0 into /Applications/Adobe After Effects 2021
Download & Install succeeded to After Effects plugin directory

EasyProfiler

Download & Install succeeded to /Users/jsmith/youiengine/easy_profiler

Style Extractor

Choosing StyleExtractor always installs the latest version. If you try to install StyleExtractor again you’ll see:

Version 6.15.0 is already installed.

Non-interactive Method

The non-interactive method means you pass optional arguments to the youi-tv tools sub-command, rather than launching the interactive tool with youi-tv tools. Using this method isn’t required - it’s provided as a convenience for automation and scripting. Most users should use the interactive method.

Install a Specific Tool and Version Non-Interactively

To install a tool using the non-interactive method, pass the -t or --type flag with the tool name as argument. The argument is case-insensitive; for example, both aeplugins and AEPlugins are accepted.

Following the -t or --type argument, for the AEPlugins and EasyProfiler plugins you must pass a valid version number using -i or --install_version. The argument must be a valid You.i Platform release number, for example 6.9.0. When the install flag isn’t given, or the version given is invalid, the interactive version picker for the given tool will open. The version of EasyProfiler or AEPlugin that you install must match the version of You.i Platform that’s in use for your project.

Examples

The following are examples of valid inputs to the youi-tv tools sub-command:

youi-tv tools -t styleextractor
youi-tv tools --type EasyProfiler --install_version 6.13.0
youi-tv tools -t aeplugins -i 6.12.0