Piecemeal

0.1.9

Easy Extensible Plugins for PowerShell

Installation Options

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

Install-Module -Name Piecemeal -RequiredVersion 0.1.9

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

Install-PSResource -Name Piecemeal -Version 0.1.9

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

Copyright

2021 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

PowerShell Plugin Extension Extensibility

Functions

Get-Extension Install-Piecemeal

Dependencies

This module has no dependencies.

Release Notes

## 0.1.9
* Get-Extension: Fixing CouldRun/Run issue with multiple ParameterSets (with other attributes present) (#31)
---

## 0.1.8
* Get-Extension: Fixing CouldRun/Run issue with multiple ParameterSets (#31)
* Install-Piecemeal: Improving Install Message (#32)
---
## 0.1.7
* Get-Extension: Now inherits ParameterSetName (#28)
* Get-Extension: Fixing issue properly displaying Valid Set (#29)
---
## 0.1.6
* Get-Extension now supports all validation attributes (#26/#25)
---
## 0.1.5
* Extensions are now Sortable (#19)
* Get-Extension supports -ExtensionName (#20)
* Get-Extension/Install-Piecemeal renaming parameter -ExtensionNameRegex to -ExtensionPattern (#21)
* Get-Extension:  Adding -ValidateInput / Support for [ValidateScript], [ValidateSet], [ValidatePattern] (#22)
---
## 0.1.4
* Get-Extension:
 * Can now filter extension parameters based off of command (#17)
---

## 0.1.3
* Get-Extension:
 * Added -RequireExtensionAttribute (#13)
 * Added -RequireCmdletAttribute (#14)
 * Respecting [CmdletBinding(DefaultParameterSetName)] (#12)
 * Surfacing attributes (#11)
* Install-Piecemeal:
 * Allowing customization of -ExtensionName (#10)
 * Making $script variables unique (#9)
 * Fixing issues on Core (#16)
---
## 0.1.2
* Get-Extension:
 * Added -NoMandatoryDynamicParameter (#6 / #4)
 * [Parameter] attributes are now copied, so underlying commands are unchanged (#7)
---
## 0.1.1
* Get-Extension:
 * -Parameter not accepts ValueFromPipelineByPropertyName (#2)
 * -CommandName now works (#3)
 * .GetDynamicParameters now supports -NoMandatory (#4)
---
## 0.1
* Initial Release of Piecemeal
---

FileList

Version History

Version Downloads Last updated
0.4.1 21 6/4/2023
0.4 5 6/4/2023
0.3.10 17 3/8/2023
0.3.9 7 3/3/2023
0.3.8 9 2/2/2023
0.3.7 35 11/19/2022
0.3.6 6 11/15/2022
0.3.5 16 9/18/2022
0.3.4 12 9/4/2022
0.3.3 25 7/11/2022
0.3.2 12 6/27/2022
0.3.1 10 6/27/2022
0.3.0 10 6/25/2022
0.2.9.1 13 6/20/2022
0.2.9 10 6/20/2022
0.2.8 11 6/16/2022
0.2.7 17 5/27/2022
0.2.6 14 5/3/2022
0.2.5 11 5/2/2022
0.2.4 10 4/30/2022
0.2.3 12 4/25/2022
0.2.2 12 4/13/2022
0.2.1 12 4/10/2022
0.2 15 3/27/2022
0.1.9 (current version) 12 3/4/2022
0.1.8 11 3/4/2022
0.1.7 11 3/4/2022
0.1.6 11 3/3/2022
0.1.5 11 3/2/2022
0.1.4 25 2/19/2022
0.1.3 13 2/18/2022
0.1.2 13 1/9/2022
0.1.1 14 12/27/2021
0.1 15 12/20/2021
Show less