tuist plugin build 
Builds a plugin.
Arguments 
configuration Optional 
Environment variable TUIST_PLUGIN_OPTIONS_CONFIGURATION
Choose configuration (default: debug).
tuist plugin build --configuration [configuration]
tuist plugin build -c [configuration]path Optional 
Environment variable TUIST_PLUGIN_OPTIONS_PATH
The path to the directory that contains the definition of the plugin.
tuist plugin build --path [path]
tuist plugin build -p [path]build-tests Optional 
Environment variable TUIST_PLUGIN_BUILD_BUILD_TESTS
Build both source and test targets.
tuist plugin build --build-testsno-build-tests Optional 
Environment variable TUIST_PLUGIN_BUILD_BUILD_TESTS
Build both source and test targets.
tuist plugin build --no-build-testsshow-bin-path Optional 
Environment variable TUIST_PLUGIN_BUILD_SHOW_BIN_PATH
Print the binary output path.
tuist plugin build --show-bin-pathno-show-bin-path Optional 
Environment variable TUIST_PLUGIN_BUILD_SHOW_BIN_PATH
Print the binary output path.
tuist plugin build --no-show-bin-pathtargets Optional 
Environment variable TUIST_PLUGIN_BUILD_TARGETS
Build the specified targets.
tuist plugin build --targets [targets]products Optional 
Environment variable TUIST_PLUGIN_BUILD_PRODUCTS
Build the specified products.
tuist plugin build --products [products]help Optional 
Show help information.
tuist plugin build -h
tuist plugin build --help