https://github.com/schemahero/homebrew-tap
Homebrew tap for SchemaHero
https://github.com/schemahero/homebrew-tap
Last synced: 4 months ago
JSON representation
Homebrew tap for SchemaHero
- Host: GitHub
- URL: https://github.com/schemahero/homebrew-tap
- Owner: schemahero
- Created: 2026-02-04T14:08:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T17:33:28.000Z (4 months ago)
- Last Synced: 2026-02-05T04:39:29.584Z (4 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for SchemaHero
This is the official Homebrew tap for [SchemaHero](https://schemahero.io), the Kubernetes-native database schema management tool.
## Installation
```bash
# Add the tap
brew tap schemahero/tap
# Install SchemaHero CLI
brew install schemahero
# Or install the kubectl plugin
brew install kubectl-schemahero
```
## Updating
```bash
brew update
brew upgrade schemahero
```
## Available Formulas
| Formula | Description |
|---------|-------------|
| `schemahero` | The SchemaHero CLI for database schema management |
| `kubectl-schemahero` | Kubectl plugin for SchemaHero (Kubernetes operator workflow) |
## Usage
After installation:
```bash
# Check version
schemahero version
# Plan changes
schemahero plan --driver postgres --uri "postgres://..." --spec-file schema.yaml
# Apply changes
schemahero apply --driver postgres --uri "postgres://..." --ddl "ALTER TABLE..."
```
## Documentation
- [SchemaHero Documentation](https://schemahero.io)
- [GitHub Repository](https://github.com/schemahero/schemahero)
## License
Apache 2.0