2018-11-03 02:07:56 +03:00
|
|
|
BUNDLE-VIZ(1) BUNDLE-VIZ(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
NAME
|
|
|
|
bundle-viz - Generates a visual dependency graph for your Gemfile
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
SYNOPSIS
|
|
|
|
bundle viz [--file=FILE] [--format=FORMAT] [--requirements] [--version]
|
2018-11-03 02:07:56 +03:00
|
|
|
[--without=GROUP GROUP]
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
DESCRIPTION
|
|
|
|
viz generates a PNG file of the current Gemfile(5) as a dependency
|
|
|
|
graph. viz requires the ruby-graphviz gem (and its dependencies).
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
The associated gems must also be installed via bundle install(1) bun-
|
|
|
|
dle-install.1.html.
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
OPTIONS
|
|
|
|
--file, -f
|
|
|
|
The name to use for the generated file. See --format option
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--format, -F
|
2018-11-03 02:07:56 +03:00
|
|
|
This is output format option. Supported format is png, jpg, svg,
|
|
|
|
dot ...
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--requirements, -R
|
2018-11-03 02:07:56 +03:00
|
|
|
Set to show the version of each required dependency.
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--version, -v
|
2018-11-03 02:07:56 +03:00
|
|
|
Set to show each gem version.
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--without, -W
|
2018-11-03 02:07:56 +03:00
|
|
|
Exclude gems that are part of the specified named group.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-01-08 10:11:52 +03:00
|
|
|
January 2020 BUNDLE-VIZ(1)
|