fix: recommend powershell as cmd doesn't have full compatibility (#4693)
* fix: recommend powershell as cmd doesn't have full compatibility * Update content/influxdb/v2.6/tools/influx-cli.md * chore: Update content/influxdb/v2.6/tools/influx-cli.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/4705/head
parent
958603286a
commit
704e7538dd
|
@ -166,6 +166,11 @@ brew list | grep influxdb-cli
|
|||
<!-------------------------------- BEGIN Windows -------------------------------->
|
||||
{{% tab-content %}}
|
||||
|
||||
{{% note %}}
|
||||
We recommend running `influx` CLI commands in Powershell.
|
||||
Command Prompt is not fully compatible.
|
||||
{{% /note %}}
|
||||
|
||||
1. **Download the `influx` CLI package.**
|
||||
|
||||
<a class="btn download" href="https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-windows-amd64.zip" download>influx CLI v{{< latest-patch cli=true >}} (Windows)</a>
|
||||
|
|
Loading…
Reference in New Issue