Project

knife

0.02
The project is in a healthy, maintained state
The knife CLI for Chef Infra.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 7.32.8

Runtime

~> 2.7
~> 2.2
>= 1.6.9, < 3
>= 1.0.5, < 3
>= 0.4, < 2.0
>= 2.1.1, < 3.0
>= 5.1, < 8
~> 1.2, >= 1.2.1
>= 0
~> 3.13, >= 3.13.4
~> 0.21
~> 0.11
>= 0
>= 1.2, < 2.0
>= 1.15, < 1.18.0
>= 0.2.17
 Project Readme

Knife

Knife is a command-line tool that provides an interface between a local Chef repository and the Chef Infra Server.

Installation

gem install knife

Quick Start

# Configure knife
knife configure

# List nodes
knife node list

# Upload a cookbook
knife cookbook upload COOKBOOK_NAME

# Bootstrap a node
knife bootstrap HOST -U USER -i IDENTITY_FILE --node-name NODE_NAME

Documentation

Contributing

See the Developer's Guide for development setup and guidelines.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Copyright

See COPYRIGHT.md.