We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Invoke-PipeScript
Invoke-PipeScript should generate a signal whenever a pair of signals whenever a template file is run:
PipeScript.TemplateFile.Approve
PipeScript.TemplateFile.Out
Invoke-PipeScript should also look for an event denying the execution of a template.
PipeScript.TemplateFile.Deny
The text was updated successfully, but these errors were encountered:
298ce1b
No branches or pull requests
Invoke-PipeScript
should generate a signal whenever a pair of signals whenever a template file is run:PipeScript.TemplateFile.Approve
should be sent prior to running a TemplateFile #916PipeScript.TemplateFile.Out
should be sent after a TemplateFile has run (and contain output, errors, and warnings) #917Invoke-PipeScript
should also look for an event denying the execution of a template.Invoke-PipeScript
should not run a TemplateFile ifPipeScript.TemplateFile.Deny
is received #918The text was updated successfully, but these errors were encountered: