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 26fd7dd + 4a88a04 commit 995ab39Copy full SHA for 995ab39
index.js
@@ -28,7 +28,7 @@ function createAuthFile(){
28
29
function authSFDX(){
30
var params = '--setdefaultdevhubusername --setdefaultusername -a SFDX-ENV'
31
- exec('sfdx force:auth:sfdxurl:store -f /tmp/sfdx_auth.txt '+params, function(error, stdout, stderr){
+ exec('sfdx auth:sfdxurl:store -f /tmp/sfdx_auth.txt '+params, function(error, stdout, stderr){
32
if(error) throw(stderr)
33
core.debug(stdout)
34
})
0 commit comments