Created
July 29, 2015 19:54
-
-
Save ody/4b58e681adf813b561f8 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
| [root@megacon1 yum.repos.d]# openstack help project list | |
| usage: openstack project list [-h] [-f {csv,table}] [-c COLUMN] | |
| [--max-width <integer>] | |
| [--quote {all,minimal,none,nonnumeric}] [--long] | |
| List projects | |
| optional arguments: | |
| -h, --help show this help message and exit | |
| --long List additional fields in output | |
| output formatters: | |
| output formatter options | |
| -f {csv,table}, --format {csv,table} | |
| the output format, defaults to table | |
| -c COLUMN, --column COLUMN | |
| specify the column(s) to include, can be repeated | |
| table formatter: | |
| --max-width <integer> | |
| Maximum display width, 0 to disable | |
| CSV Formatter: | |
| --quote {all,minimal,none,nonnumeric} | |
| when to include quotes, defaults to nonnumeric | |
| [root@megacon1 yum.repos.d]# openstack --version | |
| openstack 1.0.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment