Microsoft.PowerShell.Crescendo
Crescendo 是一种开发加速器,可用于快速生成利用现有命令行工具的 PowerShell cmdlet。 Crescendo 放大了原始工具的命令行体验,以包括 PowerShell 管道的对象输出、特权提升和集成帮助信息。 Crescendo 模块将繁琐的命令行工具替换为 PowerShell cmdlet,这些 cmdlet 更易于在自动化中使用,并打包为与团队成员共享。
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. |