Microsoft.PowerShell.Crescendo

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

Microsoft.PowerShell.Crescendo

Export-CrescendoCommand

为 Crescendo 命令 对象创建 JSON 配置文件。

Export-CrescendoModule

从 PowerShell Crescendo JSON 配置文件创建模块

Export-Schema

将命令配置的 JSON 架构导出为 PowerShell 对象。

Import-CommandConfiguration

导入 PowerShell Crescendo json 文件。

New-CrescendoCommand

创建 PowerShell 命令对象。

New-ExampleInfo

创建一个 PowerShell 对象,该对象表示 Crescendo 命令对象中使用的示例。

New-OutputHandler

创建一个代表 Crescendo 输出处理程序的 PowerShell 对象。

New-ParameterInfo

创建一个代表 Crescendo 参数定义的 PowerShell 对象。

New-UsageInfo

创建一个代表 Crescendo Usage 定义的 PowerShell 对象。

Test-IsCrescendoCommand

测试 Cmdlet 是否由 Crescendo 创建。