Created
September 18, 2012 16:28
-
-
Save mccun934/3744112 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
| [mmccune@kona katello{object-labels}]$ ./kk -u admin -p admin environment create --name="DEV6 with spaces" --prior=Library --org=ACME_Corporation | |
| Successfully created environment [ DEV6 with spaces ] | |
| [mmccune@kona katello{object-labels}]$ ./kk -u admin -p admin environment list --org=ACME_Corporation | |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| Environment List | |
| Id Name Label Description Org Prior Environment | |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 1 Library Library None ACME_Corporation None | |
| 4 DESV DEV None ACME_Corporation Library | |
| 15 DEV4 DEV4 None ACME_Corporation Library | |
| 16 DEV5 DEV5 None ACME_Corporation Library | |
| 17 DEV6 with spaces DEV6_with_spaces None ACME_Corporation Library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment