File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@v1
12- with :
13- fetch-depth : 1
1412 - name : Setup Go
1513 uses : actions/setup-go@v1
1614 with :
Original file line number Diff line number Diff line change 11iap_curl
22========
33
4- iap_curl is a curl wrapper for making HTTP request to IAP-protected app in CLI more easier than curl
4+ ` iap_curl ` is a curl wrapper for making HTTP request to IAP-protected app in CLI more easier than ` curl ` command.
55
66## Usage
77
@@ -11,9 +11,9 @@ $ export IAP_CLIENT_ID="342624545358-asdfd8fas9df8sd7ga0sdguadfpvqp69.apps.googl
1111$ iap_curl http://iap-protected.webapp.com
1212```
1313
14- The options of ` iap_curl ` are fully compatible with curl.
14+ The options of ` iap_curl ` are fully compatible with ` curl ` command .
1515
16- If you want to use [ httpstat] ( https://github.com/b4b4r07/httpstat ) , please specify the ` IAP_CURL_BIN ` environment variable:
16+ If you want to use [ httpstat] ( https://github.com/b4b4r07/httpstat ) instead of ` curl ` , please specify ` IAP_CURL_BIN ` environment variable:
1717
1818``` console
1919$ export IAP_CURL_BIN=" httpstat.sh"
@@ -79,6 +79,8 @@ $ iap_curl $(iap_curl --list-urls | peco) # peco is similar to fzf
7979
8080## Installation
8181
82+ Get binary from [ GitHub Releases] ( https://github.com/b4b4r07/iap_curl/releases ) and put it to your PATH or:
83+
8284```
8385$ go get github.com/b4b4r07/iap_curl
8486```
You can’t perform that action at this time.
0 commit comments