Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.25 KB

File metadata and controls

63 lines (46 loc) · 1.25 KB

CNO Homebrew repo

Deprecation notice

This tap is deprecated. The official Door CLI distribution has moved to the doorcloud/door Homebrew tap. Use the new command to install doorctl:

brew install doorcloud/door/doorctl

Existing users can migrate with:

brew uninstall doorctl
brew untap beopencloud/cno
brew install doorcloud/door/doorctl

Releases now track doorcloud/door/releases.

Homebrew tap for Door CLI (doorctl).

Requirements

Installation

brew tap beopencloud/cno

macOS (Apple Silicon or Intel)

Pre-built binary via cask — no Xcode Command Line Tools required:

brew install --cask doorctl

Linux

brew install doorctl

Upgrade

brew update
brew upgrade --cask doorctl   # macOS
brew upgrade doorctl          # Linux

Migrating from the legacy macOS formula

If you previously installed beopencloud/cno/doorctl as a formula:

brew uninstall doorctl
brew install --cask doorctl

Releases track beopencloud/cno. The tap is bumped automatically after each prod tag publish.