Skip to content

PowerShell Crescendo json files should support multiple native command definitions #49

@theJasonHelmick

Description

@theJasonHelmick

PowerShell Crescendo currently supports generating multiple json files into a single PowerShell module.

Export-CrescendoModule -ConfigurationFile .\get-ipconfig.proxy.json,.\Remove-ipconfig.proxy.json,.\New-ipconfig.proxy.json -ModuleName ./ipconfig.psm1
  • It would be easier to develop and maintain multiple native commands in a single json file.
  • Crescendo should support both linux and windows native commands in the same json file.

Originally posted by @theJasonHelmick in #45

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions