Ecosyste.ms: Awesome
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: 2 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T10:40:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T16:22:15.977Z (4 months ago)
- Topics: chef, deployment, golang, infrastructure, infrastructure-as-code
- Language: Go
- Homepage:
- Size: 3.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --versionOptions:
--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.
```