logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Chef Server - Manage Nodes with Knife | Online Free DevTools by Hexmos

Control your Chef server with Knife. Manage nodes, roles, and data bags easily using command-line interactions. Free online tool, no registration required.

knife

Interact with a Chef server from a local Chef repo. More information: https://docs.chef.io/knife.html.

  • Bootstrap a new node:

knife bootstrap {{fqdn_or_ip}}

  • List all registered nodes:

knife node list

  • Show a node:

knife node show {{node_name}}

  • Edit a node:

knife node edit {{node_name}}

  • Edit a role:

knife role edit {{role_name}}

  • View a data bag:

knife data bag show {{data_bag_name}} {{data_bag_item}}

  • Upload a local cookbook to the Chef server:

knife cookbook upload {{cookbook_name}}

See Also