influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 23 forks source link

feat: added script support when creating tasks for the cloud #432

Closed adepke closed 1 year ago

adepke commented 1 year ago

This PR adds invokable script functionality to the task create command, which is only available for the cloud. Tested on OSS and cloud, OSS will ignore the flags marked as cloud-only.

closes https://github.com/influxdata/influx-cli/issues/407