summaryrefslogtreecommitdiff
path: root/distro/common
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-working documention statements/arguments.Ronald Gundlach-Chmara2016-12-232-24/+8
| | | | | | Obvious fix. Signed-off-by: Ronald Gundlach-Chmara <ronabop@gmail.com>
* Modify `knife configure` example `chef_server_url`Jerry Aldrich III2016-12-011-2/+3
| | | | | | | A working `knife.rb` needs `chef_server_url` to contain `organizations` in it's url. Signed-off-by: Jerry Aldrich III <jerry@chef.io>
* More Opscode -> Chef updatesTim Smith2016-10-203-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-171-0/+2
| | | | | Use with caution. Useful for patching a set of cookbooks on a machine when iterating during development.
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Update more references from cookbooks -> supermarketTim Smith2015-09-272-29/+29
|
* Update man pages with links to the docs siteTim Smith2015-05-0124-41/+37
|
* add man page for chef-applyjamescott2014-12-081-0/+86
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-086-6/+6
|
* update html pages for chef-client 12jamescott2014-11-0322-123/+348
|
* update man pages for chef-client 12jamescott2014-11-0334-116/+342
|
* update HTML man pagesjamescott2014-09-2541-335/+1220
|
* update knife xargs man page examplesjamescott2014-09-251-3/+3
|
* update CTLs for 11.16jamescott2014-09-2534-258/+301
|
* update knife man pages; add knife servejamescott2014-07-0231-288/+510
|
* update chef-solo man pagejamescott2014-07-021-14/+13
|
* update chef-client man pagejamescott2014-07-021-10/+13
|
* update chef-shell man pagejamescott2014-07-021-4/+4
|
* update html man page help; add knife servejamescott2014-07-0248-197/+322
|
* Doc fix to highlight that -E is not respected by knife ssh [search]Phil Sturgeon2014-05-221-1/+1
| | | | | | | | | | | | | | I noticed this when my production server host names were being listed in Chef activity after switching to a new deployment tactic. For example, it's fairly safe to assume that the command below will only run on staging: $ knife ssh -E stag "role:api" "foo" Actually it runs on ANY node with role:api, which is not only unexpected but ludicrously dangerous in the case of deployments. You can do this: $ knife ssh "chef_environment:stag AND role:api" "foo" I did that after doing an emergency rollback. I'd like this documentation change to be done to avoid that happening to others. Happy to change wording of course.
* update man pages for 11-12jamescott2014-04-0483-1792/+3368
|
* add updated html files for knife and chef- man pagesjamescott2014-02-0467-4829/+1977
|
* remove old crufty man pagesjamescott2014-02-0424-4943/+0
|
* add HTML file for manpage output testingjamescott2014-02-0487-0/+15534
|
* add knife compare to man pagejamescott2014-02-041-0/+107
|
* update with note re: versionjamescott2014-02-032-0/+6
|
* update man pages w/11-10 versionjamescott2014-01-3130-30/+30
|
* update man pagesjamescott2014-01-3123-202/+81
|
* update man pages to include common options within single list of optionsjamescott2014-01-0627-1129/+849
|
* CHEF-4715 and CHEF-4714jamescott2013-11-202-6/+12
|
* Merge branch '11-stable'sersut2013-10-3129-87/+93
|\ | | | | | | | | Conflicts: lib/chef/config.rb
| * Bump the version number to 11.8.0 for release.11.8.0sersut2013-10-3124-72/+72
| |
| * Bump the version number for 11.8.0.rc.4.11.8.0.rc.4sersut2013-10-2824-72/+72
| |
| * update man pages per CHEF-4592jamescott2013-10-284-9/+15
| |
| * update options per CHEF-4685jamescott2013-10-281-6/+6
| |
| * Bump chef version to 11.8.0.rc.111.8.0.rc.1sersut2013-10-2124-72/+72
| |
* | add -f option to chef-client man pagejamescott2013-10-231-1/+1
|/
* Merge branch '11-stable'sersut2013-10-1829-655/+72
|\ | | | | | | | | | | | | | | | | | | | | This merge doesn't bring in the version number change which should be different on master. Conflicts: distro/common/man/man8/chef-expander.8 distro/common/man/man8/chef-expanderctl.8 distro/common/man/man8/chef-server-webui.8 distro/common/man/man8/chef-server.8 distro/common/man/man8/chef-solr.8
| * Remove the not applicable man pages from chef server.sersut2013-10-185-583/+0
| |
| * Revert the man docs back to restore changes from James.sersut2013-10-1824-1647/+4719
| |
| * Bump the version number to 11.8.0.rc.011.8.0.rc.0sersut2013-10-1748-4826/+1754
| |
* | Remove ohai man page since it needs to live in ohai repo.sersut2013-10-181-85/+0
| |
* | Update the man pages for chef & knife.jamescott2013-10-1833-2402/+5512
| |
* | Bump the version number to 11.10.0.alpha.0.11.10.0.alpha.0sersut2013-10-1748-4826/+1754
|/
* Format manpages readme so you can read it in a terminaldanielsdeleo2013-10-171-10/+29
|
* update notes forjamescott2013-10-161-1/+1
|
* add note re: open source onlyjamescott2013-10-161-0/+3
|
* update descriptions for searchjamescott2013-10-161-1/+50
|
* add updated man pages for knifejamescott2013-10-1628-1672/+6867
| | | | these are built fully against the chef-docs repo
* test -- adding knife-diff.1 man pagejamescott2013-10-151-0/+214
|