Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 528 Bytes

File metadata and controls

29 lines (18 loc) · 528 Bytes

The influxdb3 create token command creates a new authentication token.

Usage

influxdb3 create token <SUBCOMMAND>

Options

Option Description
--admin Create an admin token
-h --help Print help information

Examples

Create an admin token

influxdb3 create token --admin

This creates an admin token with full access to the system.