list
The cldkctl guard list command retrieves a list of all Guards in your project. This command displays essential details such as the guard name, namespace, and timestamps of creation and last update.
Usage
cldkctl guard list [flags]Aliases
list, lsSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
./cldkctl guard listWait a few seconds while the system retrieves the list of Guards.
Review the output displayed in the terminal, which includes columns such as Namespace, Name, Created At, and Updated At.

Namespace
Displays the Kubernetes namespace where the Guard is deployed.
Name
The unique name of the Guard resource within the namespace.
Created At
The timestamp showing when the Guard was initially created.
Updated At
The timestamp showing the last modification time for the Guard configuration.
Flags
-h, --help
Help for the guard list command.
-l, --limit string
Specify the number of results per page (default 10)
-h, --page string
Specify the page number (default 1)
Last updated