We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12943c commit a4b8381Copy full SHA for a4b8381
docs/stackit_public-ip_ranges_list.md
@@ -18,12 +18,16 @@ stackit public-ip ranges list [flags]
18
19
Lists all STACKIT public-ip ranges, piping to a tool like fzf for interactive selection
20
$ stackit public-ip ranges list -o pretty | fzf
21
+
22
+ Lists up to 10 STACKIT public-ip ranges
23
+ $ stackit public-ip ranges list --limit 10
24
```
25
26
### Options
27
28
- -h, --help Help for "stackit public-ip ranges list"
29
+ -h, --help Help for "stackit public-ip ranges list"
30
+ --limit int Maximum number of entries to list
31
32
33
### Options inherited from parent commands
0 commit comments