refactor(internal/cmd): move backend cmd functions to grafanabackuper package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-08-19 14:13:16 +02:00
parent 840008df2d
commit 83a15b5a87
Signed by: tom
GPG key ID: F17EFE4272D89FF6
7 changed files with 112 additions and 264 deletions

View file

@ -22,4 +22,4 @@ WORKDIR /app
# Copy built binary from build image
COPY --from=build /workspace/grafana-backuper /app
ENTRYPOINT ["/app/grafana-backuper backup"]
ENTRYPOINT ["/app/grafana-backuper backup --json"]