benkehoe / aws-sso-util

Smooth out the rough edges of AWS SSO (temporarily, until AWS makes it better).
Apache License 2.0
973 stars 72 forks source link

Feature Request: Create Homebrew Package #37

Closed joel-aws closed 3 years ago

joel-aws commented 3 years ago

It would be really awesome to have aws-sso-util in Homebrew as a package that could easily be installed system-wide. This is a feature-request to get that integrated.

Shumakriss commented 3 years ago

As a Python user, I'd prefer to just use pip. Right now the instructions require me to install pipx.

Speaking for non-Python developers, I think I would rather avoid brew altogether and just have a .dmg install.

Brew can be quite heavy and while many mac OS users (especially developers) have Brew, I'd rather not depend on it.

knoxilla commented 3 years ago

Looks like this is done!

joel-aws commented 3 years ago

Amazing -- thanks @cippacion!!!

benkehoe commented 3 years ago

For future reference, I guess to maintain this going forward, I need to use https://github.com/tdsmith/homebrew-pypi-poet to create updates to https://github.com/Homebrew/homebrew-core/blob/master/Formula/aws-sso-util.rb I've never done such a thing before, so we'll see how it goes in the next release. If it works, I'll add it to the install instructions.