Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove non-working documention statements/arguments. | Ronald Gundlach-Chmara | 2016-12-23 | 2 | -24/+8 |
| | | | | | | Obvious fix. Signed-off-by: Ronald Gundlach-Chmara <ronabop@gmail.com> | ||||
* | Merge pull request #5549 from coolmacool/vr/powershell-module-output | Bryan McLellan | 2016-12-09 | 1 | -24/+139 |
|\ | | | | | PowerShell module output pass through | ||||
| * | fix memory leak | Vince Rimkus | 2016-11-17 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Vince Rimkus <vjrimkus@outlook.com> | ||||
| * | PowerShell module output pass through | Vince Rimkus | 2016-11-15 | 1 | -24/+140 |
| | | | | | | | | | | | | This commit fixes #4045 where the output from any of the chef executables wrapped by the module functions would not allow redirection or variable capture. Signed-off-by: Vince Rimkus <vjrimkus@outlook.com> | ||||
* | | Modify `knife configure` example `chef_server_url` | Jerry Aldrich III | 2016-12-01 | 1 | -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 updates | Tim Smith | 2016-10-20 | 3 | -4/+4 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | chef-client: add --[no]skip-cookbook-sync option | Jos Backus | 2016-02-17 | 1 | -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 Kantrowitz | 2016-02-02 | 4 | -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 -> supermarket | Tim Smith | 2015-09-27 | 2 | -29/+29 |
| | |||||
* | Release handles, set exit-code and handle errors. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -9/+47 |
| | |||||
* | Move the type imports into the Chef namespace. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -11/+40 |
| | |||||
* | Switch to using Win32 API to spawn a process. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -15/+159 |
| | |||||
* | Rewrote this after I fully understood the madness involved. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -21/+77 |
| | |||||
* | Change paths to correctly call embedded ruby. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -3/+16 |
| | |||||
* | Moved module file into its own directory. This helps module auto-detection. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -0/+0 |
| | |||||
* | Refactor the argument quoting logic and export one function for each binary. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -24/+37 |
| | |||||
* | Add a chef powershell module that wraps ruby invocations. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -0/+34 |
| | |||||
* | Update man pages with links to the docs site | Tim Smith | 2015-05-01 | 24 | -41/+37 |
| | |||||
* | add man page for chef-apply | jamescott | 2014-12-08 | 1 | -0/+86 |
| | |||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-08 | 6 | -6/+6 |
| | |||||
* | update html pages for chef-client 12 | jamescott | 2014-11-03 | 22 | -123/+348 |
| | |||||
* | update man pages for chef-client 12 | jamescott | 2014-11-03 | 34 | -116/+342 |
| | |||||
* | Remove old, outdated distro initscripts. | Julian C. Dunn | 2014-10-24 | 42 | -2048/+0 |
| | |||||
* | update HTML man pages | jamescott | 2014-09-25 | 41 | -335/+1220 |
| | |||||
* | update knife xargs man page examples | jamescott | 2014-09-25 | 1 | -3/+3 |
| | |||||
* | update CTLs for 11.16 | jamescott | 2014-09-25 | 34 | -258/+301 |
| | |||||
* | update knife man pages; add knife serve | jamescott | 2014-07-02 | 31 | -288/+510 |
| | |||||
* | update chef-solo man page | jamescott | 2014-07-02 | 1 | -14/+13 |
| | |||||
* | update chef-client man page | jamescott | 2014-07-02 | 1 | -10/+13 |
| | |||||
* | update chef-shell man page | jamescott | 2014-07-02 | 1 | -4/+4 |
| | |||||
* | update html man page help; add knife serve | jamescott | 2014-07-02 | 48 | -197/+322 |
| | |||||
* | Doc fix to highlight that -E is not respected by knife ssh [search] | Phil Sturgeon | 2014-05-22 | 1 | -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-12 | jamescott | 2014-04-04 | 83 | -1792/+3368 |
| | |||||
* | add updated html files for knife and chef- man pages | jamescott | 2014-02-04 | 67 | -4829/+1977 |
| | |||||
* | remove old crufty man pages | jamescott | 2014-02-04 | 24 | -4943/+0 |
| | |||||
* | add HTML file for manpage output testing | jamescott | 2014-02-04 | 87 | -0/+15534 |
| | |||||
* | add knife compare to man page | jamescott | 2014-02-04 | 1 | -0/+107 |
| | |||||
* | update with note re: version | jamescott | 2014-02-03 | 2 | -0/+6 |
| | |||||
* | update man pages w/11-10 version | jamescott | 2014-01-31 | 30 | -30/+30 |
| | |||||
* | update man pages | jamescott | 2014-01-31 | 23 | -202/+81 |
| | |||||
* | update man pages to include common options within single list of options | jamescott | 2014-01-06 | 27 | -1129/+849 |
| | |||||
* | CHEF-4715 and CHEF-4714 | jamescott | 2013-11-20 | 2 | -6/+12 |
| | |||||
* | Merge branch '11-stable' | sersut | 2013-10-31 | 29 | -87/+93 |
|\ | | | | | | | | | Conflicts: lib/chef/config.rb | ||||
| * | Bump the version number to 11.8.0 for release.11.8.0 | sersut | 2013-10-31 | 24 | -72/+72 |
| | | |||||
| * | Bump the version number for 11.8.0.rc.4.11.8.0.rc.4 | sersut | 2013-10-28 | 24 | -72/+72 |
| | | |||||
| * | update man pages per CHEF-4592 | jamescott | 2013-10-28 | 4 | -9/+15 |
| | | |||||
| * | update options per CHEF-4685 | jamescott | 2013-10-28 | 1 | -6/+6 |
| | | |||||
| * | Bump chef version to 11.8.0.rc.111.8.0.rc.1 | sersut | 2013-10-21 | 24 | -72/+72 |
| | | |||||
* | | add -f option to chef-client man page | jamescott | 2013-10-23 | 1 | -1/+1 |
|/ | |||||
* | Merge branch '11-stable' | sersut | 2013-10-18 | 29 | -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 |