Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace sfdx with bundled plugin-trust #278

Merged
merged 2 commits into from
Sep 14, 2021
Merged

fix: replace sfdx with bundled plugin-trust #278

merged 2 commits into from
Sep 14, 2021

Conversation

cristiand391
Copy link
Member

What does this PR do?

Adds plugin-trust as a dependency and make plugin-rel-mgmt use it instead of sfdx

What issues does this PR fix or reference?

@W-9496922@


this.ux.log(chalk.dim(`sf-release ${cmd} ${argv}`) + os.EOL);
try {
await this.config.runCommand(cmd, argv.split(' '));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

runCommand doesn't return the exit code so we just wrap it in a try catch block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants