https://github.com/springerpe/knife-gitflow
Knife plugin to integrate git-flow with cookbook development, performing automatic version bumping
https://github.com/springerpe/knife-gitflow
Last synced: 7 months ago
JSON representation
Knife plugin to integrate git-flow with cookbook development, performing automatic version bumping
- Host: GitHub
- URL: https://github.com/springerpe/knife-gitflow
- Owner: SpringerPE
- Created: 2014-06-01T22:26:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-01T22:30:21.000Z (almost 12 years ago)
- Last Synced: 2025-05-31T13:05:25.454Z (11 months ago)
- Language: Ruby
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Knife gitflow
=============
Knife plugin to integrate git-flow with cookbook development, performing automatic version bumping
Quickstart (while not in gem)
-----------------------------
```
mkdir -p ~/.chef/plugins/knife/
ln -s $(pwd)/lib/chef/knife/gitflow_hotfix.rb ~/.chef/plugins/knife/
```
TODO
====
* Document it :)
* make it a gem
* Split the huge unique file.