Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 577 Bytes

powershell.md

File metadata and controls

13 lines (8 loc) · 577 Bytes

CONFIG OPTIONS for powershell

packageName
    Client package name (e.g. org.openapitools.client). (Default: Org.OpenAPITools)

packageGuid
    GUID for PowerShell module (e.g. a27b908d-2a20-467f-bc32-af6f3a654ac5). A random GUID will be generated by default.

csharpClientPath
    Path to the C# API client generated by OpenAPI Generator, e.g. $ScriptDir\..\csharp\OpenAPIClient where $ScriptDir is the current directory. NOTE: you will need to generate the C# API client separately. (Default: $ScriptDir\csharp\OpenAPIClient)

Back to the generators list