dt node get-tag
Overview
Get named tag of a given node
Synopsis
dt node get-tag [OPTIONS] <key>
Options
-
-N,--node=<node>
The node to get tags from -
-p,--pretty
Pretty print results
Arguments
key(required)
Type:String
Name of key
Examples
Get a tag from the local node
dt node get-tag key
Get a tag from a given node
dt node get-tag -N {NODE_NAME} key
SEE ALSO
← Back to dt node