We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c1b4 commit eab3174Copy full SHA for eab3174
.pscale/cli-helper-scripts/create-branch-connection-string.sh
@@ -52,5 +52,10 @@ EOF
52
echo "$link"
53
echo "::set-output name=CONNECTION_STRING_LINK::${link}"
54
fi
55
+ echo
56
+ echo "Alternatively, you can connect to your new branch like this:"
57
+ echo "pscale shell \"$DB_NAME\" \"$BRANCH_NAME\" --org \"$ORG_NAME\""
58
+ echo "or, to create a local tunnel to the database:"
59
+ echo "pscale connect \"$DB_NAME\" \"$BRANCH_NAME\" --org \"$ORG_NAME\""
60
export MY_DB_URL=$DB_URL
61
}
0 commit comments