influxdb/kit/cli
Stuart Carnie e8045ae187
feat(influxd): Migrate influxd binary to cobra Command package
This commit consists of several improvements or changes:

* migrate the influxd binary to cobra.Command
* introduce a default run sub-command to start the server
* register the run sub-command flags with viper
  to maintain compatibility with the existing behavior of automatic
  binding of flags to environment variables.

Closes #12602
2019-03-14 09:23:53 -07:00
..
doc.go feat(kit/cli): add viper simplification 2018-07-17 22:52:37 -05:00
viper.go feat(influxd): Migrate influxd binary to cobra Command package 2019-03-14 09:23:53 -07:00
viper_test.go kit/cli: Add support for []string 2018-10-03 11:24:46 -07:00