Files
trygo-py-cliclient/scripts/simple_create_user.sh
Deepak Mallubhotla 07fafd8fe7
Some checks failed
Nix Tests / nix-test (nix-runner) (push) Failing after 3m41s
Python Tests / python-test (push) Failing after 6m36s
adding commit
2025-10-22 11:07:55 -05:00

13 lines
332 B
Bash
Executable File

#!/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"