feat: provide functionality to list public ip-ranges#993
Merged
Benjosh95 merged 12 commits intostackitcloud:mainfrom Oct 2, 2025
Merged
feat: provide functionality to list public ip-ranges#993Benjosh95 merged 12 commits intostackitcloud:mainfrom
Benjosh95 merged 12 commits intostackitcloud:mainfrom
Conversation
c9f99b7 to
10126de
Compare
Member
10126de to
7eea142
Compare
Contributor
Author
Very nice idea. Adjusted this PR and added this to the examples |
7eea142 to
c382cf8
Compare
Contributor
Author
|
Sorry! Accidentally amended the changes. |
Benjosh95
suggested changes
Sep 26, 2025
Benjosh95
suggested changes
Sep 26, 2025
Benjosh95
suggested changes
Sep 26, 2025
Benjosh95
suggested changes
Sep 26, 2025
Benjosh95
suggested changes
Sep 26, 2025
1828f0b to
a548ac8
Compare
Contributor
Author
|
@Benjosh95 nice catches! Just rebased my pr and added your suggested changes |
741daf8 to
c5c7637
Compare
a4b8381 to
3273588
Compare
Benjosh95
previously approved these changes
Sep 29, 2025
rubenhoenle
requested changes
Sep 29, 2025
rubenhoenle
reviewed
Sep 29, 2025
rubenhoenle
reviewed
Sep 29, 2025
rubenhoenle
reviewed
Sep 29, 2025
rubenhoenle
previously approved these changes
Sep 29, 2025
rubenhoenle
reviewed
Sep 30, 2025
marceljk
reviewed
Sep 30, 2025
2b20d3d to
bc9f629
Compare
marceljk
reviewed
Oct 2, 2025
marceljk
approved these changes
Oct 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Adds functionality to list STACKIT public IP ranges.
The
-o prettyflag does not render the output as a table, as this format wouldn't be useful. Instead, it joins all IP ranges with commas. This is helpful if you need to send the IP ranges to a customer or colleague.E.g.

Checklist
make fmtmake generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)