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
- Host: GitHub
- URL: https://github.com/mrtazz/chef-deploy
- Owner: mrtazz
- License: mit
- Created: 2020-03-14T20:18:37.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T10:40:07.000Z (about 4 years ago)
- Last Synced: 2025-08-09T21:38:33.275Z (10 months ago)
- Topics: chef, deployment, golang, infrastructure, infrastructure-as-code
- Language: Go
- Homepage:
- Size: 3.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chef-deploy

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.
```