influxdata / influx-cli

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

feat: updated openapi to support tasks containing scripts #430

Closed adepke closed 1 year ago

adepke commented 1 year ago

This PR updates the openapi submodule to include the new invokable scripts from tasks functionality for the cloud. The CLI commands have not been updated to allow access to the new features yet.

Note since the tasks api is available to both OSS and cloud, but they have different features available, the cloud yaml takes priority for generation.