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:
Identify the Project ID of the project you want to inspect. Refer to the Project List section to view all Project IDs.
Run the command below and replace <project_id> with your actual ID:
./cldkctl project detail <project_id>Press Enter to execute the command. The system will display the full details of the selected project.
Review the output fields to confirm the project’s current configuration and billing information.

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
-h, --help
Help for the detail command.
Last updated
