Documentation

influx completion

The influx completion command outputs influx shell completion scripts for a specified shell (bash or zsh).

Usage

influx completion [bash|zsh] [flags]

Flags

FlagDescription
-h--helpHelp for the completion command

Install completion scripts

Add the appropriate installation command below to your .bashrc or .zshrc.

Completion snippets in .bashrc or .zshrc

# macOS
$ source $(brew --prefix)/etc/bash_completion.d
$ source <(influx completion bash)

# Ubuntu
$ source /etc/bash_completion.d
$ source <(influx completion bash)
# macOS
$ source <(influx completion zsh)

# Ubuntu
$ source <(influx completion zsh)

Was this page helpful?

Thank you for your feedback!


Select your region

Linux Package Signing Key Rotation

All signed InfluxData Linux packages have been resigned with an updated key. If using Linux, you may need to update your package configuration to continue to download and verify InfluxData software packages.

For more information, see the Linux Package Signing Key Rotation blog post.

State of the InfluxDB Cloud (IOx) documentation

The new documentation for InfluxDB Cloud backed by InfluxDB IOx is a work in progress. We are adding new information and content almost daily. Thank you for your patience!

If there is specific information you’re looking for, please submit a documentation issue.

InfluxDB Cloud powered by TSM