Skip to content

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

License

Notifications You must be signed in to change notification settings

mrtazz/chef-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-deploy

CI

A tool to deploy to chef based on a git diff

Usage

chef-deploy.

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

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