1BUNDLE-LIST(1)                                                  BUNDLE-LIST(1)
2
3
4

NAME

6       bundle-list - List all the gems in the bundle
7

SYNOPSIS

9       bundle  list [--name-only] [--paths] [--without-group=GROUP[ GROUP...]]
10       [--only-group=GROUP[ GROUP...]]
11

DESCRIPTION

13       Prints a list of all the gems in the bundle including their version.
14
15       Example:
16
17       bundle list --name-only
18
19       bundle list --paths
20
21       bundle list --without-group test
22
23       bundle list --only-group dev
24
25       bundle list --only-group dev test --paths
26

OPTIONS

28       --name-only
29              Print only the name of each gem.
30
31       --paths
32              Print the path to each gem in the bundle.
33
34       --without-group=<list>
35              A space-separated list of groups of gems to skip  during  printā€
36              ing.
37
38       --only-group=<list>
39              A space-separated list of groups of gems to print.
40
41
42
43
44                                 October 2022                   BUNDLE-LIST(1)
Impressum