saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
200 stars 13 forks source link

goreleaser: add winget #825

Closed mmatczuk closed 1 month ago

mmatczuk commented 1 month ago

The installation procedure is greatly simplified.

List

> winget search forwarder
Name                      Id                         Version Source
---------------------------------------------------------------------
PS Notification Forwarder 9PNC4TTBMQX4               Unknown msstore
Notification Forwarder    9NBTQWGF55BF               Unknown msstore
SmsForwarderClient        9NTJMV7NCDLV               Unknown msstore
forwarder                 SauceLabs.forwarder        1.2.1   winget
UniversalForwarder        Splunk.UniversalForwarder  9.0.3.0 winget
Kube Forwarder            pixel-point.kube-forwarder 1.5.1   winget

Show

> winget show SauceLabs.forwarder
Found forwarder [SauceLabs.forwarder]
Version: 1.2.1
Publisher: SauceLabs
Publisher Url: https://saucelabs.com
Moniker: forwarder
Description: Forward MITM proxy with PAC support
Homepage: https://forwarder-proxy.io
License: MPL-2.0
Installer:
  Installer Type: portable (zip)
  Installer Locale: en-US
  Installer Url: https://github.com/saucelabs/forwarder/releases/download/v1.2.1/forwarder-1.2.1_windows.x86_64.zip
  Installer SHA256: 12d23bc15abe71774a7dc147e51b8da9372b06093899b61e25d70b8e0bc3d989
  Release Date: 2024-06-04

Install

> winget install SauceLabs.forwarder
Found forwarder [SauceLabs.forwarder] Version 1.2.1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Successfully verified installer hash
Extracting archive...
Successfully extracted archive
Starting package install...
Command line alias added: "forwarder"
Path environment variable modified; restart your shell to use the new value.
Successfully installed

Fixes #563

Choraden commented 1 month ago

Installation on Windows has never been easier before 🥳 Well done!

Nit: we could use a proper bot to author generated things.