Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Remove alias force:auth
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam.abdulsalam committed Jan 15, 2021
1 parent 62eab25 commit cea23ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dxatscale/sfpowerscripts",
"description": "Simple wrappers around sfdx commands to help set up CI/CD quickly",
"version": "1.6.10",
"version": "1.6.11",
"author": "dxatscale",
"bin": {
"readVars": "./scripts/readVars.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default class ValidateImpl {

private authenticateToScratchOrg(scratchOrgUsername: string): void {
child_process.execSync(
`sfdx force:auth:jwt:grant -u ${scratchOrgUsername} -i ${this.client_id} -f ${this.jwt_key_file} -r https://test.salesforce.com`,
`sfdx auth:jwt:grant -u ${scratchOrgUsername} -i ${this.client_id} -f ${this.jwt_key_file} -r https://test.salesforce.com`,
{
stdio: ['ignore', 'inherit', 'inherit']
}
Expand Down

0 comments on commit cea23ce

Please sign in to comment.