confluent billing cost list

Description

List Confluent Cloud daily aggregated costs for a specific range of dates.

confluent billing cost list --start-date <start-date> --end-date <end-date> [flags]

Flags

    --start-date string   REQUIRED: Start date.
    --end-date string     REQUIRED: End date.
-o, --output string       Specify the output format as "human", "json", or "yaml". (default "human")

Global Flags

-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

List billing costs from 2023-01-01 to 2023-01-10:

confluent billing cost list --start-date 2023-01-01 --end-date 2023-01-10

See Also