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

cat >&2 <<'EOF'
Error: daylily-stage-analysis-samples-local-experimental has been retired.

Supported replacements:
  1. Laptop-side staging without PEMs:
     bin/daylily-stage-samples-from-local-to-headnode --profile <profile> --region <region> --reference-bucket s3://<bucket> <analysis_samples.tsv>
  2. Headnode-side staging after connecting through SSM:
     bin/daylily-ssh-into-headnode --profile <profile> --region <region> --cluster <cluster>
     cd ~/projects/daylily-ephemeral-cluster
     ./bin/daylily-stage-analysis-samples-headnode <analysis_samples.tsv>
EOF

exit 1
