Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

discover

Find secret-manager consumers in one repository:
mellon discover
Scan a directory that contains multiple repositories:
mellon discover --path ~/Developer
Use JSON for scripts or migration analysis:
mellon discover --path ~/Developer --json
The report identifies these integration types:
  • Local commands and package scripts
  • GitHub Actions workflows
  • Xcode Cloud post-clone scripts
  • Cloudflare and Wrangler commands
The report includes file locations, project names, and environment names. It does not include command text, token values, or secret values.
Mellon ignores .env files, dependencies, build output, archives, and files larger than 1 MB. The command does not change files or remote state.