1BUNDLE-VIZ(1) BUNDLE-VIZ(1)
2
3
4
6 bundle-viz - Generates a visual dependency graph for your Gemfile
7
9 bundle viz [--file=FILE] [--format=FORMAT] [--requirements] [--version]
10 [--without=GROUP GROUP]
11
13 viz generates a PNG file of the current Gemfile(5) as a dependency
14 graph. viz requires the ruby-graphviz gem (and its dependencies).
15
16 The associated gems must also be installed via bundle install(1) bun‐
17 dle-install.1.html.
18
19 viz command was deprecated in Bundler 2.2. Use bundler-graph plugin
20 https://github.com/rubygems/bundler-graph instead.
21
23 --file, -f
24 The name to use for the generated file. See --format option
25
26 --format, -F
27 This is output format option. Supported format is png, jpg, svg,
28 dot ...
29
30 --requirements, -R
31 Set to show the version of each required dependency.
32
33 --version, -v
34 Set to show each gem version.
35
36 --without, -W
37 Exclude gems that are part of the specified named group.
38
39
40
41
42 February 2023 BUNDLE-VIZ(1)