This is a work-in-progress technical preview — it's ready to use, but the developer experience is not yet streamlined.
Run curl -sSL https://raw.githubusercontent.com/dx-tooling/etfs-cli/refs/heads/main/install.sh | bash
Test the complete installation process in a clean Ubuntu 24.04 environment:
docker build -t etfs-cli-test . && docker run --rm -v "$(pwd):/root/src" etfs-cli-test bash /root/src/test-install.shThis will:
- Build a test container with mise pre-installed
- Mount the project root into the container
- Run the automated test script that verifies the installation
For manual testing, start an interactive session:
docker build -t etfs-cli-test . && docker run -it --rm -v "$(pwd):/root/src" etfs-cli-testOnce inside the container, you can run:
bash /root/src/install.sh
mise run etfs
mise run etfs:self-updateThis is a project from the DX·Tooling initiative.