summaryrefslogtreecommitdiff
path: root/distro/common/markdown/man1/knife-tag.mkd
blob: 6a1a2c4b56d483017ab91cb210ff5f083417e252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
knife-tag(1) -- Apply tags to nodes on a Chef Server
========================================

## SYNOPSIS

__knife__ __tag__ _subcommand_ _(options)_

## TAG SUBCOMMANDS
The following `tag` subcommands are available:

## CREATE
__knife tag create__ _node_ _tag_ [_..._]

Adds one or more tags to _node_

## DELETE
__knife tag delete__ _node_ _tag_ [_..._]

Removes one or more tags from _node_

## LIST
__knife tag list__ _node_

Lists the tags applied to _node_


## SEE ALSO
   __knife-node(1)__

## AUTHOR
   Chef was written by Adam Jacob <adam@opscode.com> with many contributions from the community.

## DOCUMENTATION
   This manual page was written by Daniel DeLeo <dan@opscode.com>.
   Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

## CHEF
   Knife is distributed with Chef. <http://wiki.opscode.com/display/chef/Home>