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
20 --file, -f
21 The name to use for the generated file. See --format option
22
23 --format, -F
24 This is output format option. Supported format is png, jpg, svg,
25 dot ...
26
27 --requirements, -R
28 Set to show the version of each required dependency.
29
30 --version, -v
31 Set to show each gem version.
32
33 --without, -W
34 Exclude gems that are part of the specified named group.
35
36
37
38
39 January 2021 BUNDLE-VIZ(1)