]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/boto.json
Add Boto help (#452)
[xdg-ninja.git] / programs / boto.json
index d7f09e09e15dbc330d1e4ffb3d11bec9677cf6ab..eecf1730c9a98ab3d0498d9d81b398c9800b7a08 100644 (file)
@@ -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"
-}
\ No newline at end of file
+}