curseforge.auth_status |
CurseForge Auth Status |
Return whether the current cfcore session holds a valid CurseForge auth token. Synchronous; no toas… |
curseforge.logout |
CurseForge Logout |
Log out from CurseForge by invalidating the current cfcore auth token. Mainly used to reset state b… |
curseforge.send_code |
CurseForge Send Code |
Send a 6-digit passwordless login code to the given email. Async; the result (success or error desc… |
curseforge.upload_mod_file |
CurseForge Upload Mod File |
Upload a mod folder to CurseForge. Reads the .uplugin to find CfUgcId; if absent, this command firs… |
curseforge.verify_code |
CurseForge Verify Code |
Verify the 6-digit security code received by email and obtain an auth token. Async; the result is r… |