TODO
To build and deploy :
- java 21 or later (install with the awesome sdkman)
# switch to java 21 or later
# if you are using sdkman
sdk use java 21
# build zoe CLI
./gradlew clean zoe-cli:installDist
# launch zoe cli
zoe-cli/build/install/zoe/bin/zoe --help
# if you don't have any config yet
zoe-cli/build/install/zoe/bin/zoe config init
# spin up the local environment
docker-compose -f docs/guides/simple/docker-compose.yml up -d
# point zoe to the testing environment
export ZOE_CONFIG_DIR=docs/guides/simple/config
# use the locally built zoe CLI
zoe-cli/build/install/zoe/bin/zoe topics list
# produce some data
zoe-cli/build/install/zoe/bin/zoe topics produce --topic simple --from-file docs/guides/simple/data.json
docker build -t gh-actions:ubuntu-latest dev/actions/images/ubuntu
act -P ubuntu-latest=gh-actions:ubuntu-latest -r -j release-runtimeless -e dev/actions/payloads/release.json release