Page cover

List Voucher Trial

The voucher-trial list command displays all trial vouchers that have been successfully claimed for your project. This command provides detailed information such as the voucher code, project name, claim date, and expiration date. It helps users track active or expired trial vouchers applied to their projects.

cldkctl voucher-trial list [flags]

Alias

list, ls

Steps

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

  1. The command will only display trial 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-trial list
  1. If you are managing multiple projects, use the --project flag to display vouchers associated only with that project.

  2. The command returns a table containing details for each claimed trial voucher, including its code, project name, claim date, and expiration date.

Column
Description

Code

Unique identifier of the voucher. Used to reference or validate the claimed voucher.

Voucher

The name or label of the claimed voucher.

Project

The name of the project to which the voucher credit was applied.

Claimed At

The date when the voucher was successfully claimed.

Expired At

The date when the voucher credit will expire or become inactive.

Flags

Flag
Description

-h, --help

Help for the voucher-trial list subcommand.

-p, --project string

Specify a project ID to list vouchers for that specific project.

Last updated