Skip to content

codecollab-co/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

CodeCollab Homebrew Tap

This is the official Homebrew tap for CodeCollab's open-source tools.

Installation

First, add the tap to your Homebrew:

brew tap codecollab-co/tap

Available Formulas

ops

The AI coding agent built for DevOps engineers - Infrastructure generation, log analysis, and AI-powered DevOps assistance.

# Install ops
brew install codecollab-co/tap/ops

# Verify installation
ops --version

Features

  • 🐳 Infrastructure Generation: Production-ready Dockerfiles, docker-compose, Terraform, Kubernetes manifests
  • 📊 Log Analysis: Natural language log queries, pattern recognition, root cause analysis
  • ☁️ Multi-Cloud Native: First-class support for AWS, GCP, Azure
  • 🔧 Command Assistant: Smart shell command suggestions with explanations
  • 🤖 AI-Powered: Claude AI integration for intelligent assistance
  • 💬 Interactive Chat: Real-time DevOps guidance and troubleshooting

Quick Start

# Initialize in your project
ops init

# Generate a Dockerfile
ops generate dockerfile

# Analyze logs
ops analyze logs ./app.log

# Interactive AI chat
ops chat

infra-cost

Multi-cloud FinOps CLI tool for comprehensive cost analysis and infrastructure optimization across AWS, GCP, Azure, Alibaba Cloud, and Oracle Cloud.

# Install infra-cost
brew install codecollab-co/tap/infra-cost

# Verify installation
infra-cost --version

Features

  • 🌐 Multi-Cloud Support: AWS, GCP, Azure, Alibaba Cloud, Oracle Cloud
  • 📊 Enhanced Terminal UI with Rich-style formatting
  • 📄 PDF Reports for executives and technical teams
  • 🔍 Interactive Analysis with guided exploration
  • 🚨 Smart Alerting with visual indicators
  • 🔍 Profile Discovery for automatic credential management
  • 💰 Cost Optimization recommendations across clouds
  • 📈 Advanced Analytics with anomaly detection

Quick Start

# Basic cost analysis
infra-cost --provider aws

# Multi-cloud dashboard
infra-cost --multi-cloud-dashboard

# Interactive mode
infra-cost --interactive

# Generate PDF report
infra-cost --trend --pdf-report report.pdf

Development

Adding New Formulas

  1. Create a new formula file in Formula/
  2. Follow Homebrew formula conventions
  3. Test locally with brew install --build-from-source ./Formula/your-formula.rb
  4. Submit a pull request

Testing

# Test formulas
brew test codecollab-co/tap/ops
brew test codecollab-co/tap/infra-cost

# Audit formulas
brew audit --strict codecollab-co/tap/ops
brew audit --strict codecollab-co/tap/infra-cost

Support

ops

infra-cost

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

MIT License - see individual formula files for specific licensing information.

About

Official Homebrew tap for CodeCollab's open-source tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages