@karmaniverous/get-dotenv
    Preparing search index...

    Function parseExportCredentialsEnv

    • Parse AWS credentials from environment-export output (shell-agnostic). Supports POSIX export KEY=VAL and PowerShell $Env:KEY=VAL. Also supports AWS CLI windows-cmd (set KEY=VAL) and env-no-export (KEY=VAL).

      Parameters

      • txt: string

        Raw stdout text from the AWS CLI.

      Returns AwsCredentials | undefined

      Parsed credentials, or undefined when the input is not recognized.