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, lsSteps
Follow the steps below to run and view the result of this command:
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.
Run the following command in your terminal.
./cldkctl voucher-credit listIf you are managing multiple projects, use the --project flag to display vouchers associated only with that project.
The output displays each claimed voucher with its type, status, total credit, remaining balance, and expiration date.

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
-h, --help
Help for the voucher-credit list subcommand.
This command supports Global Flags section for details.
Last updated
