-
Notifications
You must be signed in to change notification settings - Fork 147
/
aws-cli.json
25 lines (25 loc) · 928 Bytes
/
aws-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"files": [
{
"path": "$HOME/.aws/credentials",
"movable": true,
"help": "Export the following environment variable:\n\n```bash\nexport AWS_SHARED_CREDENTIALS_FILE=\"$XDG_CONFIG_HOME\"/aws/credentials\n```\n"
},
{
"path": "$HOME/.aws/config",
"movable": true,
"help": "Export the following environment variable:\n\n```bash\nexport AWS_CONFIG_FILE=\"$XDG_CONFIG_HOME\"/aws/config\n```\n"
},
{
"path": "$HOME/.aws/sso",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/aws/aws-cli/issues/1804\n"
},
{
"path": "$HOME/.aws/cli",
"movable": false,
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/aws/aws-cli/issues/1804\n"
}
],
"name": "aws-cli"
}