跳至內容

tuist plugin build

Builds a plugin.

Arguments#

configuration Optional#

Environment variableTUIST_PLUGIN_OPTIONS_CONFIGURATION

Choose configuration (default: debug).

bash
tuistpluginbuild--configuration[configuration]
tuistpluginbuild-c[configuration]

path Optional#

Environment variableTUIST_PLUGIN_OPTIONS_PATH

The path to the directory that contains the definition of the plugin.

bash
tuistpluginbuild--path[path]
tuistpluginbuild-p[path]

build-tests Optional#

Environment variableTUIST_PLUGIN_BUILD_BUILD_TESTS

Build both source and test targets.

bash
tuistpluginbuild--build-tests

no-build-tests Optional#

Environment variableTUIST_PLUGIN_BUILD_BUILD_TESTS

Build both source and test targets.

bash
tuistpluginbuild--no-build-tests

show-bin-path Optional#

Environment variableTUIST_PLUGIN_BUILD_SHOW_BIN_PATH

Print the binary output path.

bash
tuistpluginbuild--show-bin-path

no-show-bin-path Optional#

Environment variableTUIST_PLUGIN_BUILD_SHOW_BIN_PATH

Print the binary output path.

bash
tuistpluginbuild--no-show-bin-path

targets Optional#

Environment variableTUIST_PLUGIN_BUILD_TARGETS

Build the specified targets.

bash
tuistpluginbuild--targets[targets]

products Optional#

Environment variableTUIST_PLUGIN_BUILD_PRODUCTS

Build the specified products.

bash
tuistpluginbuild--products[products]