Add CLI installation instructions to deploy output

This commit is contained in:
Chris Wanstrath 2026-03-04 15:38:46 -08:00
parent da0a67c159
commit b152e0d3e8

View File

@ -59,3 +59,7 @@ SCRIPT
echo "=> Deployed to $SSH_HOST"
echo "=> Visit $URL"
echo ""
echo " Install the CLI on your local machine:"
echo " curl -fsSL $URL/install | bash"
echo ""