Alteryx IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

Using the -omit-ui flag with ayx_plugin_cli

mkhtran
8 - Asteroid

The FAQ says we can skip rebuilding the UI when building the .yxi by using the `-omit-ui` flag. Has this been removed? None of the following work:

 

 

> ayx_plugin_cli create-yxi --use-ui -omit-ui
> ayx_plugin_cli create-yxi --use-ui --omit-ui
> ayx_plugin_cli designer-install --use-ui --install-type user -omit-ui
> ayx_plugin_cli designer-install --use-ui --install-type user --omit-ui

 

1 REPLY 1
aneeshnazar
Alteryx
Alteryx

I believe this FAQ was released prematurely - the current version of the CLI just uses `--use-ui`. You would use

ayx_plugin_cli create-yxi --use-ui

to build/rebuild the UI components, and you would use

ayx_plugin_cli create-yxi

To avoid rebuilding them.