
Taken from https://github.com/dshakhray/python-glareclient Change-Id: If0e7e5cd0e39281f725df21308a18ed6caa8a009
43 lines
592 B
ReStructuredText
43 lines
592 B
ReStructuredText
=============================
|
|
:program:`glare` CLI man page
|
|
=============================
|
|
|
|
.. program:: glare
|
|
.. highlight:: bash
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
:program:`glare` [options] <command> [command-options]
|
|
|
|
:program:`glare help`
|
|
|
|
:program:`glare help` <command>
|
|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
To get a list of available commands and options run::
|
|
|
|
glare help
|
|
|
|
To get usage and options of a command::
|
|
|
|
glare help <command>
|
|
|
|
|
|
EXAMPLES
|
|
========
|
|
|
|
|
|
BUGS
|
|
====
|
|
|
|
Glare client is hosted in Launchpad so you can view current bugs at
|
|
https://bugs.launchpad.net/python-glareclient/.
|