influxdb/cmd/influx
Johnny Steenbergen 7cf6167356 feat(influx): extend pkg command with providing env ref entries
this also extend dry run to provide env refs to it. the refactoring was
to enable that bit. Having the ability to dry run with the env ref entries
means we can dry run the pkg with the env ref values to see the impact before
the application takes place.
2020-02-06 08:48:05 -08:00
..
internal feat(influx): add ability to drop headers from bucket find cli cmd 2019-11-21 10:55:12 -08:00
authorization.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
backup.go feat(storage): implement backup and restore (#16504) 2020-01-21 14:22:45 -08:00
bucket.go chore(influx): refactor org cmd with buidler pattern 2020-01-13 07:49:16 -08:00
bucket_test.go chore(influx): fixup flag setting in influx tests to use args 2020-02-01 09:08:09 -08:00
debug.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
delete.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
main.go feat(storage): implement backup and restore (#16504) 2020-01-21 14:22:45 -08:00
organization.go chore(influx): refactor org cmd with buidler pattern 2020-01-13 07:49:16 -08:00
organization_test.go chore(influx): fixup flag setting in influx tests to use args 2020-02-01 09:08:09 -08:00
ping.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
pkg.go feat(influx): extend pkg command with providing env ref entries 2020-02-06 08:48:05 -08:00
pkg_test.go feat(influx): extend pkg command with providing env ref entries 2020-02-06 08:48:05 -08:00
query.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
repl.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
setup.go chore(cmd/influx): refactor user.go 2020-01-15 13:45:26 -05:00
task.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
transpile.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00
user.go chore(cmd/influx): refactor user.go 2020-01-15 13:45:26 -05:00
user_test.go chore(influx): fixup flag setting in influx tests to use args 2020-02-01 09:08:09 -08:00
write.go fix(influx): add env vars to cli usage and normalize usage and flag/env var priority 2020-01-10 15:20:15 -08:00