Sha256: 935ff79b49c5c1cd6f84c84cf229f56ed68adaea1ced302060a2cf8d62695800

Contents?: true

Size: 767 Bytes

Versions: 8

Compression:

Stored size: 767 Bytes

Contents

bundle-list(1) -- List all the gems in the bundle
=================================================

## SYNOPSIS

`bundle list` [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[ GROUP...]]

## DESCRIPTION

Prints a list of all the gems in the bundle including their version.

Example:

bundle list --name-only

bundle list --paths

bundle list --without-group test

bundle list --only-group dev

bundle list --only-group dev test --paths

## OPTIONS

* `--name-only`:
  Print only the name of each gem.

* `--paths`:
  Print the path to each gem in the bundle.

* `--without-group=<list>`:
  A space-separated list of groups of gems to skip during printing.

* `--only-group=<list>`:
  A space-separated list of groups of gems to print.

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
rubygems-update-3.6.3 bundler/lib/bundler/man/bundle-list.1.ronn
bundler-2.6.3 lib/bundler/man/bundle-list.1.ronn
rubygems-update-3.6.2 bundler/lib/bundler/man/bundle-list.1.ronn
bundler-2.6.2 lib/bundler/man/bundle-list.1.ronn
rubygems-update-3.6.1 bundler/lib/bundler/man/bundle-list.1.ronn
bundler-2.6.1 lib/bundler/man/bundle-list.1.ronn
rubygems-update-3.6.0 bundler/lib/bundler/man/bundle-list.1.ronn
bundler-2.6.0 lib/bundler/man/bundle-list.1.ronn