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

https://github.com/mrtazz/chef-deploy

tool to deploy changes to a Chef server based on a git diff
https://github.com/mrtazz/chef-deploy

chef deployment golang infrastructure infrastructure-as-code

Last synced: 10 months ago
JSON representation

tool to deploy changes to a Chef server based on a git diff

Awesome Lists containing this project

README

          

# chef-deploy

![CI](https://github.com/mrtazz/chef-deploy/workflows/CI/badge.svg)

A tool to deploy to chef based on a git diff

## Usage

```
chef-deploy.

Usage:
chef-deploy deploy --from= --to= [options]
chef-deploy preview --from= --to= [options]
chef-deploy -h | --help
chef-deploy --version

Options:
--from= base SHA of the diff to deploy
--to= head SHA of the diff to deploy
--knife-executable= the knife executable to use
-h --help Show this screen.
--version Show version.
```