Error retrieving packages from source 'https://www.nuget.org/api/v2':
The combination of parameters provided to this OData endpoint is no longer supported.
Please refer to the following URL for more information about this deprecation: https://aka.ms/nuget/odata-deprecation
Then first run:
choco source list
Then remove the one matching nuget.org:
choco source rm--name=nuget.org
Another way to fix a failing upgrade is to uninstall and reinstall.
choco uninstall qlik-cli
choco install qlik-cli
To install qlik-cli with homebrew, you need to first tap
our qlik-oss/taps if you haven’t already:
brew tap qlik-oss/taps
After the tap has been tapped, you can install the tool with:
brew install qlik-cli
Note: This will work for Mac or Linux (where you can use linuxbrew) and
Windows Subsystem Linux (WSL).
Install manually
If you prefer to manually install qlik-cli on Windows:
Download the latest qlik-Windows-x86_64.zip from GitHub.
Unzip the qlik-Windows-x86_64.zip file.
Move the qlik.exe binary to a location where you can execute it.
Add the path to the qlik.exe file to your Path environment variable.
If you prefer to manually install qlik-cli on macOS:
Download the latest qlik-Darwin-x86_64.tar.gz from GitHub.
Unzip the file: tar -xvf qlik-Darwin-x86_64.tar.gz.
Move the qlik binary to a location where you can execute it.
If you prefer to manually install qlik-cli on Linux:
Download the latest qlik-Linux-x86_64.tar.gz from GitHub.
Unzip the file: tar -xvf qlik-Linux-x86_64.tar.gz.
Move the qlik binary to a location where you can execute it.
Add the path to the qlik binary to your execution path.
Enable completion feature
To make it easier to write commands, consider
enabling completion which generates auto completion scripts for bash or zsh.
Third-party dependencies
The tool uses third-party dependencies listed
here
.