All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.read-attribute.txt Maven / Gradle / Ivy

There is a newer version: 8.2.1.Final
Show newest version
SYNOPSIS

    read-attribute --help |
                   [--node=node_path] 
                   [--include-defaults=true|false] [--verbose]
                   [--headers={operation_header (;operation_header)*}]

DESCRIPTION

    Prints the value and, depending on the arguments, the description
    of the attribute of a managed resource.

ARGUMENTS

 --help              - prints this message.
 
 --node              - (optional) the node path of the managed resource
                       to which the target attribute belongs.
                       If not present, the current node path (indicated in the
                       prompt) is assumed.
                
     - (required) the name of the target attribute.
 
 --include-defaults  - (optional) boolean to enable/disable default reading.
                       In case it is set to false only the values set by user
                       are returned. Attributes that were not explicitly
                       initialized, will appear as not having any value.
 
 --verbose (-v)      - will print all the available meta information about the
                       attribute in addition to the attribute value.

 --headers           - a list of operation headers separated by a semicolon.
                       For the list of supported headers, please, refer to the
                       domain management documentation or use tab-completion.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy