Exploring Github API with Scala 3! =D
First, you will need a Github Personal Token. Find the instructions to generate one here.
Having the token, you can either pass it using the --token command argument or using a GITHUB_TOKEN environemnt variable.
When running via Docker (as explained below), just provide the environemnt variable via a .env file.
sbt run --helpThis will show all available commands. To know more about a specific command, run:
sbt run <command> --helpBuild the image:
./build-imageAnd then:
./octogato --helpOr:
./octogato <command> --helpLike explained for sbt.