Sha256: b46873589f4eced331dcaa50b82cfa8944a9fbc8e63f2f358bd298b1d27a4274
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 KB
Contents
knife-tagbulk ============= A plugin for Chef::Knife that allows bulk tag operations (either creation or deletion) using standard Chef search queries Manual installation ------------------- Copy all .rb scripts from lib/chef/knife to your ~/.chef/plugins/knife directory. Installation via RubyGems ------------------------- knife-tagbulk is available on rubygems.org - if you have that source in your gemrc, you can simply use: gem install knife-tagbulk What it does ------------ The plugin offers 2 actions: * knife tag bulk create QUERY TAG1 TAG2 ... Use `create` and specify a standard Chef query like `roles:webserver AND chef_environment:prod` and a set of space-separated tags (like `maintenance offline`) in order to tag all nodes retrieved from the search with the specified tags. * knife tag bulk delete QUERY TAG1 TAG2 ... Use `delete` and specify a standard Chef query like `roles:webserver AND chef_environment:prod` and a set of space-separated tags (like `maintenance offline`) in order to remove those tags from all nodes retrieved from the search. Things to notice ---------------- * I am a console color freak so the plugin uses nice colors. Use --no-color to disable them! * If you are looking for more information on the actions of the plugin, just turn on verbose output (via `-V` or `--verbose`). License and Author ------------------ * Author:: Panagiotis Papadomitsos (<pj@ezgr.net>) * Copyright:: 2013, Panagiotis Papadomitsos 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knife-tagbulk-0.1.1 | README.md |