https://github.com/joshraphael/autocr-cli
https://github.com/joshraphael/autocr-cli
achievements autocr nodejs retroachievements
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshraphael/autocr-cli
- Owner: joshraphael
- Created: 2025-01-22T00:15:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T18:54:02.000Z (3 months ago)
- Last Synced: 2025-03-09T19:33:04.357Z (3 months ago)
- Topics: achievements, autocr, nodejs, retroachievements
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autocr-cli
Heavily taken from [AutoCR](https://github.com/authorblues/retroachievements/tree/main/AutoCR) in an attempt to use the same logic as in a command line interface to automate checking achievement logic in pipelines
## Usage
```sh
$ node index.js --notes --user --rich []
```|Title|Option|Parameters|Description|
|-|-|-|-|
|Generate Report|`--report`|None|Print out report of all INFO, WARN, and ERROR messages for each category: Code Notes, Achievements, Leaderboards, Rich Presence, and Set|
|Failure Severity|`--severity`|`(info\|warn\|error)`|Returns an exit code of 1 if an issue at the level of severity specified or higher is reported from AutoCR|