Português (Portuguese)
Português (Portuguese)
Appearance
Português (Portuguese)
Português (Portuguese)
Appearance
Builds a plugin.
Environment variable TUIST_PLUGIN_OPTIONS_CONFIGURATION
Choose configuration (default: debug).
tuist plugin build --configuration [configuration]
tuist plugin build -c [configuration]
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]
Environment variable TUIST_PLUGIN_BUILD_BUILD_TESTS
Build both source and test targets.
tuist plugin build --build-tests
tuist plugin build --no-build-tests
Environment variable TUIST_PLUGIN_BUILD_SHOW_BIN_PATH
Print the binary output path.
tuist plugin build --show-bin-path
tuist plugin build --no-show-bin-path
Environment variable TUIST_PLUGIN_BUILD_TARGETS
Build the specified targets.
tuist plugin build --targets [targets]
Environment variable TUIST_PLUGIN_BUILD_PRODUCTS
Build the specified products.
tuist plugin build --products [products]
Show help information.
tuist plugin build -h
tuist plugin build --help