Skip to content

Knife del_attribute is a plugin to knife to delete a normal attributes in your nodes

Notifications You must be signed in to change notification settings

amian84/knife-del-attribute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

knife-del-atrribute

A plugin for Chef::Knife which will delete normal attributes of your nodes.

Usage

Supply nested attributes and the 'recursive' token if you like a recursive delete.

% knife del_attribute node_name attribute.sub_attribute recursive

% knife del_attribute node_name attribute.sub_attribute 

Installation

Script install

Copy the knife-del-attribute script from del_attribute.rb to your ~/.chef/plugins/knife directory.

$ git clone [email protected]:amian84/knife-del-attribute.git
$ mkdir -p ~/.chef/plugins/knife/
$ cp knife-del-attribute/del_attribute.rb ~/.chef/plugins/knife/

About

Knife del_attribute is a plugin to knife to delete a normal attributes in your nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages