summaryrefslogtreecommitdiff
path: root/distro/common/markdown
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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.
* Update man pages with links to the docs siteTim Smith2015-05-0124-41/+37
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-085-5/+5
|
* 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.
* Fix --email knife option typo in docsJeremiah Snapp2013-10-041-2/+2
|
* Fix --copyright knife option typo in docsJeremiah Snapp2013-10-041-2/+2
|
* Normalize whitespace on all filesSeth Vargo2013-09-264-14/+14
|
* [CHEF-3715] rm moneta's config optionsdanielsdeleo2012-12-211-8/+3
| | | | | | Cache for syntax check is configured by syntax_check_cache_path. For compatibility, the old moneta-specific cache_options[:path] will be used when syntax_check_cache_path is not set (defaults to nil)
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-3025-0/+2651
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!