You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
Future versions of the
influxd
binary will provide tooling via subcommands. To simplify adding these subcommands, migrate to thecobra
CLI package.TODOs:
cobra
CLI packagerun
subcommand the launches the influxd serverinfluxd
, the default will be to execute therun
subcommand.Some examples of future commands include
influxd inspect
- analyze various data files created by InfluxDBinfluxd gen
- generate data for testingThe text was updated successfully, but these errors were encountered: