Tell pepole they can explicitely provide the keycloak version

This commit is contained in:
Joseph Garrone 2024-08-13 00:12:08 +02:00
parent 43f455f4d0
commit dd198f9f06

View File

@ -97,7 +97,14 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
}
console.log(
chalk.cyan("On which version of Keycloak do you want to test your theme?")
[
chalk.cyan(
"On which version of Keycloak do you want to test your theme?"
),
chalk.gray(
"You can also explicitly provide the version with `npx keycloakify start-keycloak --keycloak-version 25.0.2` (or any other version)"
)
].join("\n")
);
const { keycloakVersion } = await promptKeycloakVersion({