File tree Expand file tree Collapse file tree
tools/choco/axway-apim-cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >axway-apim-cli</id >
6- <version >1.3.0 </version >
6+ <version >1.3.4 </version >
77 <packageSourceUrl >https://github.com/Axway-API-Management-Plus/apim-cli/tree/develop/tools/choco/axway-apim-cli</packageSourceUrl >
88 <owners >Christoph Wiechmann</owners >
99 <title >Axway API-Management CLI (Install)</title >
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ; # stop on all errors
22$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
3- $fileLocation = Join-Path $toolsDir ' axway-apimcli-1.3.0 .zip'
3+ $fileLocation = Join-Path $toolsDir ' axway-apimcli-1.3.4 .zip'
44
55Get-ChocolateyUnzip " $fileLocation " $toolsDir
66Install-BinFile - Name " apim" - Path " $toolsDir \apim-cli-$env: chocolateyPackageVersion \scripts\apim.bat" - Command " choco"
You can’t perform that action at this time.
0 commit comments