Open
Description
Windows Powershell parses out double quotes ("
) automatically, and in order for them to work correctly they need to be escaped (\"
). There are a handful of places in the docs where sample CLI commands are shown, and the double quotes would not work correctly on powershell. I'm not sure if escaping them in the examples, or just mentioning that powershell needs quotes escaped is the solution but as it is now, some examples will error if copy-pasted
Relevant URLs
- An example of a sample query that will not work in powershell: https://docs.influxdata.com/influxdb/v2.4/reference/cli/influx/query/#query-influxdb-with-a-flux-string
- A community thread related to this: https://community.influxdata.com/t/influx-2-1-cli-on-windows-powershell/23181/5