PowerShellGet

3.0.11-beta

PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, Scripts, and DSC Resources.

Minimum PowerShell version

5.1

This is a prerelease version of PowerShellGet.
There is a newer prerelease version of this module available.
See the version list below for details.
The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

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

Install-Module -Name PowerShellGet -RequiredVersion 3.0.11-beta -AllowPrerelease -Force

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

Install-PSResource -Name PowerShellGet -Version 3.0.11-beta -Prerelease

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

Author(s)

Microsoft Corporation

Copyright

(c) Microsoft Corporation. All rights reserved.

Package Details

Owners

Tags

PackageManagement Linux Mac Windows

Cmdlets

Find-PSResource Get-InstalledPSResource Get-PSResourceRepository Install-PSResource Register-PSResourceRepository Save-PSResource Set-PSResourceRepository Publish-PSResource Uninstall-PSResource Unregister-PSResourceRepository Update-PSResource

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes


### 3.0.11
In this release, all cmdlets have been reviewed and implementation code refactored as needed.
Cmdlets have most of their functionality, but some parameters are not yet implemented and will be added in future releases.
All tests have been reviewed and rewritten as needed.

- Graceful handling of paths that do not exist
- The repository store (PSResourceRepository.xml) is auto-generated if it does not already exist. It also automatically registers the PowerShellGallery with a default priority of 50 and a default trusted value of false.
- Better Linux support, including graceful exits when paths do not exist
- Better pipeline input support all cmdlets
- General wildcard support for all cmdlets
- WhatIf support for all cmdlets
- All cmdlets output concrete return types
- Better help documentation for all cmdlets
- Using an exact prerelease version with Find, Install, or Save no longer requires `-Prerelease` tag
- Support for finding, installing, saving, and updating PowerShell resources from Azure Artifact feeds
- Publish-PSResource now properly dispays 'Tags' in nuspec
- Find-PSResource quickly cancels transactions with 'CTRL + C'
- Register-PSRepository now handles relative paths
- Find-PSResource and Save-PSResource deduplicates dependencies
- Install-PSResource no longer creates version folder with the prerelease tag
- Update-PSResource can now update all resources, and no longer requires name param
- Save-PSResource properly handles saving scripts
- Get-InstalledPSResource uses default PowerShell paths

FileList

Version History

Version Downloads Last updated
3.0.23-beta23 5,161 10/27/2023
3.0.22-beta22 11,577 9/20/2023
2.2.5 192,359,517 9/22/2020
2.2.4.1 12,380,663 4/22/2020
2.2.4 583,164 4/16/2020
2.2.3 8,687,765 12/23/2019
2.2.2 463,741 12/11/2019
2.2.1 3,093,731 8/16/2019
2.2 976,678 7/9/2019
2.1.5 670,364 6/18/2019
2.1.4 752,254 5/21/2019
2.1.3 348,885 5/14/2019
2.1.2 1,669,838 3/15/2019
2.1.1 206,947 3/14/2019
2.1.0 281,737 3/8/2019
2.0.4 1,131,144 1/15/2019
2.0.3 1,002,942 11/19/2018
2.0.1 1,179,000 9/24/2018
2.0.0 433,561 9/13/2018
1.6.7 685,642 8/17/2018
1.6.6 1,010,021 7/2/2018
1.6.5 1,002,777 5/17/2018
1.6.0 1,018,470 12/5/2017
1.5.0.0 353,576 10/9/2017
1.1.3.2 211,651 8/8/2017
1.1.3.1 262,706 5/16/2017
1.1.2.0 211,757 12/5/2016
1.1.1.0 189,616 10/12/2016
1.1.0.0 188,941 9/29/2016
Show less