influx scripts
- influx CLI 2.4.0+
- InfluxDB Cloud only
The influx scripts
command and its subcommands manage invokable scripts in InfluxDB.
Usage
influx scripts [command]
Subcommands
Subcommand | Description |
---|---|
create | Create script |
delete | Delete script |
invoke | Invoke script |
list | List scripts |
retrieve | Retrieve script |
update | Update script |
Flags
Flag | Description | |
---|---|---|
-h | —help | Help for the scripts command |
Related
- influx CLI—Provide required authentication credentials
- influx CLI—Flag patterns and conventions
- Invoke custom scripts as API endpoints