Get-PlasterTemplate : Add a possibility to retrieve all template module regardless of the version #383
LaurentDardenne
started this conversation in
Ideas
Replies: 5 comments
|
I use the latest build, and the Get-Plastertemplate do not return the type of the template (Project or Item); >Get-PlasterTemplate
Title : AddPSScriptAnalyzerSettings
Author : Plaster project
Version : 1.0.0
Description : Add a PowerShell Script Analyzer settings file to the root of your workspace.
Tags : {PSScriptAnalyzer, settings}
TemplatePath : C:\Program Files\WindowsPowerShell\Modules\plaster\1.0.2\Templates\AddPSScriptAnalyzerSettings
Title : New PowerShell Manifest Module
Author : Plaster
Version : 1.0.0
Description : Creates files for a simple, non-shared PowerShell script module.
Tags : {Module, ModuleManifest}
TemplatePath : C:\Program Files\WindowsPowerShell\Modules\plaster\1.0.2\Templates\NewPowerShellScriptModule |
0 replies
|
I haven't finished updating the Get-PlasterTemplate cmdlet yet, Keith and I have been too busy with other projects lately to get the 1.1.0 release out with these changes. |
0 replies
|
Ok thanks. |
0 replies
|
Any update on this? Would be a great feature. |
0 replies
|
Haven't gotten around to this because of other project - feel free to contribute! Plaster is all PowerShell :) Here's the code for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Today Get-PlasterTemplate retrieve the templates only for the current module version (1.0.1).
It not possible to known which version of the Plaster module I must use for each Template.
And to filter the templates, Get-PlasterTemplate use the template module manifest not an information given by the user.
All reactions