https://github.com/controlplane-com/homebrew-cpln
The official Control Plane Homebrew Tap.
https://github.com/controlplane-com/homebrew-cpln
brew cli controlplane
Last synced: 3 days ago
JSON representation
The official Control Plane Homebrew Tap.
- Host: GitHub
- URL: https://github.com/controlplane-com/homebrew-cpln
- Owner: controlplane-com
- License: apache-2.0
- Created: 2023-05-08T20:32:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T16:07:21.000Z (19 days ago)
- Last Synced: 2025-04-30T21:54:07.924Z (3 days ago)
- Topics: brew, cli, controlplane
- Language: Ruby
- Homepage: https://controlplane.com
- Size: 65.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Control Plane - Homebrew Tap
## Overview
This is the official [Control Plane](https://controlplane.com) Homebrew [Tap](https://docs.brew.sh/Taps).## Installation
Run the following command to add the tap to your Homebrew taps.
```bash
brew tap controlplane-com/cpln
```To install a package, you need to run the following command:
```bash
brew install package_name
```## Available Packages
```bash
# Formulaebrew install cpln
brew install cpln-k8s-cost-analyzer
```## Update
```bash
brew update && brew upgrade
```