Skip to content

Commit 2a275db

Browse files
authored
Update hammer commands (#20664)
1 parent 8e3b488 commit 2a275db

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

tests/foreman/data/hammer_commands.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23711,7 +23711,7 @@
2371123711
"help": "Show specified fields or predefined field sets only. (See below)",
2371223712
"name": "full-result",
2371323713
"shortname": null,
23714-
"value": "LIST"
23714+
"value": "BOOLEAN"
2371523715
},
2371623716
{
2371723717
"help": "VALUE/NUMBER Name/id of the host",
@@ -23725,6 +23725,12 @@
2372523725
"shortname": null,
2372623726
"value": null
2372723727
},
23728+
{
23729+
"help": "Include packages with unknown persistence in addition to transient packages",
23730+
"name": "include-unknown-persistence",
23731+
"shortname": null,
23732+
"value": "BOOLEAN"
23733+
},
2372823734
{
2372923735
"help": "Sort field and order, eg. 'id DESC'",
2373023736
"name": "order",
@@ -23835,6 +23841,12 @@
2383523841
"shortname": null,
2383623842
"value": "NUMBER"
2383723843
},
23844+
{
23845+
"help": "Return only packages of a particular persistence (transient, persistent, or nil)",
23846+
"name": "persistence",
23847+
"shortname": null,
23848+
"value": "BOOLEAN"
23849+
},
2383823850
{
2383923851
"help": "Search string",
2384023852
"name": "search",

0 commit comments

Comments
 (0)