An open API service indexing awesome lists of open source software.

https://github.com/windperson/multiplatformpwshcmdletdemo

Demo how to use PowerShell to invoke gRPC request
https://github.com/windperson/multiplatformpwshcmdletdemo

aspnetcore csharp grpc powershell

Last synced: 11 months ago
JSON representation

Demo how to use PowerShell to invoke gRPC request

Awesome Lists containing this project

README

          

# MultiPlatformPwshCmdletDemo

This is a demo project for a multi-platform PowerShell module. The module is a simple one that contains a single cmdlet, `Get-HelloWorld`. The cmdlet writes "Hello, World!" to the console, or if you give {postfix} parameter, it will show "Hello {postfix}" .

![screen shot of ](./screenshots/pwsh_demo.png)

The string is return from an ASP.NET Core gRPC service project, which is located in the `Grpc\GreetingGrpcService` folder.