Page cover

List Voucher Credit

The voucher-credit list command displays a list of credit vouchers that have been successfully claimed for your project. It provides detailed information such as the voucher ID, project name, credit amount, remaining balance, and expiration date. Use this command to monitor active, used, or expired vouchers linked to your project account.

Usage

cldkctl voucher-credit list [flags]

Aliases

list, ls

Steps

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

  1. The command will only display vouchers that have been successfully claimed for your project. If you haven’t claimed any, the list will appear empty.

  2. Run the following command in your terminal.

./cldkctl voucher-credit list
  1. If you are managing multiple projects, use the --project flag to display vouchers associated only with that project.

  2. The output displays each claimed voucher with its type, status, total credit, remaining balance, and expiration date.

Column
Description

Code

Unique identifier of the claimed voucher.

Voucher

The name or label of the claimed voucher.

Project

The project name associated with the claimed voucher.

Type

Indicates the voucher category.

Status

Current status of the voucher.

Amount

The initial total value of the claimed voucher.

Remaining Amount

The remaining credit that is still available for use.

Valid Until

The expiration date of the voucher; after this date, unused credits become invalid.

Flags

Flag
Description

-h, --help

Help for the voucher-credit list subcommand.

Last updated