spindle-run#
Self-contained testing of Spindle workflows via Docker-in-Docker. This should replicate an identical experience to running a Nixery-based Spindle on any Unix-like system with Nix installed and a Docker installation.
Run it like so:
Note: additional
docker runarguments can be provided before the workflow file path, which must always be the last argument.
# Add `spindle-run` to $PATH
nix shell "git+https://tangled.org/heywoodlh.io/spindle-run#spindle-run"
# Run spindle-run
spindle-run -e SECRET_ENV="val" ./example.yml