JHipster Online will generate .yo-rc.json in temp directory, then run jhipster --force-insight --skip-checks --skip-install --skip-cache --skip-git command to generate project.
To make the steps simple, use following steps to reproduce the issue:
Create .yo-rc.json in temp directory, below is the content:
Run jhipster --force-insight --skip-checks --skip-install --skip-cache --skip-git command.
Expected behavior
Generate Todo apps by generator-jhipster-azure-spring-apps blueprint, but it doesn't. We get IOException because the command will prompt to overwrite files.
Screenshots
Desktop (please complete the following information):
openjdk version "17.0.7" 2023-04-18
OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7)
OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)
git version 2.25.1
node: v18.17.0
npm: 9.6.7
Additional context
Add any other context about the problem here.
Describe the bug
Follow https://github.com/Azure/generator-jhipster-azure-spring-apps/issues/2, the project generated with
generator-jhipster-azure-spring-apps
blueprint is not as expected.To Reproduce
JHipster Online will generate .yo-rc.json in temp directory, then run
jhipster --force-insight --skip-checks --skip-install --skip-cache --skip-git
command to generate project.To make the steps simple, use following steps to reproduce the issue:
jhipster --force-insight --skip-checks --skip-install --skip-cache --skip-git
command.Expected behavior
Generate Todo apps by
generator-jhipster-azure-spring-apps
blueprint, but it doesn't. We get IOException because the command will prompt to overwrite files.Screenshots
Desktop (please complete the following information):
openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7) OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)
git version 2.25.1
node: v18.17.0 npm: 9.6.7
Additional context Add any other context about the problem here.