From 6cefe6f233eb120d9fc754050058fc15f7e72d68 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Fri, 19 Jun 2015 21:13:20 -0500 Subject: Add documentation for bundle viz and update index.txt --- man/bundle-viz.ronn | 28 ++++++++++++++++++++++++++++ man/index.txt | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 man/bundle-viz.ronn diff --git a/man/bundle-viz.ronn b/man/bundle-viz.ronn new file mode 100644 index 0000000000..102e091201 --- /dev/null +++ b/man/bundle-viz.ronn @@ -0,0 +1,28 @@ +bundle-viz -- Generate a visual representation of your dependencies +=================================================================== + +## SYNOPSIS + +`bundle viz` [--file=FILE] [--format=FORMAT] [--requirements] [--version] [--without=GROUP GROUP] + +## DESCRIPTION + +`viz` generates a by default a PNG file of the current Gemfile as a dependency graph. `viz` +requires the Graphviz visualization software package and `ruby-graphviz` gem. + +## OPTIONS + +* `-f, --file`: + The name to use for a generated file + +* `-F, --format`: + This is the output file format. Supported formats include png, jpg, svg, and many more. + +* `-r, --requirements`: + Set to show the version of each required dependency. + +* `-v, --version`: + Set to show each gem version. + +* `--without`: + Exclude gems that are part of a specified named group. diff --git a/man/index.txt b/man/index.txt index e31afb7dff..24b8bc7ae6 100644 --- a/man/index.txt +++ b/man/index.txt @@ -1,7 +1,9 @@ Gemfile(5) gemfile.5 +bundle-init bundle-init.1 bundle-install bundle-install.1 bundle-update bundle-update.1 bundle-package bundle-package.1 bundle-exec bundle-exec.1 bundle-config bundle-config.1 bundle-platform bundle-platform.1 +bundle-viz bundle-viz.1 -- cgit v1.2.1