Skip to content

Instantly share code, notes, and snippets.

@ody
Created July 29, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ody/4b58e681adf813b561f8 to your computer and use it in GitHub Desktop.
Save ody/4b58e681adf813b561f8 to your computer and use it in GitHub Desktop.
[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