Releases: QlikProfessionalServices/QlikNPrinting-CLI
Releases · QlikProfessionalServices/QlikNPrinting-CLI
v1.0.0.10
QlikNPrinting-CLI
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
Added ability to call NPE Endpoints using Invoke-NPRequest -NPE
QlikNPrinting-CLI
Minor Bug Fixes
Qlik-NPrinting-CLI
Fixed Single Object Array Handling added Public Code Signing to the module