pkg.soopen package index

brew / 順位 1696

b2-tools を Homebrew, apk, scoop でインストール

b2-tools のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install b2-tools

local Homebrew formula metadata

Windows

Scoop確認済み · 92%
scoop install main/b2

Scoop official bucket manifest trees · bucket/b2.json · ソース: api.github.com

概要

パッケージ概要

B2 Cloud Storage Command-Line Tools

コマンドとエイリアス

  • b2
  • b2v3
  • b2v4

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2020: Backblaze/B2_Command_Line_Tool GitHub Releases include the 2.x release line.
  • 2020s: The README documents Homebrew, PyPI, standalone binaries, Docker, and source installs.
  • 2020s: Version-bound commands such as `b2v3` and `b2v4` become part of the CLI compatibility model.

Related projects

  • Backblaze B2 Cloud Storage is the object-storage service managed by the CLI.
  • The B2 Native API and S3-compatible API are related service interfaces.
  • Backblaze's Docker image packages the same CLI for container workflows.

ソース

  • Backblaze official cloud storage command-line tools docs
  • Backblaze/B2_Command_Line_Tool README and releases
  • source_facts.package-manager

セキュリティ状態

リスクレベル: orange

infrastructure mutation or orchestration signal.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • infrastructure mutation or orchestration signal

信号

  • text:cloud

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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 files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.b2_account_info

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
b2実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
b2v3実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
b2v4実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版4.7.1
マネージャ更新日2026-06-09
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:b2-tools
バージョン4.7.1
パッケージマネージャHomebrew
ホームページhttps://github.com/Backblaze/B2_Command_Line_Tool
最終更新2026-06-09T19:24:01Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

apk95%

b2-tools 4.6.0-r1

Command-line tool for Backblaze B2

https://github.com/Backblaze/B2_Command_Line_Tool

sudo apk add b2-tools
  • License: MIT
  • Architecture: x86_64
  • Source Package: b2-tools
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: B2 Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: b2-tools from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

b2-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-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: b2-tools
  • 1 依存関係
  • normalized package name match
  • 一致条件: B2 Tools
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: b2-tools-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
Scoop92%

main/b2

scoop install main/b2
  • installed executable or alias match
  • 一致条件: B2
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/b2.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation