feat: support AWS_BEARER_TOKEN_BEDROCK for amazon bedrock provider autoloading (#1094)

This commit is contained in:
Wendell Misiedjan
2025-07-17 16:12:30 +02:00
committed by GitHub
parent a1fdeded3e
commit e681d610de
2 changed files with 3 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ export const AuthLoginCommand = cmd({
if (provider === "amazon-bedrock") {
prompts.log.info(
"Amazon bedrock can be configured with standard AWS environment variables like AWS_PROFILE or AWS_ACCESS_KEY_ID",
"Amazon bedrock can be configured with standard AWS environment variables like AWS_BEARER_TOKEN_BEDROCK, AWS_PROFILE or AWS_ACCESS_KEY_ID",
)
prompts.outro("Done")
return