1BUNDLE-VIZ(1)                                                    BUNDLE-VIZ(1)
2
3
4

NAME

6       bundle-viz - Generates a visual dependency graph for your Gemfile
7

SYNOPSIS

9       bundle viz [--file=FILE] [--format=FORMAT] [--requirements] [--version]
10       [--without=GROUP GROUP]
11

DESCRIPTION

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).
17

OPTIONS

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