SOLVED
Using the -omit-ui flag with ayx_plugin_cli
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
mkhtran
9 - Comet
08-25-2023
10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
Labels:
- Labels:
-
Custom Tools
-
SDK
1 REPLY 1
aneeshnazar
Alteryx
08-28-2023
11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.