The Chef gem includes man pages, but the default RubyGem installation location is not in the $MANPATH. You can view man pages from any installed gems with gem-man. Install the gem-man gem, then use the man sub-command for gem to view the man pages. % sudo gem install gem-man Password: Successfully installed gem-man-0.2.0 1 gem installed Installing RDoc documentation for gem-man-0.2.0... % gem man chef View which manual? 1. chef-indexer(1) 2. chef-server-webui(1) 3. chef-server(1) 4. chef-solr-indexer(1) 5. chef-solr(1) 6. chef-client(8) 7. chef-solo(8) 8. chef-solr-rebuild(8) 9. knife(8) 10. shef(8) > 9 Operating System packaged versions of Chef include the man pages in the correct location for the OS. |
Labels:
None