gravl command line clients for activity-related services
gravl is available as a Docker image on GitHub Container Registry:
# Minimal image (just the binary)
FROM ghcr.io/bzimmer/gravl:latest AS gravl
FROM scratch
COPY --from=gravl /usr/bin/gravl /usr/bin/gravl
ENTRYPOINT ["/usr/bin/gravl"]
# Or with a base distro if you need shell access
FROM ghcr.io/bzimmer/gravl:latest AS gravl
FROM debian:bookworm-slim
COPY --from=gravl /usr/bin/gravl /usr/bin/gravlAvailable image tags:
ghcr.io/bzimmer/gravl:latest- latest stable releaseghcr.io/bzimmer/gravl:v1.2.3- specific version
brew install bzimmer/tap/gravl