https://github.com/kuberocketci/homebrew-tap
Homebrew tap for KubeRocketCI — a curated collection of CLI tools, frameworks, and utilities for modern AI-driven and DevOps workflows. Easy installation and updates for all your essential packages.
https://github.com/kuberocketci/homebrew-tap
brew brew-tap homebrew-tap kuberocketai kuberocketci macos packages
Last synced: about 1 month ago
JSON representation
Homebrew tap for KubeRocketCI — a curated collection of CLI tools, frameworks, and utilities for modern AI-driven and DevOps workflows. Easy installation and updates for all your essential packages.
- Host: GitHub
- URL: https://github.com/kuberocketci/homebrew-tap
- Owner: KubeRocketCI
- License: apache-2.0
- Created: 2025-07-06T12:29:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T15:26:15.000Z (12 months ago)
- Last Synced: 2025-07-06T16:33:32.662Z (12 months ago)
- Topics: brew, brew-tap, homebrew-tap, kuberocketai, kuberocketci, macos, packages
- Language: Ruby
- Homepage: https://docs.kuberocketci.io
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KubeRocketCI Homebrew Tap
[](https://opensource.org/licenses/Apache-2.0)
[](https://brew.sh/)
Official Homebrew tap for KubeRocketCI — a curated collection of CLI tools, frameworks, and utilities for modern AI-driven and DevOps workflows on Kubernetes.
## Overview
This Homebrew tap provides easy installation and updates for KubeRocketCI tools. Currently available:
- **krci-ai**: KubeRocketAI CLI - AI-as-Code framework for Kubernetes development
## Installation
### Add the Tap
First, add the KubeRocketCI tap to your Homebrew installation:
```bash
brew tap KubeRocketCI/homebrew-tap
```
### Install Tools
After adding the tap, you can install any available formula:
```bash
# Install krci-ai
brew install krci-ai
```
## Available Formulas
### krci-ai
KubeRocketAI CLI - AI-as-Code framework for Kubernetes development.
**Installation:**
```bash
brew install krci-ai
```
**Usage:**
```bash
krci-ai --version
krci-ai --help
```
**Links:**
- [GitHub Repository](https://github.com/KubeRocketCI/kuberocketai)
- [Documentation](https://github.com/KubeRocketCI/kuberocketai#readme)
## Updating
To update all installed formulas from this tap:
```bash
brew update
brew upgrade
```
To update a specific formula:
```bash
brew upgrade krci-ai
```
## Uninstalling
To remove a formula:
```bash
brew uninstall krci-ai
```
To remove the tap entirely:
```bash
brew untap KubeRocketCI/homebrew-tap
```
## Support
- **Issues**: Report issues with specific tools in their respective repositories
- **Tap Issues**: Report issues with this tap on the [homebrew-tap repository](https://github.com/KubeRocketCI/homebrew-tap/issues)
- **Documentation**: Visit [KubeRocketCI Documentation](https://github.com/KubeRocketCI)
## Contributing
We welcome contributions! Please see the individual tool repositories for contribution guidelines.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
---
**Note**: This tap is maintained by the KubeRocketCI team. For the latest updates and announcements, follow the [KubeRocketCI organization](https://github.com/KubeRocketCI) on GitHub.