-
Notifications
You must be signed in to change notification settings - Fork 39
fix(iaas): print valid JSON/YAML output for list cmds #1365
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
Merged
j1n-o9r
merged 41 commits into
stackitcloud:main
from
j1n-o9r:fix/STACKITCLI-241-iaas-json-list-output
May 20, 2026
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
57aa5f1
fix returning empty server array in case the response does not return…
j1n-o9r 245245d
adapted outputResult signature to comply to linter
j1n-o9r af0c646
switched to getter for retrieving the items
j1n-o9r c7010c8
adapted printing behavior to align with expected behavior
j1n-o9r 29fcea0
change printing to defined output instead of stderr
j1n-o9r dd1af86
adapted network list command to align to expectations
j1n-o9r 0b1465c
remove unnecessary normalization of nil value in response items after…
j1n-o9r 391c0bf
adapted network-area list command to align to expectations
j1n-o9r e0d8cab
removed redundant check
j1n-o9r d2fbe3f
adapted affinity list command to align to expectations
j1n-o9r 3ffc00f
adapted image list command to align to expectations
j1n-o9r 2d40450
adapted key pair list command to align to expectations
j1n-o9r 73e26f6
fixed debug print in key pair list command
j1n-o9r 1c3ff3e
move project label retrieval
j1n-o9r da3c008
adapted public ip list command to align to expectations
j1n-o9r 9176013
adapted security group list command to align to expectations
j1n-o9r e279346
added missing --limit flag for list security groups command
j1n-o9r d2cdb26
adapted volumes list command to align to expectations
j1n-o9r a5a95c6
adapted volume snapshots list command to align to expectations
j1n-o9r 765f6c8
adapted volume performance class list command to align to expectations
j1n-o9r b59b378
adapted volume backups list command to align to expectations
j1n-o9r 95b6cdf
fixed order of params
j1n-o9r b109211
adapted network area network ranges list command to align to expectat…
j1n-o9r 59893aa
adapted network area routes list command to align to expectations
j1n-o9r 4c78db9
adapted security group rules list command to align to expectations
j1n-o9r 5769401
adapted server machine-types list command to align to expectations
j1n-o9r 98fa927
adapted server network-interfaces list command to align to expectations
j1n-o9r a6c67fd
adapted server service accounts list command to align to expectations
j1n-o9r dc8f123
adapted server volumes list command to align to expectations
j1n-o9r 61f72ec
removed unnecessary check in public ip
j1n-o9r 5d81099
regenerate docs
j1n-o9r e3601b2
fixed linter issue
j1n-o9r 400877c
Update internal/cmd/key-pair/list/list.go
j1n-o9r 9818dee
(fix): remove mistakenly added project label from key pairs list command
j1n-o9r 959b894
(fix): made orgLabel in model from pointer to string for not having t…
j1n-o9r bf8ff77
(fix): remove unnecessarily declaring variable with explicit statement
j1n-o9r ef27439
(fix): made OrganizationId and NetworkAreaId in model from pointer to…
j1n-o9r 2256c42
(fix): changed print statement to not contain abbreviation
j1n-o9r 2ff6e8c
(fix): added test suggestion
j1n-o9r 96c590c
adapted server quotas list command to return valid json/yaml when quo…
j1n-o9r 1125d22
fix(iaas): readded lost elif block
j1n-o9r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.