vmware / powerclicore

PowerCLI Core Dockerfile
Apache License 2.0
100 stars 47 forks source link

Powercli help needs less command installed #5

Closed manumatico closed 7 years ago

manumatico commented 7 years ago

PowerCLI uses 'less' command to display help. The current container shows this error:

PS /powershell> help Get-VM
Get-Command : The term 'less' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:16 char:21
+     $moreCommand = (Get-Command -CommandType Application less | Selec ...

This one line change adds less command to the container.

vmwclabot commented 7 years ago

@manumatico, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

vmwclabot commented 7 years ago

@manumatico, VMware has approved your signed contributor license agreement.

alanrenouf commented 7 years ago

Approved for merge, thanks!