OctopusDeploy / Issues

| Public | Bug reports and known issues for Octopus Deploy and all related tools
https://octopus.com
162 stars 20 forks source link

Allow PowerShell scripts to run on Mac/Linux #3646

Open droyad opened 7 years ago

droyad commented 7 years ago

Since the release of PowerShell on Nix based system, we could now allow execution of PS on SSH targets. We would need to increase the search paths for the executable, or just rely on it being in the path.

I'm familiar with what the current Nix PS capabilities are, but the Bootstrapper might need to be adjusted.

matt-richardson commented 7 years ago

We'll also have to be careful with library scripts - not all of them will work on macOS/*nix.

droyad commented 7 years ago

We currently don't make an effort to prevent running unsupported PS scripts on WIndows, so I don't think we need to do anything special to prevent "unsupported" PS scripts on *nix.