-
Notifications
You must be signed in to change notification settings - Fork 30
feat: provide functionality to list public ip-ranges #993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: provide functionality to list public ip-ranges #993
Conversation
c9f99b7 to
10126de
Compare
10126de to
7eea142
Compare
Very nice idea. Adjusted this PR and added this to the examples |
7eea142 to
c382cf8
Compare
|
Sorry! Accidentally amended the changes. |
1828f0b to
a548ac8
Compare
|
@Benjosh95 nice catches! Just rebased my pr and added your suggested changes |
741daf8 to
c5c7637
Compare
a4b8381 to
3273588
Compare
2b20d3d to
bc9f629
Compare

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)