Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageConsoleStoryOutput

Namespace ImagePlayground
Inputs
System.String
Outputs
ImagePlayground.PowerShell.ImageConsoleStoryStep

Creates a typed output step for an ImagePlayground console story.

Remarks

Creates a typed output step for an ImagePlayground console story.

Examples

Authored help example

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>]
#
Parameter set: All Parameter Sets

Parameters

Style TerminalTextTone optionalposition: namedpipeline: Falsealiases: Tonevalues: 6
Semantic output color.
Possible values: Default, Muted, Accent, Success, Warning, Error
Text String requiredposition: 0pipeline: True (ByValue)
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.