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