Installation
The easiest way to install the CLI is to first install Cargo, and then you can install influxdb3-plugin from crates.io:
cargo install influxdb3-plugin-cli --locked
Alternatively, you can install from the repo’s GitHub Releases:
cargo install --git https://github.com/influxdata/influxdb3-plugin-sdk --tag latest influxdb3-plugin-cli
After installing, validate by running:
influxdb3-plugin --version
Back: Getting Started | Next: First Steps with the InfluxDB 3 Plugin SDK