# list

List all flexi security in your project. This command allows you to view the flexi security that have been created along with their details.

## Usage

```
cldkctl flexi-security list [flags]
```

## Aliases

```
list, ls
```

## Steps

Follow the steps below to run and view the result of this command:&#x20;

1. Run the following command in your terminal:

```
cldkctl flexi-security list 
```

2. The terminal displays the command output.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FUUEViRsEmUgJhFon2lPq%2FScreenshot%20at%20Mar%2013%2023-06-23.png?alt=media&#x26;token=f1f32e99-f952-483d-950f-c840f42bd94c" alt=""><figcaption></figcaption></figure>

| Column     | Description                                                                              |
| ---------- | ---------------------------------------------------------------------------------------- |
| ID         | The unique identifier of the security configuration.                                     |
| Name       | The name of the security configuration.                                                  |
| Applied To | The number of resources (such as instances) where the security configuration is applied. |
| Rules      | The number of security rules configured in the security configuration.                   |
| Created At | The date and time when the security configuration was created.                           |

## Flags

{% hint style="info" %}
This command supports [global flags](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                |
| ---------- | -------------------------- |
| -h, --help | Help for the list command. |
