Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

feat: include space key in page view and search output#104

Merged
piekstra merged 3 commits intomainfrom
feat/102-page-view-space-key
Jan 30, 2026
Merged

feat: include space key in page view and search output#104
piekstra merged 3 commits intomainfrom
feat/102-page-view-space-key

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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

1 participant

Comments