influxdb3-plugin-cli 0.5.0

InfluxDB 3 author-side CLI for templating, validating, and packaging InfluxDB 3 plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: influxdb3-plugin-cli/tests/validate_smoke.rs
assertion_line: 111
expression: payload
---
{
  "error": {
    "code": "validate::failed",
    "diagnostics": [
      {
        "code": "validate::no_entry_point",
        "message": "no Python entry point found in the plugin directory (no .py files at the top level)"
      }
    ],
    "message": "1 validation diagnostic(s)"
  },
  "status": "error"
}