Skip to content

baloo/knife-consistency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Knife consistency plugin

This plugin is used to check consistency of versions in chef.

It has 2 modes :

  • latest : checks the latest version of a cookbook against a given environment

  • local : checks if your local cookbooks are at the latest version (useful when working in a team)

almost a screenshot :

[mordor:~] knife consistency latest production
cookbook "beanstalk" has no version constraint in environment production !
cookbook "mcollective" is not up to date. latest is 0.0.11, production has version 0.0.10
cookbook "resolvconf" has no version constraint in environment production !
[mordor:~] knife consistency local
cookbook "mcollective" is not up to date. latest is 0.0.11, local version is 0.0.10
cookbook "resolvconf" has no local candidate version
cookbook "activemq" is not up to date. latest is 0.0.2, local version is 0.0.1

License

WTFPL : http://sam.zoy.org/wtfpl/

Author

Nicolas Szalay < nico |at| rottenbytes |meh| info >

About

A consistency plugin for opscode knife

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%