Microsoft.PowerShell.Crescendo

Crescendo は開発アクセラレータであり、既存のコマンド ライン ツールを利用する PowerShell コマンドレットを迅速に構築できます。 Crescendo は、元のツールのコマンド ライン エクスペリエンスを増幅して、PowerShell パイプラインのオブジェクト出力、特権の昇格、統合されたヘルプ情報を含めます。 Crescendo モジュールは、煩雑なコマンド ライン ツールを、自動化で使いやすく、チーム メンバーと共有するためにパッケージ化された PowerShell コマンドレットに置き換えます。

Microsoft.PowerShell.Crescendo

Export-CrescendoCommand

Creates JSON configuration files for Crescendo Command objects.

Export-CrescendoModule

Creates a module from PowerShell Crescendo JSON configuration files

Export-Schema

Exports the JSON schema for command configuration as a PowerShell object.

Import-CommandConfiguration

Import a PowerShell Crescendo json file.

New-CrescendoCommand

Creates a PowerShell command object.

New-ExampleInfo

Creates a PowerShell object representing an example used in a Crescendo command object.

New-OutputHandler

Creates a PowerShell object representing a Crescendo output handler.

New-ParameterInfo

Creates a PowerShell object representing a Crescendo Parameter definition.

New-UsageInfo

Creates a PowerShell object representing a Crescendo Usage definition.

Test-IsCrescendoCommand

Tests whether a cmdlet was created by Crescendo.