qlik-cli 2.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package qlik-cli --version 2.8.0
NuGet\Install-Package qlik-cli -Version 2.8.0
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.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add qlik-cli --version 2.8.0
#r "nuget: qlik-cli, 2.8.0"
#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.8.0

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

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

- New: `qlik spec get <api-spec>` has been improved to show more information about added specifications. It will now show a complete, detailed list of commands added from the specification. This can give insight into how the API specifications are interpreted.
- New: For commands that send arrays of JSON-objects the description on how to do so will be more descriptive and verbose - explaining what fields the objects contain. The flag descriptions also
wrap to about 80 characters in width (in most cases). Check out `qlik license assignment add` for an example.
- Fix: Resolved an issue that caused the `qlik app ls` command to not be displayed correctly in help and auto-completion.
- Fix: The `qlik update` command on Windows has been fixed. There was an issue with updating the running binary that is now handled.
- Fix: Some arguments contain leading hyphens which cause the arguments to be interpreted as flags. In most of these cases, a text explaining how this can be prevented with the use of double-dashes will appear. (For example: `qlik app get -- -my-app`)