Skip to content

Conversation

@piekstra
Copy link
Collaborator

Summary

  • page view: displays space key alongside space ID in table/plain output (e.g., Space: DEV (ID: 9999))
  • page view -o json: enriches JSON output with spaceKey field via secondary GetSpace API call
  • search: adds SPACE KEY column extracted from resultGlobalContainer.displayUrl
  • Falls back gracefully if space lookup fails (shows just the space ID)

Fixes #102

- page view: show Space key alongside space ID in table output
- page view JSON: add spaceKey field via secondary API call
- search: add SPACE KEY column extracted from displayUrl

Fixes #102
@piekstra piekstra requested a review from rianjs January 28, 2026 01:50
@piekstra piekstra merged commit e19647b into main Jan 30, 2026
3 checks passed
@piekstra piekstra deleted the feat/102-page-view-space-key branch January 30, 2026 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

page view: include space key in output, not just space ID

2 participants