Skip to content

Commit 8c17100

Browse files
committed
examples
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud>
1 parent 5da19a4 commit 8c17100

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

internal/cmd/image/list/list.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
4141
Args: args.NoArgs,
4242
Example: examples.Build(
4343
examples.NewExample(
44-
`List all images`,
44+
`List images in your project`,
4545
`$ stackit image list`,
4646
),
4747
examples.NewExample(
@@ -52,6 +52,10 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
5252
`List the first 10 images`,
5353
`$ stackit image list --limit=10`,
5454
),
55+
examples.NewExample(
56+
`List all images`,
57+
`$ stackit image list --all`,
58+
),
5559
),
5660
RunE: func(cmd *cobra.Command, args []string) error {
5761
ctx := context.Background()

0 commit comments

Comments
 (0)