AcuPackageTools

1.1.1

Module for building and publishing Acumatica customization projects

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AcuPackageTools -RequiredVersion 1.1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AcuPackageTools -Version 1.1.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • Kyle Vanderstoep

Tags

Acumatica

Cmdlets

Connect-AcuInstance Disconnect-AcuInstance New-AcuPackage Import-AcuPackage Export-AcuPackage Publish-AcuPackage Unpublish-AcuPackages Remove-AcuPackage Get-AcuPublishedPackages

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

Remove the 100-second HttpClient timeout on API requests

Publish-AcuPackage's publishBegin call can legitimately take longer than
the default HttpClient.Timeout of 100 seconds on larger sites, causing
the publish to be canceled before the publishEnd polling loop starts.
Completion is already bounded by that polling loop, so the client
timeout is now infinite.

FileList

Version History

Version Downloads Last updated
1.3.0 10 9/10/2026
1.1.1 (current version) 15 9/1/2026
1.1.0 6 9/1/2026
1.0.3 174 3/13/2026
0.5.0 229 4/27/2023
0.1 13 4/25/2023
Show more