macOS
brew install influxdb-clilocal Homebrew formula metadata
brew
CLI for managing resources in InfluxDB v2. Version 2.8.0 via Homebrew; verified 2026-06-22.
install
brew install influxdb-clilocal Homebrew formula metadata
winget install --id InfluxData.InfluxDB.CLI -eWindows Package Manager source index · InfluxData.InfluxDB.CLI · source: cdn.winget.microsoft.com
overview
CLI for managing resources in InfluxDB v2
history
InfluxDB CLI is the separately packaged influx command for managing InfluxDB v2 resources. It handles setup, config profiles, organizations, buckets, authorizations, tasks, templates, backups, restores, writes, queries, and related administrative workflows.
InfluxDB v2 originally shipped the influx CLI alongside the server. InfluxData release notes announced that beginning with InfluxDB 2.1 the CLI would no longer be packaged with the server release, and future CLI versions would come from the influxdata/influx-cli repository.
The influx-cli README explains the split plainly: decoupling made it easier to track InfluxDB Cloud API changes, ship CLI-only fixes faster, and build releases for more platforms than the server could support. That turned influx from a server-adjacent binary into a separately versioned package.
The CLI remained central to InfluxDB v2 operations after the split because the docs use it for setup, writing data, querying data, profile management, and automation. The input metadata shows a dedicated Homebrew formula and winget package, separate from the InfluxDB server package.
Users run influx setup to initialize a v2 instance, manage config profiles stored under ~/.influxdbv2/configs, create buckets and organizations, manage auth tokens, write line protocol, run Flux queries, and automate backup or restore operations. The separate package is especially useful on admin workstations that need to control remote InfluxDB servers without installing the server.
influxdb-cli is a neat packaging case study: a CLI split out of a database server because cloud APIs, platform support, and release cadence needed a smaller artifact. Package managers expose that boundary directly by shipping influxdb-cli apart from influxdb.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.influxdbv2/configsCredential-bearing paths to review before unattended agent runs.
~/.influxdbv2/configsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
influx | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/influxdata/influx-cli
install metadata
| Package key | brew:influxdb-cli |
|---|---|
| Version | 2.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/influxdb-cli |
| Homepage | https://influxdata.com/time-series-platform/influxdb/ |
| Repository | https://github.com/influxdata/influx-cli |
| Upstream docs | https://docs.influxdata.com/influxdb/cloud/reference/cli/influx |
| License | MIT |
| Source archive | https://github.com/influxdata/influx-cli.git |
| Last updated | 2026-06-22T14:03:47-07:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | influxdb-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
InfluxData.InfluxDB.CLI
winget install --id InfluxData.InfluxDB.CLI -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.