Skip to content

Test-ScriptFileInfo cmdlet #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
StevenBucher98 opened this issue Jan 7, 2022 · 1 comment
Closed

Test-ScriptFileInfo cmdlet #584

StevenBucher98 opened this issue Jan 7, 2022 · 1 comment

Comments

@StevenBucher98
Copy link
Collaborator

Summary of the new feature / enhancement

Validates a command block for a script. The comment block at the beginning of a script will be used in the Publish-Script cmdlet and this cmdlet helps check the validity of it. v2 Docs

Proposed technical implementation details (optional)

Parameters

-LiteralPath <string>
        Required?                    true
        Position?                    Named
        Accept pipeline input?       true (ByPropertyName)
        Parameter set name           LiteralPathParameterSet
        Aliases                      PSPath
        Dynamic?                     false
-Path <string>
        Required?                    true
        Position?                    0
        Accept pipeline input?       true (ByPropertyName)
        Parameter set name           PathParameterSet
        Aliases                      None
        Dynamic?                     false
<CommonParameters>
@alerickson
Copy link
Member

Resolved #708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants