qcli services config set

Set service configuration

Synopsis

Set service configuration

Updates service configuration: configuration data may be supplied to this command from pipe or specified as a flag -f

qcli services config set <NAME> [<property> <value>] [flags]

Examples

read standard input stream and set configuration for service named "metrics":
	qcli services config set metrics

read configuration from file "metric-config.json" and set configuration for "metrics" service:
	qcli services config set metrics --file metric-config.json

set configuration param "textReportPath" to "somereport.txt":
	qcli services config set metrics textReportPath somereport.txt
	

Options

  -h, --help   help for set

Options inherited from parent commands

  -f, --file string   use file for input or output
  -s, --host string   set host name (default "host-2")
  -v, --verbose       show verbose info

SEE ALSO

Auto generated by spf13/cobra on 27-Oct-2017