PsMermaidTools

PowerShell Module to create Mermaid diagrams.

View the Project on GitHub abbgrade/PsMermaidTools

New-MermaidC4ContainerBoundary

SYNOPSIS

Create a container boundary.

SYNTAX

New-MermaidC4ContainerBoundary [-Key] <String> [-Name] <String> [<CommonParameters>]

DESCRIPTION

Create a container boundary for a C4 diagram. It can be edited and referenced.

EXAMPLES

Example 1

PS C:\> 

PARAMETERS

-Key

The identifier of the container.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The container name.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

None.

NOTES

https://abbgrade.github.io/PsMermaidTools/docs/New-MermaidC4ContainerBoundary.html

https://mermaid.js.org/syntax/c4c.html#c4-component-diagram-c4component