Conversation
sdairs
added this pull request to stack #982
September 18, 2026 13:24
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.
cloud key listand key name lookup now consume every response page through the typed library API. The CLI forwards opaque cursors, detects cycles, preserves JSON arrays and human tables, checks ambiguity across pages, and reports later-page failures without emitting a partial result.cloud service profile listnow accepts--byoc-idwithout--region. Region-only and combined lookups still work; omitting both is usage error 2 before credentials or network. Cloud remains responsible for validating a supplied region against the infrastructure.Fixes #990. Intentional CLI follow-up to library PR #991 / issue #985, detector #978, and release tracker #939. Tenth PR in native GitHub stack #982.
Validation: six pagination subprocess tests (including Unicode/reserved and empty cursors, empty intermediate pages, cycles, later errors, cross-page ambiguity, OAuth and unpaginated compatibility), seven profile subprocess tests, and clap input coverage passed. Formatting, default Clippy, no-default compilation and no-default all-target Clippy passed. The complete assembled CLI suite passed: 2,013 tests, zero failures, five existing ignored. Current-head CI is pending.
Read-only live Cloud smoke checks passed: key listing returned 41 entries as an array, unique-name lookup returned the matching ID, and region-only service-profile listing returned six profiles. Multi-page pagination and BYOC-only lookup remain mock-covered; no BYOC infrastructure was created. Final-stack live OpenAPI dry run reports zero actionable findings.