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.
2 parents 1fa51ea + 4dd9f91 commit c7c8669Copy full SHA for c7c8669
index.js
@@ -36,7 +36,7 @@ function createAuthFile(){
36
}
37
38
function authSFDX(){
39
- var params = '--setdefaultdevhubusername --setdefaultusername -a SFDX-ENV'
+ var params = '-d -s -a SFDX-ENV'
40
exec('sfdx/bin/sfdx auth:sfdxurl:store -f /tmp/sfdx_auth.txt '+params, function(error, stdout, stderr){
41
if(error) throw(stderr)
42
core.info(stdout)
0 commit comments