Page cover

detail

The cldkctl project detail command displays detailed information about a specific project within your organization. It provides essential project attributes such as Project ID, Status, Name, Description, Billing Interval, Payment Method, and important date information like Created At, Activation Date, and Last Update.

Usage

cldkctl project detail [id] [flags]

Steps

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

  1. Identify the Project ID of the project you want to inspect. Refer to the Project List section to view all Project IDs.

  2. Run the command below and replace <project_id> with your actual ID:

./cldkctl project detail <project_id>
  1. Press Enter to execute the command. The system will display the full details of the selected project.

  2. Review the output fields to confirm the project’s current configuration and billing information.

Column
Description

ID

Unique identifier of the project. Used as a reference for other commands.

Status

Indicates the current operational state of the project (e.g., Active, Inactive).

Project Name

The name assigned to the project during creation.

Description

Additional notes or details describing the project’s purpose or updates.

Business VATID

Unique business tax identifier associated with the project.

Service Instance

Number of active service instances under the project.

Interval Billing

Frequency of billing (e.g., 1 month).

Invoice Due Period

Duration allowed before invoice payment is due.

Payment Method

Payment type associated with the project (e.g., postpaid).

Created At

Date when the project was initially created.

Activation Date

Date when the project became active.

Last Update

Time since the last modification or update to the project.

Flags

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

Flag
Description

-h, --help

Help for the detail command.

Last updated