
knife
List of commands for knife:
-
knife:tldr:2b83a knife: List all registered nodes.$ knife node listtry on your machineexplain this command
-
knife:tldr:3fb3a knife: Edit a role.$ knife role edit ${role_name}try on your machineexplain this command
-
knife:tldr:3fd70 knife: Show a node.$ knife node show ${node_name}try on your machineexplain this command
-
knife:tldr:4d36f knife: Edit a node.$ knife node edit ${node_name}try on your machineexplain this command
-
knife:tldr:9fbcc knife: Bootstrap a new node.$ knife bootstrap ${fqdn_or_ip}try on your machineexplain this command
-
knife:tldr:c0cd1 knife: View a data bag.$ knife data bag show ${data_bag_name} ${data_bag_item}try on your machineexplain this command
-
knife:tldr:d1755 knife: Upload a local cookbook to the Chef server.$ knife cookbook upload ${cookbook_name}try on your machineexplain this command