Skip to content

Conversation

@namespacebrian
Copy link
Contributor

Summary

  • Adds repository_url field to the available fields for the upstream:list command
  • Makes repository URL accessible via --fields=repository_url or in JSON output format
  • API already returns this data, this change just exposes it in the command output

Test plan

  • Verified terminus upstream:list --fields=repository_url shows repository URLs
  • Verified terminus upstream:list --format=json includes repository_url field
  • Verified terminus help upstream:list shows Repository URL in available fields
  • Verified field selection works with other fields (e.g., --fields=label,repository_url)

Fixes DEVX-5163

🤖 Generated with Claude Code

namespacebrian and others added 2 commits September 11, 2025 14:36
This adds the repository_url field to the available fields for the
upstream:list command, making it accessible via --fields=repository_url
or in JSON output format. The API already returns this data, so this
change just exposes it in the command output.

Fixes DEVX-5163

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@namespacebrian namespacebrian requested a review from a team as a code owner September 19, 2025 23:11
namespacebrian and others added 2 commits September 19, 2025 19:31
- Add @default-fields annotation to exclude repository_url from default display
- This maintains backward compatibility for automation scripts
- repository_url is still accessible via --fields=repository_url
- Add tests to verify both default behavior and explicit field selection

Updates DEVX-5163

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Addresses linting warnings about line length exceeding 120 characters.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@namespacebrian namespacebrian changed the title Add repository_url field to upstream:list command [DEVX-5163] Add repository_url field to upstream:list command Sep 20, 2025
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.

3 participants