2.51. hammer package
パッケージを操作します。
Usage: hammer package [OPTIONS] SUBCOMMAND [ARG] ... Parameters: SUBCOMMAND Subcommand [ARG] ... Subcommand arguments Subcommands: info, show Show a package list, index List packages Options: -h, --help Print help
2.51.1. hammer package info
パッケージを表示します。
Usage: hammer 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 package 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 | 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 | ----------------------|-----|---------|-----