Framework
All / Not framework-specific
Related CLI Command
new
Feature Area
CLI command improvement
Problem Statement
When selecting complete and run after going through the ig wizard, we're confusing the user that after the app is running, the cwd is actually the project folder, when it is not.
Proposed Solution
The ig wizard should not expose the option to complete and run at the end of the wizard. It should expose an option to complete and install dependencies.
Alternatives Considered
Killing the process and doing cd _MY_PROJECT_NAME.
Additional Context
The non-wizard approach actually finishes with great guidance on what to do next, while the wizard doesn't.

Framework
All / Not framework-specific
Related CLI Command
new
Feature Area
CLI command improvement
Problem Statement
When selecting complete and run after going through the
igwizard, we're confusing the user that after the app is running, the cwd is actually the project folder, when it is not.Proposed Solution
The
igwizard should not expose the option to complete and run at the end of the wizard. It should expose an option to complete and install dependencies.Alternatives Considered
Killing the process and doing
cd _MY_PROJECT_NAME.Additional Context
The non-wizard approach actually finishes with great guidance on what to do next, while the wizard doesn't.