toolsplus / nx-forge

Atlassian Forge plugin for Nx
https://toolsplus.github.io/nx-forge/
MIT License
17 stars 4 forks source link

Improve the install executor to prompt for required site and product parameters if they are not provided #46

Open tbinna opened 1 year ago

tbinna commented 1 year ago

The install executor does not prompt for the required site and product parameters if they are not provided. Improve the CLI to prompt those if they are not provided.

Additionally, if the --no-interactive is not provided the Forge CLI will prompt the user to approve scopes during the installation. It seems this prompt is not properly relayed to the Nx CLI. If we cannot relay this properly, we may consider setting --no-interactive by default.