2020-05-08 01:19:04 -04:00
|
|
|
BUNDLE-LIST(1) BUNDLE-LIST(1)
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
NAME
|
|
|
|
bundle-list - List all the gems in the bundle
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
SYNOPSIS
|
2020-05-08 01:19:04 -04:00
|
|
|
bundle list [--name-only] [--paths] [--without-group=GROUP[ GROUP...]]
|
|
|
|
[--only-group=GROUP[ GROUP...]]
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
DESCRIPTION
|
2018-11-02 19:07:56 -04:00
|
|
|
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
|
|
|
|
|
2020-05-08 01:19:04 -04:00
|
|
|
bundle list --only-group dev test --paths
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
OPTIONS
|
|
|
|
--name-only
|
2020-05-08 01:19:04 -04:00
|
|
|
Print only the name of each gem.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
--paths
|
2020-05-08 01:19:04 -04:00
|
|
|
Print the path to each gem in the bundle.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2020-05-08 01:19:04 -04:00
|
|
|
--without-group=<list>
|
|
|
|
A space-separated list of groups of gems to skip during
|
|
|
|
printing.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2020-05-08 01:19:04 -04:00
|
|
|
--only-group=<list>
|
|
|
|
A space-separated list of groups of gems to print.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-01 03:03:10 -04:00
|
|
|
July 2020 BUNDLE-LIST(1)
|