Releases: Cox-Automotive/alks-cli
Releases · Cox-Automotive/alks-cli
v3.20.2
v3.20.1
v3.20.0
Change Log Items
- Adds a linux flag to force
export
envvar format
Description
I can move the export
flag above linux
to have it fall through to linux
instead of default. What do you guys think?
Closing the initial PR and opening this one to apply the proper labels.
v3.19.1
v3.19.0
v3.18.0
v3.17.1
Change Log Items
- Alters account JSON output to be an object indexed by accountId
Description
Moving from a 2D Array to the following:
{
"955007298069": {
"accountAlias": "awsxtimemcp",
"roles": [
{
"role": "Security",
"isIamActive": false
},
{
"role": "Admin",
"isIamActive": true
}
]
},
"085685109815": {
"accountAlias": "awsxtimemcpnp",
"roles": [
{
"role": "Security",
"isIamActive": false
}
]
}
}
v3.17.0
v3.16.0
v3.15.0
Change Log Items
- Alks developer configure no longer collects userID unless basic auth selected
Description
Adds some hints around the network username field. Also changes developer configure to only get the userid id if basic auth is selected