Publish awscurl to homebrew
See original GitHub issueIt’d be nice to be able to grab awscurl
via homebrew.
For instructions, see: https://docs.brew.sh/Formula-Cookbook
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (8 by maintainers)
Top Results From Across the Web
okigan/awscurl: curl-like access to AWS resources with ...
curl-like tool with AWS Signature Version 4 request signing. Features. performes requests to AWS services with requests signing using curl interface; supports ...
Read more >awscurl — Homebrew Formulae
awscurl. Install command: brew install awscurl. Curl like simplicity to access AWS resources. https://github.com/okigan/awscurl. License: MIT.
Read more >Using awscurl to query Prometheus-compatible APIs
On a macOS machine, the following command installs awscurl . $ brew install awscurl. The ...
Read more >okigan/awscurl - Docker Image
Curl like tool with AWS Signature Version 4 request signing. Features. performes requests to AWS services with requests signing using curl interface; supports ......
Read more >Publish Go binary to Amazon S3 and Homebrew - sbstjn.com
After the setup of a go command line tool with Cobra it's now time to release it to the public and publish it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh fantastic! Thank you so much.
I see they’re pretty strict with their pull requests so thanks for all of your effort. ✨
I’ve never done this before either but I’ll see what I can do, @okigan. I’ll see how much of the
awscli
formula I cancopylearn from.