We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaabe3 commit 5c6d515Copy full SHA for 5c6d515
1 file changed
docs/stackit_image_list.md
@@ -13,19 +13,23 @@ stackit image list [flags]
13
### Examples
14
15
```
16
- List all images
+ List images in your project
17
$ stackit image list
18
19
List images with label
20
$ stackit image list --label-selector ARM64,dev
21
22
List the first 10 images
23
$ stackit image list --limit=10
24
+
25
+ List all images
26
+ $ stackit image list --all
27
28
29
### Options
30
31
32
+ --all List all images available
33
-h, --help Help for "stackit image list"
34
--label-selector string Filter by label
35
--limit int Limit the output to the first n elements
0 commit comments