Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
Runs a plugin.
Environment variable TUIST_PLUGIN_OPTIONS_CONFIGURATION
Choose configuration (default: debug).
tuist plugin run --configuration [configuration]
tuist plugin run -c [configuration]
Environment variable TUIST_PLUGIN_OPTIONS_PATH
The path to the directory that contains the definition of the plugin.
tuist plugin run --path [path]
tuist plugin run -p [path]
Environment variable TUIST_PLUGIN_RUN_BUILD_TESTS
Build both source and test targets.
tuist plugin run --build-tests
tuist plugin run --no-build-tests
Environment variable TUIST_PLUGIN_RUN_SKIP_BUILD
Skip building the plugin.
tuist plugin run --skip-build
tuist plugin run --no-skip-build
Environment variable TUIST_PLUGIN_RUN_TASK
The plugin task to run.
tuist plugin run [task]
Environment variable TUIST_PLUGIN_RUN_ARGUMENTS
The arguments to pass to the plugin task.
tuist plugin run [arguments]
Show help information.
tuist plugin run -h
tuist plugin run --help