preferences - Application mashup command

This command manages preferences for WireCloud.

Common Options

Options Description
--host VALUE, -h VALUE broker or server host VALUE (required)
--help show help (default: true)

Get preferences

This command gets preferences.

ngsi preferences [options] get

Options

Options Description
--host VALUE, -h VALUE broker or server host VALUE (required)
--pretty, -P pretty format (default: false)
--help show help (default: true)

Example

ngsi preferences --host wirecloud get --pretty
{
  "language": {
    "inherit": false,
    "value": "default"
  }
}