Dasel Playground
A playground for Dasel.
Publicly hosted at https://dasel.tomwright.me
You can also run this yourself in Docker.
Shared snippets
Shared snippets are stored in-memory and will be lost when the container restarts. There are plans to use more permanent storage though.
Quickstart
Docker
docker run -p 8080:8080 --rm ghcr.io/tomwright/daselplayground:latest
Docker images are pushed to the github container repository: tomwright/daselplayground.
latest
- The latest released version.
dev
- The latest build from main
branch.
v*.*.*
- The build from the given release.
Release versions
Dasel Playground versions are not related to dasel release versions, meaning daselplayground:v1.0.0
will not necessarily contain dasel:v1.0.0
.