bundle-list
- 列出套件中的所有寶石
bundle list
[--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[ GROUP...]]
印出套件中所有寶石的清單,包含其版本。
範例
bundle list --name-only
bundle list --paths
bundle list --without-group test
bundle list --only-group dev
bundle list --only-group dev test --paths
--name-only
--paths
--without-group=<list>
--only-group=<list>