Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treeverse/homebrew-lakefs
Homebrew recipe tap repository
https://github.com/treeverse/homebrew-lakefs
homebrew lakefs
Last synced: about 1 month ago
JSON representation
Homebrew recipe tap repository
- Host: GitHub
- URL: https://github.com/treeverse/homebrew-lakefs
- Owner: treeverse
- Created: 2023-04-23T21:34:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T14:04:14.000Z (about 2 months ago)
- Last Synced: 2024-11-03T15:17:35.900Z (about 2 months ago)
- Topics: homebrew, lakefs
- Language: Ruby
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-lakefs
Homebrew formula for installing lakeFS.
Package include lakefs and lakectl commands.## How To Use
Add repository:
```sh
brew tap treeverse/lakefs
```Install [lakeFS](https://github.com/treeverse/lakeFS):
```sh
brew install lakefs
```Upgrade the [lakeFS](https://github.com/treeverse/lakeFS) to the latest version:
```sh
brew upgrade lakefs
```