brew support
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like brew support to install serverless-rules, not just pip
Describe alternatives you've considered N/A
Additional context
Hey @sliedig !
Thanks for the proposal! I agree that this could be a good addition for the cfn-lint-serverless python package, but won't be needed for tflint.
Initial Research
Adding some links from my initial research on how to do this:
- https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap
- https://docs.brew.sh/Formula-Cookbook
- https://docs.brew.sh/Manpage#tap-options-userrepo-url
Seems that this project doesn't meet the criteria for acceptable formulae yet. Furthermore, to keep this project within a single repo, we won't be able to provide a handy brew tap awslabs/serverless-rules command.
How's the research coming along?