PowerShell/Polaris

Start-Polaris missing hostname parameter

jsonofcourse opened this issue · 2 comments

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:

  1. Install-Module Polaris
  2. Get-Command Start-Polaris -Syntax
  3. Observe:
PS C:\> gcm start-polaris -syntax

Start-Polaris [[-Port] <int>] [[-MinRunspaces] <int>] [[-MaxRunspaces] <int>] [[-Auth] <string>] [[-Polaris] <Object>] [-UseJsonBodyParserMiddleware] [-Https] [<CommonParameters>]
  1. 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:

NameVersion
polaris0.2.0
PSEditionPSCompatibleVersionsPSRemotingProtocolVersionGitCommitIdSerializationVersionPlatformOSWSManStackVersionPSVersion
Core1.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.-12.36.2.41.1.0.1Win32NTMicrosoft Windows 10.0.17134 3.06.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.