2.47. hammer package

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

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

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

Subcommands:
 info                          Show a package
 list                          List packages

Options:
 -h, --help                    Print help

2.47.1. hammer package info

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

Usage:
    hammer package 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 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
  Pulp ID               | x   | x       |
  UUID                  | x   | x       |
  Name                  | x   | x       | x
  Version               | x   | x       |
  Architecture          | x   | x       |
  Epoch                 | x   | x       |
  Release               | x   | x       |
  Author                | x   | x       |
  Filename              | x   | x       |
  Source rpm            | x   | x       |
  nvrea                 | x   | x       |
  Build Host            | x   | x       |
  Available Host Count  | x   | x       |
  Applicable Host Count | x   | x       |
  Children              | x   | x       |
  Vendor                | x   | x       |
  License               | x   | x       |
  Relative Path         | x   | x       |
  Description           | x   | x       |
  Summary               | x   | x       |
  URL                   | x   | x       |
  Build Time            | x   | x       |
  Group                 | x   | x       |
  Requires              | x   | x       |
  Provides              | x   | x       |
  Files                 | x   | x       |
  Size                  | x   | x       |
  Modular               | x   | x       |
  ----------------------|-----|---------|-----