puppetlabs-toy-chest / wash

Wide Area SHell: a cloud-native shell for bringing remote infrastructure to your terminal.
https://puppetlabs.github.io/wash
Apache License 2.0
180 stars 29 forks source link

Support commands against Windows targets in external plugins #709

Closed MikaelSmith closed 4 years ago

MikaelSmith commented 4 years ago

Adds support for executing powershell commands instead of POSIX when the os.login_shell attribute is set to powershell.

Resolves #699.

MikaelSmith commented 4 years ago

Updated, added tests for volume.FS.

MikaelSmith commented 4 years ago

Going to add some external plugin docs in a separate PR.