Skip to content

Commit

Permalink
Add Boto help (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfish authored Jan 14, 2025
1 parent 5537d3a commit f61bb5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions programs/boto.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": [
{
"help": "Currently unsupported. No information found.\n",
"movable": false,
"path": "$HOME/.boto"
"movable": true,
"path": "$HOME/.boto",
"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"
}
],
"name": "boto"
}
}

0 comments on commit f61bb5f

Please sign in to comment.