Bumps the all-updates group with 2 updates: [github.com/gin-contrib/zap](https://github.com/gin-contrib/zap) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/gin-contrib/zap` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/gin-contrib/zap/releases) - [Changelog](https://github.com/gin-contrib/zap/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/zap/compare/v1.1.4...v1.1.5) Updates `google.golang.org/grpc` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.71.0...v1.71.1) --- updated-dependencies: - dependency-name: github.com/gin-contrib/zap dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: google.golang.org/grpc dependency-version: 1.71.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| api | ||
| cmd/orchard | ||
| docs | ||
| internal | ||
| packaging | ||
| pkg | ||
| rpc | ||
| .cirrus.star | ||
| .cirrus.yml | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yml | ||
| DEVELOPMENT.md | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| buf.gen.yaml | ||
| buf.work.yaml | ||
| go.mod | ||
| go.sum | ||
README.md
Orchard
Orchard is an orchestration system for Tart. Create a cluster of bare-metal Apple Silicon machines and manage dozens of VMs with ease!
Usage
The fastest way to get started with Orchard is to use a local development mode:
brew install cirruslabs/cli/orchard
orchard dev
This will start Orchard Controller and a single Orchard Worker on your local machine.
You can interact with the newly created cluster using the orchard CLI or programmatically, through the built-in REST API server.
Please check out the official documentation for more information and/or feel free to use issues for the remaining questions.