Skip to content

Instantly share code, notes, and snippets.

@bdovh

bdovh/grab.sh Secret

Created September 5, 2023 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdovh/eebf9790988668fc900b71f5926e495d to your computer and use it in GitHub Desktop.
Save bdovh/eebf9790988668fc900b71f5926e495d to your computer and use it in GitHub Desktop.
Quickly get a sfdx auth url using
echo "$(sfdx force:org:display -u $1 --verbose --json | jq '.result.sfdxAuthUrl' -r)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment