Show the organization name and ID in app info - #8466
Merged
Conversation
The organization was already resolved by linkedAppContext and passed to info(), but only reached the --web-env path, where it was used solely for metadata logging. Forward it to infoApp so both output formats can report it. Text output gains an "Organization" row in the current app configuration section, using the "name (id)" form that `store list` already uses. JSON output gains an additive `organization` key alongside the existing injected project fields. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Assisted-By: devx/4874be33-ff52-4bcc-beaa-5ff567199ec5
amcaplan
approved these changes
Sep 3, 2026
amcaplan
left a comment
Contributor
There was a problem hiding this comment.
Code looks great, works as described. Thanks!
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.
WHY are these changes introduced?
app infodoesn't tell you which organization the app belongs to. The "Current app configuration" section shows the app name, client ID, dev store and scopes, but nothing about the owning org — so if you work across several organizations, the linked app's org is invisible without going to the dashboard.Agents looking to create dev stores for an app need the organization ID. This makes it much easier for the agent to resolve it.
WHAT is this pull request doing?
How to test your changes?
In a linked app directory:
Checklist
patchfor bug fixes ·minorfor new features ·majorfor breaking changes) and added a changeset withpnpm changeset add🤖 Generated with Claude Code