game-ci / cli

Cross platform command-line interface for building, testing and deploying your projects.
MIT License
6 stars 3 forks source link

feat: load config from file #21

Closed webbertakken closed 2 years ago

webbertakken commented 2 years ago

Changes

Loads config from .game-ci.yml or .game-ci.json from current working directory.

hardcoded for now, as the override functionality seems broken in Yargs.

Checklist