24 lines
819 B
Markdown
24 lines
819 B
Markdown
|
|
The `influxdb3 enable` command enables resources such as a trigger.
|
|
|
|
## Usage
|
|
|
|
<!--pytest.mark.skip-->
|
|
|
|
```bash
|
|
influxdb3 enable <SUBCOMMAND>
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Subcommand | Description |
|
|
| :----------------------------------------------------------------------- | :--------------------------------------------- |
|
|
| [trigger](/influxdb3/version/reference/cli/influxdb3/enable/trigger/) | Enable a trigger to enable plugin execution |
|
|
| help | Print command help or the help of a subcommand |
|
|
|
|
## Options
|
|
|
|
| Option | | Description |
|
|
| :----- | :------- | :--------------------- |
|
|
| `-h` | `--help` | Print help information |
|