foundry config

Display the status of the external tools Foundry orchestrates and the current project. Foundry never stores credentials — it reads whatever you have configured locally (aws configure, gh auth login, env vars).

Usage

foundry config [--show]      # toolchain + project status (default)
foundry config discover      # discover platform repos in a GitHub org

What --show reports

SectionShows
AWS CLIWhether authenticated, account ID, caller identity
GitHub CLIWhether authenticated, the source, and user
OpenTofuInstalled version (optional tool)
ProjectManifest name, prefix, and enabled environments (if a foundry.json is present)

config discover

Lists platform repos in a GitHub org, matching the primary repo by name and satellites by {prefix}-*. Pass --org and --prefix, or run inside a project to read them from the manifest.

config discover reads the deprecated ecosystem block, whereas foundry github discover reads the current github block. Prefer the latter.