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.
<PackageVersion Include="qlik-cli" Version="2.10.1" />
                    
Directory.Packages.props
<PackageReference Include="qlik-cli" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package qlik-cli@2.10.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=qlik-cli&version=2.10.1
                    
Install as a Cake Addin
#tool nuget:?package=qlik-cli&version=2.10.1
                    
Install as a Cake Tool

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 1,017 5/13/2022
2.10.1 817 4/22/2022
2.9.0 796 2/16/2022
2.8.0 740 1/20/2022
2.7.0 583 12/21/2021
2.5.1 657 9/17/2021
2.5.0 640 9/15/2021
2.4.2 650 8/24/2021
2.3.1 635 7/13/2021
2.2.2 721 6/23/2021
2.2.1 663 6/21/2021
2.2.0 675 4/28/2021
2.1.0 768 3/23/2021
2.0.0 793 3/12/2021
1.7.1 1,022 12/4/2020
1.6.0 839 11/24/2020
1.5.1 927 10/20/2020
1.5.0 811 10/16/2020
1.4.0 856 9/11/2020
1.3.1 807 8/31/2020
1.3.0 850 8/31/2020
1.2.0 902 7/24/2020
1.1.0 814 7/1/2020
1.0.0 882 6/8/2020
0.6.0 873 6/5/2020
0.5.1 859 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.