Export influxdb v2 data

I’m also facing an issue with exporting the data, before the last update to influxDB container(used on a RPI with docker), I had a button to export data as csv file.

Now I can’t find this button anymore!!.. Also, i tried the CLI with the following command :

influx export --buckets bucket_Name --org org_Name --measurement measurement_Name --start “-30d” --file /path/InfluxDB2_data.csv --token “The_Access_Token”

but i receive:

Error: flag provided but not defined: -measurement

really appreciate any help