Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Developer CLI error handling for prerequisites and Azure subs…
…cription validation (#665) ### Summary & Motivation Fix an issue in the Developer CLI where missing prerequisites (e.g., NodeJS) resulted in the CLI exiting without any error message. The CLI now correctly identifies missing prerequisites and displays an error such as: `NodeJS of minimum version 25.3.0 should be installed.` Additionally, a validation has been added to the `configure-continuous-deployments` CLI command to ensure that the selected Azure subscriptions for staging and production belong to the same tenant, preventing configuration errors. ### Checklist - [x] I have added tests, or done manual regression tests - [x] I have updated the documentation, if necessary
- Loading branch information