Tag Archives: url

How can I quickly fetch or grab sfdx auth url?

When we need to know sfdx auth url to transfer it to another machine or use as CI/CD Secret key in Github or Gitlab, and we have multiple environments, like 10+ different Developer Edition, Sandboxes and Devhub environments which are … Continue reading

Posted in CI/CD, sfdx | Tagged , , , | Leave a comment

How do I create, fetch or grab SFDX Auth URL?

Assuming that you have SFDX CLI tool installed, perform the next steps. sfdx force:auth:web:login -a alias -r https://test.salesforce.com To set up an alias for the production or developer edition org, -r parameter can be omitted like following sfdx force:auth:web:login -a … Continue reading

Posted in sfdx | Tagged , , | Leave a comment