Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days 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.
```