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, ls

Steps

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

  1. Run the following command in your terminal:

./cldkctl guard list
  1. Wait a few seconds while the system retrieves the list of Guards.

  2. Review the output displayed in the terminal, which includes columns such as Namespace, Name, Created At, and Updated At.

Column
Description

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

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

Flag
Description

-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