macOS
brew install b2-toolslocal Homebrew formula metadata
brew / rang 1700
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de b2-tools pour les workflows d'agents IA.
installation
brew install b2-toolslocal Homebrew formula metadata
sudo apk add b2-toolsAlpine Linux edge package indexes · b2-tools · Source: dl-cdn.alpinelinux.org
scoop install main/b2Scoop official bucket manifest trees · bucket/b2.json · Source: api.github.com
aperçu
B2 Cloud Storage Command-Line Tools
historique
B2 Command Line Tool is Backblaze's official `b2` CLI for B2 Cloud Storage. It gives shell access to account, bucket, file, key, replication, listing, removal, and sync operations.
Backblaze maintains the tool in the Backblaze/B2_Command_Line_Tool repository and publishes it as a Python package, standalone binaries, Docker image, and Homebrew package. The README describes it as command-line access to all capabilities of the B2 service.
The CLI has evolved across API-versioned command surfaces. The README documents the current guidance: use `b2` for the latest stable interactive interface, and use version-bound commands such as `b2v4` for long-running scripts that need stable behavior.
B2 users adopted the CLI because object storage needs scriptable upload, download, sync, lifecycle, and key-management workflows. Backblaze's official docs recommend Homebrew as the quickest setup path for Mac users, while the input package facts also list apk and Scoop packages.
The tool is common in backup scripts and CI jobs because B2 is frequently used as low-cost object storage. Its versioned command aliases are especially package-nerdy: they let a package ship a newer implementation while preserving an older command contract for scripts.
Typical usage starts with account authorization, then commands such as `b2 bucket list`, `b2 file upload`, `b2 ls`, `b2 sync`, and `b2 key create`. The official README and Backblaze docs state that `B2_ACCOUNT_INFO` selects the SQLite cache file for authentication information and that the default is `~/.b2_account_info`.
For containers, the README shows either passing `B2_APPLICATION_KEY` and `B2_APPLICATION_KEY_ID` each run or persisting authorization state in a mounted volume.
For package nerds, `b2-tools` is a neat collision between package name, executable name, and API-versioned command names: Homebrew installs `b2-tools`, users run `b2`, and scripts may choose `b2v4` for compatibility.
It is also a Python CLI with official binary and Docker distribution, so packaging choices affect startup time, dependencies, credential cache placement, and whether users get the newest API surface or a stable alias.
posture de sécurité
infrastructure mutation or orchestration signal.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
~/.b2_account_infoexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
b2 | cli | exécutable global | |
b2v3 | cli | exécutable global | |
b2v4 | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/Backblaze/B2_Command_Line_Tool
métadonnées d'installation
| Clé du paquet | brew:b2-tools |
|---|---|
| Version | 4.7.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/b2-tools |
| Page d'accueil | https://github.com/Backblaze/B2_Command_Line_Tool |
| Dépôt | https://github.com/Backblaze/B2_Command_Line_Tool |
| Licence | MIT |
| Archive source | https://files.pythonhosted.org/packages/c9/81/d53f7f6826032f4a0e2e360de105d62b0be0a1a2ec6b69b7f7329caf7b0e/b2-4.7.1.tar.gz |
| Dernière mise à jour | 2026-06-09T19:24:01Z |
| Pulse | updated |
| Dépendances | certifi, python@3.14 |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | b2-tools |
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
b2-tools 4.6.0-r1
Command-line tool for Backblaze B2
https://github.com/Backblaze/B2_Command_Line_Tool
sudo apk add b2-toolsb2-tools-pyc 4.6.0-r1
Precompiled Python bytecode for b2-tools
https://github.com/Backblaze/B2_Command_Line_Tool
sudo apk add b2-tools-pycmain/b2
scoop install main/b2piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.