2018-11-03 02:07:56 +03:00
|
|
|
BUNDLE-LIST(1) BUNDLE-LIST(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
NAME
|
|
|
|
bundle-list - List all the gems in the bundle
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
SYNOPSIS
|
|
|
|
bundle list [--name-only] [--paths] [--without-group=GROUP]
|
2018-11-03 02:07:56 +03:00
|
|
|
[--only-group=GROUP]
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
DESCRIPTION
|
2018-11-03 02:07:56 +03: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
|
|
|
|
|
|
|
|
bundle list --only-group dev --paths
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
OPTIONS
|
|
|
|
--name-only
|
2018-11-03 02:07:56 +03:00
|
|
|
Print only the name of each gem.
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--paths
|
2018-11-03 02:07:56 +03:00
|
|
|
Print the path to each gem in the bundle.
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--without-group
|
2018-11-03 02:07:56 +03:00
|
|
|
Print all gems expect from a group.
|
|
|
|
|
2019-04-14 09:01:35 +03:00
|
|
|
--only-group
|
2018-11-03 02:07:56 +03:00
|
|
|
Print gems from a particular group.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-11-11 11:57:45 +03:00
|
|
|
November 2019 BUNDLE-LIST(1)
|