Provide the proxy options to oktokit

This commit is contained in:
Joseph Garrone
2024-08-13 00:10:34 +02:00
parent d9132ea5a5
commit 43f455f4d0
5 changed files with 43 additions and 18 deletions

View File

@ -103,7 +103,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
const { keycloakVersion } = await promptKeycloakVersion({
startingFromMajor: 18,
excludeMajorVersions: [22],
cacheDirPath: buildContext.cacheDirPath
buildContext
});
console.log(`${keycloakVersion}`);