Skip to content

Commit

Permalink
Merge pull request #64 from flipt-io/gm/readme-cup-brew
Browse files Browse the repository at this point in the history
chore: update readme with brew instructions
  • Loading branch information
GeorgeMac authored Aug 29, 2023
2 parents ac3f5ed + c767868 commit 192bb9c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A configurable and extensible server for managing and exposing API resources dir
It exposes a Kubernetes-like declarative API, which organizes resources into typed (group + version + kind) sets.
Resources can be listed, read, updated, and deleted. When changes to the state of a resource are made, the resulting
calculated difference is automatically proposed as a pull or merge request on a target Git SCM.
How resources map to and from API request payloads to files in your repository is handled by [Controllers](#controllers).
How resources map to and from API request payloads to files in your repository is handled by [Controllers](https://cup.flipt.io/configuration/controllers).
Controllers are configurable and broadly extensible through the power of WASM via the [Wazero](htts://github.com/tetratelabs/wazero) runtime.

## 📣 Feedback
Expand Down Expand Up @@ -127,6 +127,16 @@ FLAGS
`cup` is a CLI that is heavily influenced by `kubectl`.
It can be used locally to interact and introspect a running `cupd`.

### Installation

#### MacOS

```console
brew tap flipt-io/brew

brew install cup
```

### Building

```console
Expand Down

0 comments on commit 192bb9c

Please sign in to comment.