CL creator for GitOps style CI.
To run locally, write your config file and set the path as FLOW_CONFIG_PATH
.
Then, get an access token from the GitHub settings page and set it as FLOW_GITHUB_TOKEN
.
$ export FLOW_CONFIG_PATH=$PWD/config-example.yaml
$ export FLOW_GITHUB_TOKEN=xxxxxx
$ make run
Now, the flow app is waiting for pub/sub messages on http://localhost:8080. You can send a dummy request by executing the following command.
$ make test-message
$ make test
MIT license