Cultured CLI
Cultured also offers a Command Line Interface exe which is not included in the packages installed from Game Maker Package Manager. To download the exe see the Downloads page.
Usage
cultured --dir <workingDir> [flags]
// run the full pipeline
cultured --dir "C:\Projects\MyGame\Cultured\`
// run just a bit of the pipeline
cultured --dir "C:\Projects\MyGame\Cultured\` -gather
// print out all the stages of the pipeline (useful for ci/cd)
cultured --dir "C:\Projects\MyGame\Cultured\` -list-pipeline
// print out a health report (useful for ci/cd)
cultured --dir "C:\Projects\MyGame\Cultured\` -report
## Options
- `--dir <workingDir>`, `--dir=<workingDir>`
- `-gather`
- `-transfer`
- `-compile`
- `-convert [csv|po]`
- `-report`
- `-list-pipeline`
