2.19. hammer deb-package

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

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

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

Subcommands:
 info, show                    Show a deb
 list, index                   List debs

Options:
 -h, --help                    Print help

2.19.1. hammer deb-package info

deb を表示します。

Usage:
    hammer deb-package <info|show> [OPTIONS]

Options:
 --fields FIELDS                         Show specified fields or predefined field 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 deb identifier
 --name NAME                             Name to search by
 --organization ORGANIZATION_NAME        Organization name to search by
 --organization-id ORGANIZATION_ID       Organization identifier
 --organization-label ORGANIZATION_LABEL Organization label to search by
 --organization-title ORGANIZATION_TITLE Organization title
 --repository REPOSITORY_NAME            Repository name to search by
 --repository-id REPOSITORY_ID           Repository identifier
 -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       |
  checksum              | x   | x       |
  Architecture          | x   | x       |
  Nav                   | x   | x       |
  Nva                   | x   | x       |
  Filename              | x   | x       |
  Available Host Count  | x   | x       |
  Applicable Host Count | x   | x       |
  Description           | x   | x       |
  ----------------------|-----|---------|-----