List invoices from the CLI
You can now list organization invoices, show one invoice, and list its line items from the CLI. List commands are paginated.
pscale billing invoice list --org <org> pscale billing invoice show <invoice-id> --org <org> pscale billing invoice line-items <invoice-id> --org <org>