distro/common/markdown/man1/knife.mkd in chef-10.34.6 vs distro/common/markdown/man1/knife.mkd in chef-11.0.0.beta.0

- old
+ new

@@ -96,18 +96,13 @@ Private key file to authenticate to the Chef server. Corresponds to the `-k` or `--key` option. * `chef_server_url`: URL of the Chef server. Corresponds to the `-s` or `--server-url` option. This is requested from the user when running this sub-command. - * `cache_type`: - The type of cache to use. Default is BasicFile. This can be any type of - Cache that moneta supports: BasicFile, Berkeley, Couch, DataMapper, - File, LMC, Memcache, Memory, MongoDB, Redis, Rufus, S3, SDBM, Tyrant, - Xattr, YAML. - * `cache_options`: - Specifies various options to use for caching. These options are - dependent on the `cache_type`. + * `syntax_check_cache_path`: + Specifies the path to a directory where knife caches information + about files that it has syntax checked. * `validation_client_name`: Specifies the name of the client used to validate new clients. * `validation_key`: Specifies the private key file to use when bootstrapping new hosts. See knife-client(1) for more information about the validation @@ -181,10 +176,10 @@ The text editor to use for editing data. The --editor option takes precedence over this value, and the --disable-editing option supresses data editing entirely. ## SEE ALSO - __chef-client(8)__ __chef-server(8)__ __shef(1)__ + __chef-client(8)__ __chef-server(8)__ __chef-shell(1)__ __knife-bootstrap(1)__ __knife-client(1)__ __knife-configure(1)__ __knife-cookbook-site(1)__ __knife-cookbook(1)__ __knife-data-bag(1)__ __knife-environment(1)__ __knife-exec(1)__ __knife-index(1)__ __knife-node(1)__ __knife-recipe(1)__ __knife-role(1)__