Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

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

Usage

cldkctl flexi image 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 flexi image list 
  1. The terminal displays the command output.

Column
Description

ID

The unique identifier of the image.

Name

The name of the image.

Size

The size of the image.

Created At

The date and time when the image was created.

Flags

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

Flag
Shorthand
Default
Description

--help

-h

Help for the list command.

--image-type string

-i

Image type for filtering image.

--is-upload-success string

-s

Image upload success status for filtering image.

--limit string

10

Number of items per page for pagination (default "10").

--order-by string

desc

Order direction (asc or desc) (default "desc").

--order-column string

created-at

Column to order by (e.g., created_at, name) (default "created_at").

--page string

1

Page number for pagination (default "1").

--project string

-p

Project ID for filtering image.

--search string

Search term for filtering image.

Last updated