2018-11-02 19:07:56 -04:00
. \" generated with Ronn/v0.7.3
. \" http://github.com/rtomayko/ronn/tree/0.7.3
.
2022-10-17 23:55:59 -04:00
.TH "BUNDLE\-VIZ" "1" "October 2022" "" ""
2018-11-02 19:07:56 -04:00
.
.SH "NAME"
\fB bundle\- viz\fR \- Generates a visual dependency graph for your Gemfile
.
.SH "SYNOPSIS"
\fB bundle viz\fR [\- \- file=FILE] [\- \- format=FORMAT] [\- \- requirements] [\- \- version] [\- \- without=GROUP GROUP]
.
.SH "DESCRIPTION"
\fB viz\fR generates a PNG file of the current \fB Gemfile(5)\fR as a dependency graph\. \fB viz\fR requires the ruby\- graphviz gem (and its dependencies)\.
.
.P
The associated gems must also be installed via \fB bundle install(1)\fR \fI bundle\- install\. 1\. html\fR \.
.
2022-07-25 06:58:02 -04:00
.P
\fB viz\fR command was deprecated in Bundler 2\. 2\. Use bundler\- graph plugin \fI https://github\. com/rubygems/bundler\- graph\fR instead\.
.
2018-11-02 19:07:56 -04:00
.SH "OPTIONS"
.
.TP
\fB \- \- file\fR , \fB \- f\fR
The name to use for the generated file\. See \fB \- \- format\fR option
.
.TP
\fB \- \- format\fR , \fB \- F\fR
This is output format option\. Supported format is png, jpg, svg, dot \. \. \.
.
.TP
\fB \- \- requirements\fR , \fB \- R\fR
Set to show the version of each required dependency\.
.
.TP
\fB \- \- version\fR , \fB \- v\fR
Set to show each gem version\.
.
.TP
\fB \- \- without\fR , \fB \- W\fR
Exclude gems that are part of the specified named group\.