Skip to content

v1.0.0.10

Latest
Compare
Choose a tag to compare
@Nillth Nillth released this 23 Oct 23:35
014d736

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