#!/usr/bin/env bash set -Eeuox pipefail banner() { echo "========================================================" echo " $*" echo "========================================================" } # utility script for easy testing uv run taco register --display-name "Display Test" --email "test@example.com" --password "test"