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 alias lets you create short, memorable names for the often-cryptic App Names that Epic assigns to games (for example, 9d2d0eb64d5c44529cece33fe2a46482 for Grand Theft Auto V). Once an alias is registered, you can use it in place of the App Name in any Legendary command. Legendary also generates automatic aliases from game titles (e.g. wog for World of Goo) unless you have disabled that behaviour in your config — the alias command manages your custom additions on top of those.
Usage
Actions
| Action | Positional arguments | Description |
|---|---|---|
add | <App name> <alias> | Create a new alias pointing to the given App Name |
rename | <old alias> <new alias> | Rename an existing alias |
remove | <alias> | Delete an alias |
list | [<App name>] | List all aliases, or only the aliases for a specific App Name |
Examples
List all current aliases:Using Aliases in Other Commands
Once created, an alias can be used wherever an App Name is accepted:Automatically generated aliases (derived from game titles) are read-only and cannot be edited with the
alias command. To prevent Legendary from generating them, set disable_auto_aliasing = true in the [Legendary] section of your config file.