Daniel Moran
|
49b83b58ee
|
refactor: remove panics from CLI kit code and influxd CLI setup (#20863)
|
2021-03-04 17:18:21 -05:00 |
Daniel Moran
|
1ad8f8d23d
|
fix(kit/cli): fix loading config from directories with '.' in the name (#20702)
|
2021-02-05 10:56:12 -05:00 |
Daniel Moran
|
4239d037d6
|
fix(kit/cli): fix loading of .yml config files (#20522)
|
2021-01-15 17:04:20 -08:00 |
Daniel Moran
|
78af2e7317
|
fix(kit/cli): don't ignore failures to mark CLI options as required (#20490)
|
2021-01-13 07:25:16 -08:00 |
Daniel Moran
|
4235c12d64
|
refactor(cmd/influxd): parse log-level CLI opts directly to correct type (#20196)
|
2020-11-30 13:59:06 -05:00 |
Dan Moran
|
a952dff92d
|
feat(kit/cli): add support for int32 and int64 CLI flags
|
2020-11-24 13:36:27 -05:00 |
Stuart Carnie
|
42aabb28fc
|
chore: Do not use global viper APIs, which breaks testing
|
2020-11-13 08:47:52 +11:00 |
Johnny Steenbergen
|
81490d6604
|
feat(influx): fixup config file env var naming and add support for config directory
|
2020-06-18 17:09:46 -07:00 |
Johnny Steenbergen
|
ce6827c214
|
chore(cli): extend tests for CLI to capture how flags with `-` are in configs
the config for a daemon should use keys that match the flags of the
daemon it is provided too.
|
2020-06-17 14:52:03 -07:00 |
Johnny Steenbergen
|
285502a8ae
|
feat(cli): extend Program with config file
closes: #18565
|
2020-06-17 10:52:31 -07:00 |
Stuart Carnie
|
ffe6344275
|
feat(cli): Extend example demonstrating pflag.Value
|
2020-03-05 08:30:04 -07:00 |
Jacob Marble
|
fb4cd36e9b
|
kit/cli: Add support for []string
|
2018-10-03 11:24:46 -07:00 |
Jacob Marble
|
0f1abf11bf
|
kit/cli: Add boolean and duration flag types
|
2018-09-06 09:57:43 -07:00 |
Chris Goller
|
70f5eae423
|
feat(kit/cli): add viper simplification
|
2018-07-17 22:52:37 -05:00 |