Open
Description
Steps to reproduce:
- Create Dashboard, Variables, Telegraf config etc.
- Using Influx cmd tool try to export only selected items based on assigned label/tag as documented: https://docs.influxdata.com/influxdb/v2.0/reference/cli/influx/export/all/#export-all-resources-associated-with-label-foo
It fails with:Error: Kind=Package field=resources reason="at least 1 kind must be provided".
- Using Influx cmd tool try to export only selected items based on assigned label/tag and with specific Kind as documented: https://docs.influxdata.com/influxdb/v2.0/reference/cli/influx/export/all/#export-all-bucket-resources-and-with-label-foo
It fails with:Error: Kind=Package field=resources reason="at least 1 kind must be provided".
Expected behavior:
a message informing about Insufficient rights
Actual behavior:
Error: Kind=Package field=resources reason="at least 1 kind must be provided".
Environment info:
Influx CLI 2.0.8 (git: e91d418) build_date: 2021-08-13T18:22:30Z