#!/usr/bin/env bash
set -euo pipefail

echo "error: status has been removed in the moraine migration." >&2
echo "use: bin/moraine status" >&2
exit 64
