2.56. hammer puppet-module
Puppet モジュールの詳細を表示します。
Usage: hammer puppet-module [OPTIONS] SUBCOMMAND [ARG] ... Parameters: SUBCOMMAND Subcommand [ARG] ... Subcommand arguments Subcommands: info Show a puppet module list List puppet_modules Options: -h, --help Print help
2.56.1. hammer puppet-module info
puppet モジュールを表示します。
Usage: hammer puppet-module 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 puppet module identifier --name NAME Name to search by --organization ORGANIZATION_NAME Organization name to search by --organization-id ORGANIZATION_ID Organization ID --organization-label ORGANIZATION_LABEL Organization label 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 Name | x | x | x Version | x | x | Author | x | x | Uuid | x | x | Summary | x | x | Description | x | x | License | x | x | Project Page | x | x | Source | x | x | Dependencies/ | x | x | File checksums/ | x | x | Tag List | x | x | Repositories/Id | x | x | Repositories/Name | x | x | ------------------|-----|---------|-----