Crescendo
Crescendo copied to clipboard
a module for wrapping native applications in a PowerShell function and module
When using the command `Export-CrescendoModule` to generate an updated module, the module manifest (.psd1) file is also rewritten from scratch. This file often contains customizations and adaptations to the module...
Today I was attempting to write wrappers around some binaries used at my company. These binaries write to stderr when an error is encountered. Unfortunately, the generated functions use the...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement In the comment at the beginning of the generated module add the current version of the Crescendo module and/or the version of...
`Export-CrescendoCommand` calls the `ExportConfigurationFile` method of the command object. This generates json which looks like this ``` { "Verb": "Install", ... } ``` `Export-CrescendoModule` expects to find JSON which looks...
In my OutputHandler I'm trying to include some basic error handling. I want to be able to include a command in the handler like ```powershell Write-Warning "Failed to find a...
So "Project Site" doesn't appear when looking at the package on the PowerShell gallery
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo) - [X] Search the existing issues. ###...
The binary I'm working with takes a comma-delimited list of strings. I would like to take in a `string[]` and simply `-join ''` at runtime. Args list should look like...
If you it's available you can put it in the JSON, but intellisense won't suggest it if it isn't in the schema.