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]
10       [--only-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 --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
35              Print all gems expect from a group.
36
37       --only-group
38              Print gems from a particular group.
39
40
41
42
43                                 January 2020                   BUNDLE-LIST(1)
Impressum