detail
The balance detail command displays detailed balance and billing information for a specific project in Cloudeka. This includes accumulated balance, resource quota, add-ons, and transaction history.
Usage
Ensure you have authenticated using cldkctl auth before running this command.
cldkctl balance detail [project-id] [flags]Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal.
./cldkctl balance detailThe terminal will display the project’s billing information, including balance, resource quota, add-ons, and transaction history.

Balance: Project ID
Unique identifier of the project.
Balance: Project Name
Name of the project associated with the balance.
Balance: Accumulated
Total accumulated cost of the project.
Balance: Current
The current billed amount.
Balance: Outstanding
Amount that remains unpaid or pending.
Resource Quota: Type
Type of resource (CPU, GPU, RAM).
Resource Quota: Name
Identifier of the resource.
Resource Quota: Size
Amount or capacity of each allocated resource.
Add Ons: Type
Add-on type (e.g., NFS, Floating IP).
Add Ons: Name
Add-on name.
Add Ons: Size
Quantity or size of the add-on used
Transaction History: Ref No
Unique transaction reference number.
Transaction History: Invoice Number
ID of the invoice.
Transaction History: Source
Payment type (e.g., POSTPAID).
Transaction History: Amount
Transaction amount in IDR.
Transaction History: Date
Transaction date.
Transaction History: Status
Transaction status (e.g., Initial, Completed).
Transaction History: By
Username or account that executed the transaction
Flags
-h, --help
Help for the balance detail subcommand.
This command supports Global Flags section.
Last updated
