Automic VaultAutomic Vault

brew

bosh-cli を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install bosh-cli

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#bosh-cli

nixpkgs package indexes · pkgs/by-name/bo/bosh-cli/package.nix · ソース: api.github.com

概要

パッケージ概要

Cloud Foundry BOSH CLI v2

コマンドとエイリアス

  • bosh-cli

履歴

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

BOSH CLI is the command-line interface for Cloud Foundry BOSH, the release engineering, deployment, and lifecycle-management system used to operate large distributed software across clouds.

プロジェクトの歴史

BOSH began as Cloud Foundry infrastructure tooling, combining release packaging, stemcells, deployment manifests, VM lifecycle management, monitoring, recovery, and rolling updates. The BOSH site presents it as a project for managing both small and large-scale cloud software.

The Homebrew package is specifically the Go-based BOSH CLI v2 line. Its repository was created in 2016, and BOSH documentation distinguishes it from the older Ruby-based CLI v1, noting that v2 is stateless and uses hyphenated single commands.

採用の歴史

BOSH CLI adoption follows BOSH itself: Cloud Foundry operators use it to deploy directors, upload releases and stemcells, inspect deployments, run errands, and apply manifest changes. Cloud Foundry deployment documentation explicitly says Cloud Foundry leverages BOSH for deployment, lifecycle management, and distributed-systems monitoring.

The batch input records Homebrew and Nix packaging, reflecting its role as an operator workstation tool rather than an end-user application.

使われ方

Operators use the CLI to target BOSH environments, log in, interpolate variables, upload releases and stemcells, deploy manifests, inspect VMs, run tasks, and manage BOSH releases. The CLI docs are organized around those operational commands.

The CLI stores its local configuration under ~/.bosh/config, but v2 expects more state to be supplied explicitly through environments, aliases, flags, and manifest files compared with the old Ruby CLI workflow.

パッケージ好きにとっての重要性

BOSH CLI is significant because it is one of the classic Cloud Foundry operator tools: small as a package, but connected to a deep ecosystem of releases, stemcells, directors, CPIs, and cloud deployments.

The v1-to-v2 transition is package-history relevant because it moved the operator CLI from a Ruby gem era to a Go binary era, changing installation and packaging expectations.

タイムライン

  • 2016-08: Official GitHub repository metadata shows cloudfoundry/bosh-cli created.
  • 2018: GitHub release metadata shows v5.0.1 in the public release feed.
  • 2026: Repository metadata and package-manager input show ongoing maintenance and Homebrew/Nix distribution.

Related projects

  • cloudfoundry/bosh is the wider BOSH release and director project that the CLI operates.
  • bosh-deployment provides manifests and operations files for deploying BOSH directors.
  • Cloud Foundry cf-deployment is a major downstream deployment workflow that relies on BOSH.

セキュリティ状態

リスクレベル: orange

infrastructure mutation or orchestration signal.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • infrastructure mutation or orchestration signal

信号

  • text:cloud

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.bosh/config

実行可能ファイル

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

コマンド種類公開範囲メモ
bosh-clicliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版7.10.7
マネージャ更新日2026-07-11
ローカルデータOK
上流最新
検出された最新v7.10.7

https://github.com/cloudfoundry/bosh-cli

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bosh-cli
バージョン7.10.7
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bosh-cli
ホームページhttps://bosh.io/docs/cli-v2/
リポジトリhttps://github.com/cloudfoundry/bosh-cli
上流ドキュメントhttps://bosh.io/docs
ライセンスApache-2.0
ソースアーカイブhttps://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.10.7.tar.gz
最終更新2026-07-11T17:34:04Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebosh-cli
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Nix95%

bosh-cli

nix profile install nixpkgs#bosh-cli
  • normalized package name match
  • 一致条件: Bosh Cli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bo/bosh-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment