backplane-cli
brew install backplane-cli
v0.10.1
Apache-2.0
CLI for interacting with the OpenShift Backplane API
25
30-day installs · #6243
46
90-day · #7601
46
365-day · #11274
22
★ GitHub stars · updated 2mo ago
Build dependencies
Links
- https://github.com/openshift/backplane-cli
- GitHub: openshift/backplane-cli
- Brew formula source: Formula/b/backplane-cli.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "CLI for interacting with the OpenShift Backplane API",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:43+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "backplane-cli",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-17T08:02:34Z",
"github_readme_excerpt": "# backplane-cli\n\n[](https://goreportcard.com/report/github.com/openshift/backplane-cli)\n[](https://codecov.io/gh/openshift/backplane-cli)\n[](https://godoc.org/github.com/openshift/backplane-cli)\n[](http://www.apache.org/licenses/LICENSE-2.0.html)\n\nbackplane-cli is a CLI tool to interact with [backplane api](https://github.com/openshift/backplane-api).\n\n## Installation\n\nGo should be installed in your local system. We recommend using the latest stable Go version. For the minimum required version, see the `go` directive in [go.mod](go.mod)\n\n### Option 1: Download from release\n\nDownload the latest binary from the GitHub [releases](https://github.com/openshift/backplane-cli/releases) page.\n\nFor example, to download the binary on Linux:\n\n```\n$ wget https://github.com/openshift/backplane-cli/releases/download/v0.1.1/ocm-backplane_0.1.1_Linux_x86_64.tar.gz\n$ tar -xvzf ocm-backplane_0.1.1_Linux_x86_64.tar.gz\n$ chmod +x ocm-backplane\n$ mv ocm-backplane $GOBIN\n```\n\n### Option 2: Build from source\n\nFirst clone the repository somewhere in your `$PATH`. A common place would be within your `$GOPATH`.\n\nExample:\n\n```\n$ mkdir $GOPATH/src/github.com/openshift\n$ cd $GOPATH/src/github.com/openshift\n$ git clone git@github.com/openshift/backplane-cli.git\n```\n\n```\n$ make build\n```\n\nThis command will build the backplane-cli binary, named `ocm-backplane`. This binary will be placed in $PATH.\nAs the binary has prefix `ocm-`, it becomes a plugin of `ocm`, and can be invoked by `ocm backplane`.\n\nFor more information about ocm plugins, please refer https://github.com/openshift-online/ocm-cli#extend-ocm-with-plugins\n\n## Configuration\n\nThe configuration file of backplane-cli is expected to be located a",
"github_repo": "openshift/backplane-cli",
"github_stars": 22,
"github_topics": [],
"homepage": "https://github.com/openshift/backplane-cli",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 25,
"installs_365d": 46,
"installs_90d": 46,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "backplane-cli",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6243,
"rank_365d": 11274,
"rank_90d": 7601,
"raw_hash": "ef9704f48ee8edd8",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/b/backplane-cli.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.10.1",
"versioned_formulae": [],
"why_use_this": null
}