adobe / helix-cli

Command-line tools for developing with AEM
Apache License 2.0
49 stars 58 forks source link

Fix: improve aem up error handling #2370

Closed mokimo closed 3 months ago

mokimo commented 3 months ago

Related Issues

https://github.com/adobe/helix-cli/issues/2369

Description

Provide a better error in case the gitUrl is not found due to not having configured a remote 'origin', rather than a JS error without any hints on what went wrong.

Before

image

After

image