Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created August 30, 2012 17:22
Show Gist options
  • Select an option

  • Save mccun934/3534163 to your computer and use it in GitHub Desktop.

Select an option

Save mccun934/3534163 to your computer and use it in GitHub Desktop.
# katello environment
Usage: katello <options> environment <command>
Supported Commands:
create create an environment
delete delete an environment
info list a specific environment
list list known environments
update update an environment
content list content in an environment
# katello environment content
Usage: katello <options> environment content <options>
Options:
-h, --help show this help message and exit
--org=ORG name of organization e.g.: ACME_Corporation (required)
--name=NAME environment name eg: foo.example.com (required)
-repos show repositories
-errata show errata
-packages show packages
-distributions show distributions
-g grep friendly output
-v verbose, more structured output
-d DELIMITER column delimiter in grep friendly output, works only with
option -g
--noheading Suppress any heading output. Useful if grepping the output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment