#!/usr/bin/env bash
set -euo pipefail
# gstack team — team admin CLI
# Delegates to lib/cli-team.ts via bun
GSTACK_DIR="${GSTACK_DIR:-$(cd "$(dirname "$0")/.." && pwd)}"
exec bun run "$GSTACK_DIR/lib/cli-team.ts" "$@"
A Fortis Scientia site