qlik-cli 2.10.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package qlik-cli --version 2.10.1
NuGet\Install-Package qlik-cli -Version 2.10.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="qlik-cli" Version="2.10.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add qlik-cli --version 2.10.1
#r "nuget: qlik-cli, 2.10.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install qlik-cli as a Cake Addin
#addin nuget:?package=qlik-cli&version=2.10.1

// Install qlik-cli as a Cake Tool
#tool nuget:?package=qlik-cli&version=2.10.1

qlik is a Command Line Interface for Qlik Cloud.

It gives you access to most public APIs which enables you to administrate your tenant and apps,
develop and manage apps, migrate data and much more.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.11.1 613 5/13/2022
2.10.1 514 4/22/2022
2.9.0 490 2/16/2022
2.8.0 427 1/20/2022
2.7.0 269 12/21/2021
2.5.1 357 9/17/2021
2.5.0 319 9/15/2021
2.4.2 334 8/24/2021
2.3.1 321 7/13/2021
2.2.2 403 6/23/2021
2.2.1 344 6/21/2021
2.2.0 365 4/28/2021
2.1.0 443 3/23/2021
2.0.0 460 3/12/2021
1.7.1 687 12/4/2020
1.6.0 504 11/24/2020
1.5.1 588 10/20/2020
1.5.0 472 10/16/2020
1.4.0 515 9/11/2020
1.3.1 462 8/31/2020
1.3.0 511 8/31/2020
1.2.0 557 7/24/2020
1.1.0 475 7/1/2020
1.0.0 541 6/8/2020
0.6.0 527 6/5/2020
0.5.1 521 6/2/2020

## Release notes

- Improvement: More network logs! Now the `--verbose` flag will properly display network information related to the establishing of websockets. Previously, this only applied to pure HTTP-requests.
- Fix: Websocket specific flags will now be properly displayed for websocket-based commands. Note: as part of this work some flags that were previously present, but hidden, on the root command are now only present where they are useful. Scripts using a blanket-set of undocumented flags may need updating.
- Fix: Updated descriptions for edit commands. The descriptions will state clearly which editor will be opened upon command execution and how the editor is chosen.
- Improvement: Support for query-parameters of type array.
- Fix: More robust handling of server-types.
- Fix: Minor improvements to multipart request handling.
- Fix: Added `--quiet` flag to `bookmark ls` command.