You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case the manifest doesn't (yet) exist, I would like to be able to create it with a single command.
Currently the Update-PSModuleManifest generates an error if the manifest doesn't yet exist:
Update-PSModuleManifest: Cannot find path '.\Test.psd1' because it does not exist.
Summary of the new feature / enhancement
In case the manifest doesn't (yet) exist, I would like to be able to create it with a single command.
Currently the
Update-PSModuleManifest
generates an error if the manifest doesn't yet exist:Rather than doing something like:
Proposed technical implementation details (optional)
I would like to simply do:
The text was updated successfully, but these errors were encountered: