File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- """List BIlling information of Accounts ."""
1+ """List billing details of Account ."""
22# :license: MIT, see LICENSE for more details.
33
44
1212@click .command ()
1313@environment .pass_env
1414def cli (env ):
15- """List billing information for accounts ."""
15+ """List billing details of Account ."""
1616 billing = SoftLayer .BillingManager (env .client )
1717 table = formatting .Table (['Name' , 'Value' ])
1818 info = billing .get_info ()
Original file line number Diff line number Diff line change 1- """List BIlling information of Accounts ."""
1+ """List billing information of orders ."""
22# :license: MIT, see LICENSE for more details.
33
44
1616 help = 'end date to consider, default is latest time stamp' )
1717@environment .pass_env
1818def cli (env , start_date , end_date ):
19- """List billing information for accounts ."""
19+ """List billing information for orders ."""
2020 billing = SoftLayer .BillingManager (env .client )
2121 from_date = start_date
2222 to_date = end_date
You can’t perform that action at this time.
0 commit comments