Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions tests/foreman/data/hammer_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -23703,6 +23703,73 @@
}
],
"subcommands": [
{
"description": "Generate a Containerfile RUN command from transiently installed packages on image mode hosts",
"name": "containerfile-install-command",
"options": [
{
"help": "Show specified fields or predefined field sets only. (See below)",
"name": "full-result",
"shortname": null,
"value": "LIST"
},
{
"help": "VALUE/NUMBER Name/id of the host",
"name": "host",
"shortname": null,
"value": null
},
{
"help": "VALUE/NUMBER Name/id of the host",
"name": "host-id",
"shortname": null,
"value": null
},
{
"help": "Sort field and order, eg. 'id DESC'",
"name": "order",
"shortname": null,
"value": "VALUE"
},
{
"help": "Page number, starting at 1",
"name": "page",
"shortname": null,
"value": "NUMBER"
},
{
"help": "Number of results per page to return",
"name": "per-page",
"shortname": null,
"value": "NUMBER"
},
{
"help": "Search string",
"name": "search",
"shortname": null,
"value": "VALUE"
},
{
"help": "Field to sort the results on",
"name": "sort-by",
"shortname": null,
"value": "VALUE"
},
{
"help": "How to order the sorted results (e.g. ASC for ascending)",
"name": "sort-order",
"shortname": null,
"value": "VALUE"
},
{
"help": "Print help",
"name": "help",
"shortname": "h",
"value": "VALUE"
}
],
"subcommands": []
},
{
"description": "Not supported. Use the remote execution equivalent `hammer job-invocation create --feature katello_package_install`.",
"name": "install",
Expand Down