An open API service indexing awesome lists of open source software.

https://github.com/rrabelloo/homebrew-formae

Unofficial Homebrew tap for Formae, a modern Infrastructure-as-Code platform.
https://github.com/rrabelloo/homebrew-formae

devops iac infrastructure-as-code platform-engineering sre

Last synced: 21 days ago
JSON representation

Unofficial Homebrew tap for Formae, a modern Infrastructure-as-Code platform.

Awesome Lists containing this project

README

          

# Homebrew Tap for Formae

Unofficial Homebrew tap for [Formae](https://platform.engineering/formae), the Infrastructure-as-Code platform.

## Installation

```bash
brew tap rrabelloo/formae
brew install formae
```

Or install directly without adding the tap:

```bash
brew install rrabelloo/formae/formae
```

> **Note**: Currently only macOS Apple Silicon (arm64) is supported.

## Usage

After installation:

```bash
# Verify installation
formae --version

# Start the agent
formae agent start

# Apply infrastructure
formae apply --mode reconcile --watch

# List resources
formae inventory resources

# Destroy infrastructure
formae destroy --watch
```

## Updating

```bash
brew update
brew upgrade formae
```

## Uninstalling

```bash
brew uninstall formae
brew untap rrabelloo/formae
```

## About Formae

Formae is an open-source Infrastructure-as-Code platform by Platform Engineering Labs. Key features:

- 100% code-based infrastructure management
- No state files - reality is the state, versioned in code
- Automatic discovery and synchronization
- Agent-based architecture
- Uses PKL configuration language

## Resources

- [Official Documentation](https://docs.formae.io)
- [GitHub Repository](https://github.com/platform-engineering-labs/formae)
- [Platform Engineering Labs](https://platform.engineering/formae)

## License

This tap is provided as-is. Formae itself is licensed under FSL-1.1-ALv2 by Platform Engineering Labs.