1. knife-configure(1)
  2. Chef Manual
  3. knife-configure(1)

NAME

knife-configure - Generate configuration files for knife or Chef Client

SYNOPSIS

knife configure [client] (options)

DESCRIPTION

Generates a knife.rb configuration file interactively. When given the --initial option, also creates a new administrative user.

CONFIGURE SUBCOMMANDS

knife configure (options)

-i, --initial
Create an initial API Client
-r, --repository REPO
The path to your chef-repo

Create a configuration file for knife. This will prompt for values to enter into the file. Default values are listed in square brackets if no other entry is typed. See knife(1) for a description of configuration options.

knife configure client directory

Read the knife.rb config file and generate a config file suitable for use in /etc/chef/client.rb and copy the validation certificate into the specified directory.

EXAMPLES

SEE ALSO

knife(1) knife-client(1)

AUTHOR

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

DOCUMENTATION

This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

CHEF

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

  1. Chef 11.8.0.alpha.0
  2. July 2013
  3. knife-configure(1)