(unofficial) command line addon manager for World of Warcraft, The Elder Scrolls Online, coming soon: Minecraft and more
Install via pipx
pipx install curseforge-cli
curseforge-cli game action [arguments]
- wow_retail - World of Warcraft Retail
- wow_classic - World of Warcraft Classic
- wow_tbc - World of Warcraft The Burning Crusade
- teso - The Elder Scrolls Online
-
Examples:
curseforge-cli wow_tbc list
-
Arguments:
- {name} - string, e.g. "bartender"
- --game_version - string, e.g. "1.13.7"
- --page_size - int, max number of results (500 max)
- --sort - int, choose from 0 (featured), 1 (popularity), 2 (last update), 3 (name), 4 (author), 5 (total_downloads)
Examples:
Search addons for WoW classic with name similar to "bartender"
curseforge-cli wow_tbc search bartender
Search the most downloaded "dbm" addon. Will probably be Deadly Boss Mods
curseforge-cli wow_tbc search dbm --page_size 1 --sort 5
-
Arguments:
- {id} - int, curseforge addon id
Examples:
Install Total RP 3: Classic
curseforge-cli wow_tbc install 335857
- Manual game discovery and configuration
- Smart updater
- Addon config import/export
API info (very scarce because the docs are not officially written yet):
https://github.com/Mondanzo/mc-curseforge-api/blob/master/index.js https://gist.github.com/crapStone/9a423f7e97e64a301e88a2f6a0f3e4d9