3.1 KiB
3.1 KiB
The influxdb3 create command creates a resource such as a database or
authentication token.
Usage
influxdb3 create <SUBCOMMAND>
Subcommands
{{% show-in "enterprise" %}}
| Subcommand | Description |
|---|---|
| database | Create a new database |
| file_index | Create a new file index for a database or table |
| last_cache | Create a new last value cache |
| distinct_cache | Create a new distinct value cache |
| table | Create a new table in a database |
| token | Create a new authentication token |
| trigger | Create a new trigger for the processing engine |
| help | Print command help or the help of a subcommand |
| {{% /show-in %}} |
{{% show-in "core" %}}
| Subcommand | Description |
|---|---|
| database | Create a new database |
| last_cache | Create a new last value cache |
| distinct_cache | Create a new distinct value cache |
| table | Create a new table in a database |
| token | Create a new authentication token |
| trigger | Create a new trigger for the processing engine |
| help | Print command help or the help of a subcommand |
| {{% /show-in %}} |
Options
| Option | Description | |
|---|---|---|
-h |
--help |
Print help information |
--help-all |
Print detailed help information |