influxdb/cmd/influx/cli
Geoffrey Wossum 955f78a2cd
chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24036)
The CLI code used a single function from the `golang.org/x/crypto/ssh/terminal`
package (`terminal.IsTerminal`) which is just a wrapper around the
`golang.org/x/term` package's `term.IsTerminal` function. Replacing this
call prevents unnecessary and non-FIPS crypto functions from being pulled
into the binary.

closes: #24035
2023-01-12 17:19:34 -06:00
..
cli.go chore: eliminate use of `golang.org/x/crypto/ssh/terminal` package (#24036) 2023-01-12 17:19:34 -06:00
cli_internal_test.go cli was caching db/rp for insert into statements 2016-12-07 09:22:48 -06:00
cli_test.go feat(influxdb): Add test around CLI proxy path 2020-01-22 14:13:25 -08:00
parser.go add the ability for retention policy context in cli with use command 2016-12-20 09:15:38 -06:00
parser_internal_test.go add the ability for retention policy context in cli with use command 2016-12-20 09:15:38 -06:00