Skip to content

Commit 5c6d515

Browse files
committed
docs
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud>
1 parent cdaabe3 commit 5c6d515

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/stackit_image_list.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,23 @@ stackit image list [flags]
1313
### Examples
1414

1515
```
16-
List all images
16+
List images in your project
1717
$ stackit image list
1818
1919
List images with label
2020
$ stackit image list --label-selector ARM64,dev
2121
2222
List the first 10 images
2323
$ stackit image list --limit=10
24+
25+
List all images
26+
$ stackit image list --all
2427
```
2528

2629
### Options
2730

2831
```
32+
--all List all images available
2933
-h, --help Help for "stackit image list"
3034
--label-selector string Filter by label
3135
--limit int Limit the output to the first n elements

0 commit comments

Comments
 (0)