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
- Host: GitHub
- URL: https://github.com/windperson/multiplatformpwshcmdletdemo
- Owner: windperson
- License: mit
- Created: 2024-12-03T16:54:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T03:35:24.000Z (about 1 year ago)
- Last Synced: 2025-04-06T09:18:24.846Z (11 months ago)
- Topics: aspnetcore, csharp, grpc, powershell
- Language: PowerShell
- Homepage:
- Size: 951 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}" .

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