PowerShell / Crescendo

a module for wrapping native applications in a PowerShell function and module
MIT License
399 stars 37 forks source link

Enhancements for next preview #102

Closed JamesWTruher closed 3 years ago

JamesWTruher commented 3 years ago

Update schema with more descriptions. Add support for ConfirmImpact in generator. Add test for ConfirmImpact Examples and tests now point to web version of schema rather than the one on disk. This means that the schema is not needed on disk to develop and you don't need to track relative path to schema. Add New-OutputHandler function to enable adding output handlers programmatically Add Export-CrescendoCommand to create configuration from object model add support for OriginalName in New-CrescendoCommand

ethanbergstrom commented 3 years ago

Add Export-CrescendoCommand to create configuration from object model

Great addition!

Does Export-CrescendoCommand / ExportConfigurationFile emit the generated JSON file name so the file paths can be gathered up and passed programmatically to Export-CrescendoModule?