Page cover

summary

Provides an overview of your project's billing, including total costs, payment status, and outstanding charges. This command helps users monitor billing summaries for one or multiple projects, giving a clear snapshot of total expenses and their current state.

Usage

cldkctl billing summary [project id] [flags]
cldkctl billing summary [command]

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

./cldkctl billing summary <project-id>
  1. The command will display a monthly summary overview of all billing records associated with the project.

Column
Description

ID

Unique identifier for the billing record.

Date

The billing period date (typically the start of the billing month).

Project Name

The name of the project associated with the billing record.

Status

The payment or billing status (e.g., Active, Paid, Pending, Closed).

Total

The total billed amount for the corresponding month, displayed in IDR.

Last Update

The date when the billing record was last updated.

Running By

The user or system process that executed or generated the billing data.

Description

Additional notes or remarks related to the billing record, such as billing cycle or update information.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the summary subcommand.

Last updated