@karmaniverous/get-dotenv
GitHub
Preparing search index...
plugins/aws/service
resolveAwsContext
Function resolveAwsContext
resolveAwsContext
(
__namedParameters
:
{
cfg
:
{
addCtx
?:
boolean
;
defaultRegion
?:
string
;
loginOnDemand
?:
boolean
;
profile
?:
string
;
profileFallbackKey
?:
string
;
profileKey
?:
string
;
region
?:
string
;
regionKey
?:
string
;
setEnv
?:
boolean
;
strategy
?:
"none"
|
"cli-export"
;
}
;
dotenv
:
ProcessEnv
;
}
,
)
:
Promise
<
AwsContext
>
Parameters
__namedParameters
:
{
cfg
:
{
addCtx
?:
boolean
;
defaultRegion
?:
string
;
loginOnDemand
?:
boolean
;
profile
?:
string
;
profileFallbackKey
?:
string
;
profileKey
?:
string
;
region
?:
string
;
regionKey
?:
string
;
setEnv
?:
boolean
;
strategy
?:
"none"
|
"cli-export"
;
}
;
dotenv
:
ProcessEnv
;
}
Returns
Promise
<
AwsContext
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@karmaniverous/get-dotenv
Loading...