tuist graph
Generates a graph from the workspace or project in the current directory
Arguments#
skip-test-targets Optional#
Environment variableTUIST_GRAPH_SKIP_TEST_TARGETS
Skip Test targets during graph rendering.
tuistgraph-ttuistgraph--skip-test-targetsno-skip-test-targets Optional#
Environment variableTUIST_GRAPH_SKIP_TEST_TARGETS
Skip Test targets during graph rendering.
tuistgraph--no-skip-test-targetsskip-external-dependencies Optional#
Environment variableTUIST_GRAPH_SKIP_EXTERNAL_DEPENDENCIES
Skip external dependencies.
tuistgraph-dtuistgraph--skip-external-dependenciesno-skip-external-dependencies Optional#
Environment variableTUIST_GRAPH_SKIP_EXTERNAL_DEPENDENCIES
Skip external dependencies.
tuistgraph--no-skip-external-dependenciesskip-macro-support-targets Optional#
Environment variableTUIST_GRAPH_SKIP_MACRO_SUPPORT_TARGETS
Skip Swift Macro support targets (SwiftSyntax, SwiftCompilerPlugin, etc.). Macro plugin targets themselves are still shown.
tuistgraph-mtuistgraph--skip-macro-support-targetsno-skip-macro-support-targets Optional#
Environment variableTUIST_GRAPH_SKIP_MACRO_SUPPORT_TARGETS
Skip Swift Macro support targets (SwiftSyntax, SwiftCompilerPlugin, etc.). Macro plugin targets themselves are still shown.
tuistgraph--no-skip-macro-support-targetsplatform Optional#
Environment variableTUIST_GRAPH_PLATFORM
A platform to filter. Only targets for this platform will be showed in the graph. Available platforms: ios, macos, tvos, watchos
tuistgraph-l[platform]tuistgraph--platform[platform]format Optional#
Environment variableTUIST_GRAPH_FORMAT
Available formats: dot, json, png, svg
tuistgraph-f[format]tuistgraph--format[format]open Optional#
Environment variableTUIST_GRAPH_OPEN
Don't open the file after generating it.
tuistgraph--openno-open Optional#
Environment variableTUIST_GRAPH_OPEN
Don't open the file after generating it.
tuistgraph--no-openalgorithm Optional#
Environment variableTUIST_GRAPH_LAYOUT_ALGORITHM
Available formats: dot, neato, twopi, circo, fdp, sfdp, patchwork
tuistgraph-a[algorithm]tuistgraph--algorithm[algorithm]targets Optional#
Environment variableTUIST_GRAPH_TARGETS
A list of targets to filter. Those and their dependent targets will be showed in the graph.
tuistgraph[targets]path Optional#
Environment variableTUIST_GRAPH_PATH
The path to the directory that contains the project whose targets will be cached.
tuistgraph--path[path]tuistgraph-p[path]output-path Optional#
Environment variableTUIST_GRAPH_OUTPUT_PATH
The path where the graph will be generated.
tuistgraph--output-path[output-path]tuistgraph-o[output-path]