state-get
¶
See also: state-delete, state-set
Summary¶
Print server-side-state value.
Usage¶
state-get [options] [<key>]
Options¶
Flag |
Default |
Usage |
---|---|---|
|
smart |
Specify output format (json|smart|yaml) |
|
Specify an output file |
|
|
false |
Return an error if the requested key does not exist |
Details¶
state-get prints the value of the server side state specified by key. If no key is given, or if the key is “-”, all keys and values will be printed.