2.48. hammer package-group

パッケージグループを操作します。

Usage:
    hammer package-group [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:
 SUBCOMMAND                    Subcommand
 [ARG] ...                     Subcommand arguments

Subcommands:
 info                          Show a package group
 list                          List package_groups

Options:
 -h, --help                    Print help

2.48.1. hammer package-group info

パッケージグループを表示します。

Usage:
    hammer package-group info [OPTIONS]

Options:
 --fields FIELDS               Show specified fileds or predefined filed sets only. (See below)
                               Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
                               JSON is acceptable and preferred way for complex parameters
 --id ID                       A package group identifier
 --name NAME                   Name to search by
 --repository REPOSITORY_NAME  Repository name to search by
 --repository-id REPOSITORY_ID Repository ID
 -h, --help                    Print help

Predefined field sets:
  ---------------------|-----|---------|-----
  FIELDS               | ALL | DEFAULT | THIN
  ---------------------|-----|---------|-----
  ID                   | x   | x       | x
  Package Group Name   | x   | x       | x
  Repository Name      | x   | x       |
  UUID                 | x   | x       |
  Description          | x   | x       |
  Default Packages     | x   | x       |
  Mandatory Packages   | x   | x       |
  Conditional Packages | x   | x       |
  Optional Packages    | x   | x       |
  ---------------------|-----|---------|-----