Microsoft.PowerShell.Crescendo Module
Crescendo, mevcut komut satırı araçlarından yararlanan PowerShell cmdlet'lerini hızla oluşturmanıza olanak tanıyan bir geliştirme hızlandırıcısıdır. Crescendo, PowerShell işlem hattı, ayrıcalık yükseltme ve tümleşik yardım bilgileri için nesne çıkışı eklemek üzere özgün aracın komut satırı deneyimini güçlendirir. Crescendo modülü, hantal komut satırı araçlarının yerini otomasyonda kullanımı daha kolay olan ve ekip üyeleriyle paylaşmak üzere paketlenen PowerShell cmdlet'leriyle değiştirir.
Microsoft.PowerShell.Crescendo Cmdlet'leri
| Cmdlet | Description |
|---|---|
| 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. |