Created
August 30, 2012 17:22
-
-
Save mccun934/3534163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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