API Reference
New-ImageConsoleStoryOutput
Creates a typed output step for an ImagePlayground console story.
Remarks
Creates a typed output step for an ImagePlayground console story.
Examples
Show successful script output
PS>
New-ImageConsoleStoryOutput -Text 'PASS all checks' -Style Success
The semantic tone is rendered consistently across SVG, HTML, PNG, GIF, and APNG output.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageConsoleStoryOutput [-Style <Default>] -Text <String> [<CommonParameters>]#All Parameter SetsParameters
- Style TerminalTextTone
- Semantic output color.
- Possible values:
Default,Muted,Accent,Success,Warning,Error - Text String
- One or more lines of terminal output.
Outputs
ImagePlayground.PowerShell.ImageConsoleStoryStep: Use the console story command, output, table, blank-line, pause, tab, and tab-selection cmdlets to create steps.