]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/boto.json
Update pipx documentation URL (#491)
[xdg-ninja.git] / programs / boto.json
1 {
2 "files": [
3 {
4 "movable": true,
5 "path": "$HOME/.boto",
6 "help": "The `.boto` file is used for configuring Google Cloud SDK tools, specifically `gsutil`.\nIf you don't actively use `gsutil` or GCP storage from the CLI, it might be safe to remove it.\n```bash\n# Update the environment to ensure `gsutil` can find it:\nexport BOTO_CONFIG=\"${XDG_CONFIG_HOME}/gcloud/boto\"\nmkdir -p \"${XDG_CONFIG_HOME}/gcloud\"\nmv ~/.boto \"${XDG_CONFIG_HOME}/gcloud/boto\"\n```\n"
7 }
8 ],
9 "name": "boto"
10 }