Skip to content

CLI 0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 05:58
· 17 commits to dev since this release

OpenBeam CLI 0.1.0

Install

# macOS / Linux
curl -fsSL https://get.openbeam.com/install.sh | bash

# Windows (PowerShell)
irm https://get.openbeam.com/install.ps1 | iex

# Homebrew (macOS, Linux)
brew install kuluruvineeth/tap/openbeam

# Scoop (Windows)
scoop bucket add openbeam https://github.com/kuluruvineeth/scoop-bucket
scoop install openbeam

# Winget (Windows)
winget install kuluruvineeth.openbeam

# Docker
docker pull ghcr.io/kuluruvineeth/openbeam-cli:0.1.0

Upgrade an existing install with openbeam upgrade.
Troubleshoot with openbeam doctor.

Full changelog below.

Changelog

Features