influxdata / influx-cli

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

feat: added script support when updating tasks for the cloud #433

Closed adepke closed 1 year ago

adepke commented 1 year ago

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

Also properly print the script ID when tasks are listed in table format.

closes https://github.com/influxdata/influx-cli/issues/408, closes https://github.com/influxdata/influx-cli/issues/409, closes https://github.com/influxdata/influx-cli/issues/410