github aquaproj/aqua v1.12.0-4

latest releases: v2.32.0, v2.31.0, v2.31.0-3...
pre-release2 years ago

Pull Requests | Issues | v1.12.0-3...v1.12.0-4

Features

#883 #898 Support adding file extensions on Windows

⚠️ This change is only for Windows, and it doesn't affect other platforms.

⚠️ complete_windows_exe has been renamed to complete_windows_ext.

On Windows, aqua add file extensions automatically if the file has no file extension.
By default the file extension is .exe, but you can change the file extension by windows_ext attribute.

Why is this change needed?

aqua executes the command with os/exec.
os/exec#LookPath requires the file extension on Windows.

Example

In case of terraformer, terraformer-aws-windows-amd64 is renamed to terraformer-aws-windows-amd64.exe.

Don't miss a new aqua release

NewReleases is sending notifications on new releases.