An open API service indexing awesome lists of open source software.

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.

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
# Formulae

brew install cpln
brew install cpln-k8s-cost-analyzer
```

## Update

```bash
brew update && brew upgrade
```