Add context when prompting for the keycloak version number

This commit is contained in:
Joseph Garrone
2024-05-18 04:33:31 +02:00
parent 60fcb5fe10
commit 7fc6f7a7ae
4 changed files with 8 additions and 12 deletions

View File

@ -28,7 +28,10 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
process.exit(-1);
}
console.log("Initialize with the base email theme from which version of Keycloak?");
const { keycloakVersion } = await promptKeycloakVersion({
// NOTE: This is arbitrary
"startingFromMajor": 17
});