Skip to content

Commit

Permalink
Merge 66bcdbf into 5844852
Browse files Browse the repository at this point in the history
  • Loading branch information
lpramuk committed May 9, 2017
2 parents 5844852 + 66bcdbf commit 592b51d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tests/foreman/data/hammer_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -5132,6 +5132,12 @@
"shortname": null,
"value": "DESCRIPTION"
},
{
"help": "Force yum metadata regeneration on the repositories in the content view version One of true/false, yes/no, 1/0.",
"name": "force-yum-metadata-regeneration",
"shortname": null,
"value": "FORCE_YUM_METADATA_REGENERATION"
},
{
"help": "Content view identifier",
"name": "id",
Expand Down Expand Up @@ -6264,12 +6270,30 @@
"shortname": null,
"value": "CONTENT_VIEW_ID"
},
{
"help": "The description for the content view version promotion",
"name": "description",
"shortname": null,
"value": "DESCRIPTION"
},
{
"help": "Identifiers for Lifecycle Environment Comma separated list of values.",
"name": "environment-ids",
"shortname": null,
"value": "ENVIRONMENT_IDS"
},
{
"help": "force content view promotion and bypass lifecycle environment restriction",
"name": "force",
"shortname": null,
"value": null
},
{
"help": "Force yum metadata regeneration on the repositories in the content view version One of true/false, yes/no, 1/0.",
"name": "force-yum-metadata-regeneration",
"shortname": null,
"value": "FORCE_YUM_METADATA_REGENERATION"
},
{
"help": "Environment name from where to promote its version from (if version is unknown)",
"name": "from-lifecycle-environment",
Expand Down Expand Up @@ -23962,12 +23986,24 @@
"shortname": null,
"value": "PRODUCT_ID"
},
{
"help": "Force sync even if no upstream changes are detected. Only used with yum repositories. One of true/false, yes/no, 1/0.",
"name": "skip-metadata-check",
"shortname": null,
"value": "SKIP_METADATA_CHECK"
},
{
"help": "temporarily override feed URL for sync",
"name": "source-url",
"shortname": null,
"value": "SOURCE_URL"
},
{
"help": "Force a sync and validate the checksums of all content. Only used with yum repositories. One of true/false, yes/no, 1/0.",
"name": "validate-contents",
"shortname": null,
"value": "VALIDATE_CONTENTS"
},
{
"help": "print help",
"name": "help",
Expand Down

0 comments on commit 592b51d

Please sign in to comment.