]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/aws-cli.json
feat: add tip for bash history (#492)
[xdg-ninja.git] / programs / aws-cli.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.aws/credentials",
5 "movable": true,
6 "help": "Export the following environment variable:\n\n```bash\nexport AWS_SHARED_CREDENTIALS_FILE=\"$XDG_CONFIG_HOME\"/aws/credentials\n```\n"
7 },
8 {
9 "path": "$HOME/.aws/config",
10 "movable": true,
11 "help": "Export the following environment variable:\n\n```bash\nexport AWS_CONFIG_FILE=\"$XDG_CONFIG_HOME\"/aws/config\n```\n"
12 },
13 {
14 "path": "$HOME/.aws/sso",
15 "movable": false,
16 "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/aws/aws-cli/issues/1804\n"
17 },
18 {
19 "path": "$HOME/.aws/cli",
20 "movable": false,
21 "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/aws/aws-cli/issues/1804\n"
22 }
23 ],
24 "name": "aws-cli"
25 }