Polaris
Polaris copied to clipboard
Start-Polaris missing hostname parameter
Polaris Bug Report
Description of the bug
Polaris version 0.2.0 downloaded from PSGallery today (3/2/2020) is missing the hostname parameter.
Steps to reproduce
Steps to reproduce the behavior:
- Install-Module Polaris
- Get-Command Start-Polaris -Syntax
- Observe:
PS C:\> gcm start-polaris -syntax
Start-Polaris [[-Port] <int>] [[-MinRunspaces] <int>] [[-MaxRunspaces] <int>] [[-Auth] <string>] [[-Polaris] <Object>] [-UseJsonBodyParserMiddleware] [-Https] [<CommonParameters>]
- See absence of hostname parameter
Expected behavior
Start-Polaris should provide the hostname parameter in version 0.2.0 according to current repo contents
Version Information
Run the following script and copy and paste the results here:
Name | Version |
---|---|
polaris | 0.2.0 |
PSEdition | PSCompatibleVersions | PSRemotingProtocolVersion | GitCommitId | SerializationVersion | Platform | OS | WSManStackVersion | PSVersion |
---|---|---|---|---|---|---|---|---|
Core | 1.0.-1.-1, 2.0.-1.-1, 3.0.-1.-1, 4.0.-1.-1, 5.0.-1.-1, 5.1.10032.0, 6.2.4.-1 | 2.3 | 6.2.4 | 1.1.0.1 | Win32NT | Microsoft Windows 10.0.17134 | 3.0 | 6.2.4 |
I met the same issue
The hostname parameter logic is not present in the published version 0.2.0. Perhaps we will see it published for version 0.3.0.