Skip to content

Commit

Permalink
Clean up & attaching commercial license for the CLI (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
olofwalker authored May 8, 2024
1 parent 005ef2a commit 2f047ce
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 313 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/update-akkasls.yml

This file was deleted.

63 changes: 0 additions & 63 deletions Formula/akkasls.rb

This file was deleted.

2 changes: 1 addition & 1 deletion Formula/kalix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Kalix < Formula
version "2.0.42"
desc "Kalix :: Command Line Interface"
homepage "https://kalix.io"
license ""
license "https://downloads.lightbend.com/website/legal/lightbend-commercial-software-license-agreement.txt"

if OS.mac?
if Hardware::CPU.intel?
Expand Down
56 changes: 0 additions & 56 deletions Formula/kubectl-cloudflow.rb

This file was deleted.

48 changes: 0 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
This repository is a `tap` that you can use with [`brew`](https://brew.sh) to install Lightbend tools onto your system. Currently, supported tools are:

* `kalix` the command line interface for [Kalix](https://kalix.io)
* `akkasls` the command line interface for [Akka Serverless](https://akkaserverless.com)
* `kubectl-cloudflow` the command line interface for [Cloudflow](https://cloudflow.io) and [Akka Data Pipelines](https://developer.lightbend.com/docs/cloudflow/current/index.html)

## Using this tap

Expand Down Expand Up @@ -47,52 +45,6 @@ To uninstall `kalix` run `brew uninstall kalix`

To update `kalix` run `brew update kalix`

## `akkasls`

### Install

To install `akkasls` using this tap run `brew install lightbend/brew/akkasls` (which will install the tap automatically) or run

```bash
brew tap lightbend/brew
brew install akkasls
```

### Uninstall

To uninstall `akkasls` run `brew uninstall akkasls`

### Update

To update `akkasls` run `brew update akkasls`

## `kubectl-cloudflow`

### Install

To install `kubectl-cloudflow` using this tap run `brew install lightbend/brew/kubectl-cloudflow` (which will install the tap automatically) or run

```bash
brew tap lightbend/brew
brew install kubectl-cloudflow
```

### Uninstall

To uninstall `kubectl-cloudflow` run `brew uninstall kubectl-cloudflow`

### Update

To update `kubectl-cloudflow` run `brew update kubectl-cloudflow`

## Update the `akkasls` formula

To update the `akkasls.rb` formula file, run `node scripts/update.js`

## Update the `kalix` formula

To update the `kalix.rb` formula file, run `node scripts/kalix-update.js`

## Contributing

We welcome all contributions! [Pull requests](https://github.com/lightbend/homebrew-brew/pulls) are the preferred way to share your contributions. For major changes, please open [an issue](https://github.com/lightbend/homebrew-brew/issues) first to discuss what you would like to change.
Expand Down
46 changes: 0 additions & 46 deletions scripts/script.py

This file was deleted.

55 changes: 0 additions & 55 deletions scripts/update.js

This file was deleted.

0 comments on commit 2f047ce

Please sign in to comment.