07dfd05dda
Because option parameter is not required. I add [] to option parameter. Change-Id: I27c14c42bf576decff90a4a290dcaad7fab00524
51 lines
835 B
ReStructuredText
51 lines
835 B
ReStructuredText
=====
|
|
usage
|
|
=====
|
|
|
|
Compute v2
|
|
|
|
usage list
|
|
----------
|
|
|
|
List resource usage per project
|
|
|
|
.. program:: usage list
|
|
.. code:: bash
|
|
|
|
os usage list
|
|
[--start <start>]
|
|
[--end <end>]
|
|
|
|
.. option:: --start <start>
|
|
|
|
Usage range start date, ex 2012-01-20 (default: 4 weeks ago)
|
|
|
|
.. option:: --end <end>
|
|
|
|
Usage range end date, ex 2012-01-20 (default: tomorrow)
|
|
|
|
usage show
|
|
----------
|
|
|
|
Show resource usage for a single project
|
|
|
|
.. program:: usage show
|
|
.. code:: bash
|
|
|
|
os usage show
|
|
[--project <project>]
|
|
[--start <start>]
|
|
[--end <end>]
|
|
|
|
.. option:: --project <project>
|
|
|
|
Name or ID of project to show usage for
|
|
|
|
.. option:: --start <start>
|
|
|
|
Usage range start date, ex 2012-01-20 (default: 4 weeks ago)
|
|
|
|
.. option:: --end <end>
|
|
|
|
Usage range end date, ex 2012-01-20 (default: tomorrow)
|