Skip to content

Releases: QlikProfessionalServices/QlikNPrinting-CLI

v1.0.0.10

23 Oct 23:35
014d736
Compare
Choose a tag to compare

QlikNPrinting-CLI

NPrinting API

New in 1.0.0.10

Bug Fix: Added missing parameter
Bug Fix: Json Depth defaults to 5
Minor improvements

Installation

PowerShell Gallery

Get-PackageProvider -Name NuGet -ForceBootstrap

# Install for all users, requires admin rights
Install-Module QlikNPrinting-CLI

# Install for current user
Install-Module QlikNPrinting-CLI -Scope CurrentUser
# Once Installed you can import the Module
Import-Module QlikNPrinting-CLI

Manually

To manually install the module, download the latest release from Release

Extract the Downloaded file into the appropriate module directory,

You can check the configured paths by checking the output of the command $env:PSModulePath

Default locations are

  • System Module C:\Program Files\WindowsPowerShell\Modules
  • User Module C:\users\<username>\Documents\WindowsPowerShell\Modules

QlikNPrinting-CLI

16 Dec 23:29
2f0b80f
Compare
Choose a tag to compare

Added ability to call NPE Endpoints using Invoke-NPRequest -NPE

QlikNPrinting-CLI

11 Nov 03:20
d09c18d
Compare
Choose a tag to compare

Minor Bug Fixes

Qlik-NPrinting-CLI

13 Sep 09:01
4e902f5
Compare
Choose a tag to compare
Fixed Single Object Array Handling

added Public Code Signing to the module