Documentation Index
Fetch the complete documentation index at: https://mintlify.com/legendary-gl/legendary/llms.txt
Use this file to discover all available pages before exploring further.
legendary info fetches and displays detailed metadata about a game — including its version, install size, available DLCs, and launch configuration. You can query by app name (looking up the game from your Epic account) or pass a local manifest file path or a remote manifest URL directly, making it useful for inspecting specific game versions without installing them. Pass --offline to view cached information without requiring an internet connection.
Usage
- An app name as shown by
legendary list(e.g.Anemone) - A local path to a
.manifestfile - A remote URL pointing to a manifest
Flags
Only display information available from Legendary’s local cache. No network requests are made. Useful when you are offline or want a quick lookup without triggering a metadata fetch.
Output all game information as JSON. Useful for scripting or piping into other tools.
Platform to fetch information for. Defaults to the already-installed platform if the game is installed, then Mac on macOS, or Windows otherwise.
Examples
Notes
When querying by app name,
legendary info contacts Epic’s API to fetch the latest manifest unless --offline is specified. This means the command requires a valid login session unless you use --offline.