Re arange the output of start-keycloak
This commit is contained in:
@ -400,15 +400,6 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
|||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
[
|
[
|
||||||
"",
|
|
||||||
`${chalk.green("Your theme is accessible at:")}`,
|
|
||||||
`${chalk.green("➜")} ${chalk.cyan.bold(
|
|
||||||
"https://my-theme.keycloakify.dev/"
|
|
||||||
)}`,
|
|
||||||
"",
|
|
||||||
"You can login with the following credentials:",
|
|
||||||
`- username: ${chalk.cyan.bold("testuser")}`,
|
|
||||||
`- password: ${chalk.cyan.bold("password123")}`,
|
|
||||||
"",
|
"",
|
||||||
`Keycloak Admin console: ${chalk.cyan.bold(
|
`Keycloak Admin console: ${chalk.cyan.bold(
|
||||||
`http://localhost:${cliCommandOptions.port}`
|
`http://localhost:${cliCommandOptions.port}`
|
||||||
@ -416,6 +407,16 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
|||||||
`- user: ${chalk.cyan.bold("admin")}`,
|
`- user: ${chalk.cyan.bold("admin")}`,
|
||||||
`- password: ${chalk.cyan.bold("admin")}`,
|
`- password: ${chalk.cyan.bold("admin")}`,
|
||||||
"",
|
"",
|
||||||
|
"",
|
||||||
|
`${chalk.green("Your theme is accessible at:")}`,
|
||||||
|
`${chalk.green("➜")} ${chalk.cyan.bold(
|
||||||
|
`https://my-theme.keycloakify.dev${cliCommandOptions.port === 8080 ? "" : `?port=${cliCommandOptions.port}`}`
|
||||||
|
)}`,
|
||||||
|
"",
|
||||||
|
"You can login with the following credentials:",
|
||||||
|
`- username: ${chalk.cyan.bold("testuser")}`,
|
||||||
|
`- password: ${chalk.cyan.bold("password123")}`,
|
||||||
|
"",
|
||||||
`Watching for changes in ${chalk.bold(
|
`Watching for changes in ${chalk.bold(
|
||||||
`.${pathSep}${pathRelative(process.cwd(), srcDirPath)}`
|
`.${pathSep}${pathRelative(process.cwd(), srcDirPath)}`
|
||||||
)}`
|
)}`
|
||||||
|
Reference in New Issue
Block a user