sfdx-isv / sfdx-falcon

A Salesforce CLI Plugin that enables and enhances implementation of the SFDX-Falcon family of projects, including the AppExchange Demo Kit (ADK) and AppExchange Package Kit (APK)
https://sfdx-isv.github.io/sfdx-falcon/
38 stars 6 forks source link

Merge v0.0.92 into master #116

Closed VivekMChawla closed 5 years ago

VivekMChawla commented 5 years ago

This PR fixes multiple issues and offers significantly better error handling.

Failed calls to falcon:adk:install now offer the user the chance to see detailed error info. If the user chooses to do so, they will see details of every error in the SFDX Falcon Result stack, with the outermost error printing first and the root error printing last.

The result is that the root error details appear right above the final CLI command error message, making it very easy to see details of the final error. The user just has to scroll up a bit to inspect everything.

Example:

image

List of issues addressed by this PR: