diff options
author | Jos Backus <jos@catnook.com> | 2015-12-15 14:49:46 -0800 |
---|---|---|
committer | Jos Backus <jos@catnook.com> | 2016-02-17 11:03:20 -0800 |
commit | 7dde5d9e6fc1b25f43198b9b3beb08b2684af0cb (patch) | |
tree | 538438d930cba31afde4954d28281402bda98443 /distro | |
parent | e48aee5eae2191cf5755697d3f4407827945b0e9 (diff) | |
download | chef-7dde5d9e6fc1b25f43198b9b3beb08b2684af0cb.tar.gz |
chef-client: add --[no]skip-cookbook-sync option
Use with caution. Useful for patching a set of cookbooks on a machine
when iterating during development.
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/markdown/man8/chef-client.mkd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distro/common/markdown/man8/chef-client.mkd b/distro/common/markdown/man8/chef-client.mkd index ffe444ecf2..7506e3b925 100644 --- a/distro/common/markdown/man8/chef-client.mkd +++ b/distro/common/markdown/man8/chef-client.mkd @@ -40,6 +40,8 @@ __chef-client__ _(options)_ Set the PID file location, defaults to /tmp/chef-client.pid * `--once`: Cancel any interval or splay options, run chef once and exit + * `--skip-cookbook-sync`: + Skip cookbook synchronization * `-v`, `--version`: Show chef version * `-h`, `--help`: |