An open API service indexing awesome lists of open source software.

https://github.com/joshraphael/autocr-cli

AutoCR command line tool for RetroAchievment.org achievement logic
https://github.com/joshraphael/autocr-cli

achievements autocr cli nodejs retroachievements

Last synced: 28 days ago
JSON representation

AutoCR command line tool for RetroAchievment.org achievement logic

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

Available on [NPM](https://www.npmjs.com/package/@joshraphael/autocr-cli) and [Github Packages](https://github.com/joshraphael/autocr-cli/pkgs/npm/autocr-cli)

## 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|