2.48. hammer model
ハードウェアモデルを操作します。
Usage: hammer model [OPTIONS] SUBCOMMAND [ARG] ... Parameters: SUBCOMMAND Subcommand [ARG] ... Subcommand arguments Subcommands: create Create a hardware model delete, destroy Delete a hardware model info, show Show a hardware model list, index List all hardware models update Update a hardware model Options: -h, --help Print help
2.48.1. hammer model create
ハードウェアモデルを作成します。
Usage: hammer model create [OPTIONS] Options: --hardware-model HARDWARE_MODEL --info INFO --name NAME --vendor-class VENDOR_CLASS -h, --help Print help
2.48.2. hammer model delete
ハードウェアモデルを削除します。
Usage: hammer model <delete|destroy> [OPTIONS] Options: --id ID --name NAME Model name -h, --help Print help
2.48.3. hammer model info
ハードウェアモデルを表示します。
Usage: hammer model <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 --name NAME Model name -h, --help Print help Predefined field sets: -------------|-----|---------|----- FIELDS | ALL | DEFAULT | THIN -------------|-----|---------|----- Id | x | x | x Name | x | x | x Vendor class | x | x | Hw model | x | x | Info | x | x | Created at | x | x | Updated at | x | x | -------------|-----|---------|-----
2.48.4. hammer model list
ハードウェアモデルの一覧を表示します。
Usage: hammer model <list|index> [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 --order ORDER Sort field and order, eg. ‘id DESC’ --page PAGE Page number, starting at 1 --per-page PER_PAGE Number of results per page to return, 'all' to return all results --search SEARCH Filter results -h, --help Print help Predefined field sets: -------------|-----|---------|----- FIELDS | ALL | DEFAULT | THIN -------------|-----|---------|----- Id | x | x | x Name | x | x | x Vendor class | x | x | Hw model | x | x | -------------|-----|---------|----- Search / Order fields: hardware_model string info text name string vendor_class string
2.48.5. hammer model update
ハードウェアモデルを更新します。
Usage: hammer model update [OPTIONS] Options: --hardware-model HARDWARE_MODEL --id ID --info INFO --name NAME Model name --new-name NEW_NAME --vendor-class VENDOR_CLASS -h, --help Print help