history
The billing history command retrieves the billing history for a project, displaying past charge records within a specified date range. It also provides a subcommand for viewing detailed billing history for a specific date.
Usage
cldkctl billing history [project id] [flags]cldkctl billing history [command]Available Commands
detail
View detailed billing history for a specific service.
Run the following command in your terminal:
Follow the steps below to run and view the result of this command:
./cldkctl billing historyor specify a date range using flags:
./cldkctl billing history --start --endThe command will display the billing history table for the selected project.

Project Name
The name of the project associated with the billing records.
Date
The date when the billing was recorded (displayed in DD Month YYYY format).
Billed
The total billed amount for the project on that date (in IDR).
Flags
--start string
Specify the start date for the billing history (format: YYYY-MM-DD).
--end string
Specify the end date for the billing history (format: YYYY-MM-DD).
-h, --help
Help for the billing history subcommand.
Last updated
