datahaven/test/cli/handlers
Tobi Demeco 330bf1abec
fix: 🐛 update relayer's docker run logic to allow local images (#96)
This PR adds a quick check to see if the image to use for the relayer is
a locally-built one (by checking that it ends with `:local`) and avoids
pulling from Docker Hub if so. This fixes the issue in which we were
unable to run the CLI with a local relayer image since it was always
trying to pull from the corresponding repository which of course didn't
exist for local images.
2025-06-12 11:15:49 +00:00
..
common fix: 🐛 update relayer's docker run logic to allow local images (#96) 2025-06-12 11:15:49 +00:00
deploy feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
exec test: New CLI functions (#84) 2025-05-22 20:02:12 +00:00
launch fix: 🐛 update relayer's docker run logic to allow local images (#96) 2025-06-12 11:15:49 +00:00
stop feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00
index.ts feat: 🚀 Add deploy command to CLI (#87) 2025-06-12 10:24:03 +02:00