Akamai CLI for API Gateway allows you manage the Akamai API Gateway.
To install, use Akamai CLI:
akamai install api-gateway
You may also use this as a stand-alone command by downloading the latest release binary for your system, or by cloning this repository and compiling it yourself.
If you want to compile it from source, you will need Go 1.7 or later, and the Dep package manager installed:
go get github.com/akamai/cli-api-gateway
cd $GOPATH/src/github.com/akamai/cli-api-gateway
dep
:dep ensure
go build -o akamai-api-gateway ./api-gateway
go build -o akamai-api-keys ./api-keys
go build -o akamai-api-security ./api-security
go build -o akamai-api-gateway.exe ./api-gateway
go build -o akamai-api-keys.exe ./api-keys
go build -o akamai-api-security.exe ./api-security
PATH
akamai api-gateway [global flags] <command> [sub-command]
--edgerc value
— Location of the credentials file (default: "/Users/dshafik") [$AKAMAI_EDGERC]--section value
— Section of the credentials file (default: "default") [$AKAMAI_EDGERC_SECTION]--version
, -v
— print the version