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 orgWhat --show reports
| Section | Shows |
|---|---|
| AWS CLI | Whether authenticated, account ID, caller identity |
| GitHub CLI | Whether authenticated, the source, and user |
| OpenTofu | Installed version (optional tool) |
| Project | Manifest 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 discoverreads the deprecatedecosystemblock, whereasfoundry github discoverreads the currentgithubblock. Prefer the latter.