New-PlasterManifest : Add a confirmation message before rewrite existing file #382
LaurentDardenne
started this conversation in
Ideas
Replies: 2 comments
-
Hmm, I modelled this command after the |
Beta Was this translation helpful? Give feedback.
0 replies
-
"I guess you could argue that New-ModuleManifest isn't a great example." Install-Module Plaster
$M=Import-module Plaster -PassThru
cd $M.ModuleBase
cd Templates\NewPowerShellManifestModule
New-PlasterManifest -TemplateName Test Oups !!! |
Beta Was this translation helpful? Give feedback.
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.
-
This call rewrite existing file without ask a confirmation :
And may be add -force parameter.
The 'C:\temp\plasterManifest.xml' file is Read/only (Attrib +r)
Beta Was this translation helpful? Give feedback.
All reactions