Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

INSTALLATION.md

File metadata and controls

32 lines (22 loc) · 1.01 KB

Requirements

  • Have a Fastly API Key in-hand with edit privileges
  • Have a service behind Fastly
  • Have Fastly WAF (Legacy) enabled for your account. (WAF-NG users should use the API / Terraform provider instead)
  • You will also need to grab a copy of the config file and place it under ~/.waflyctl.toml where the tool defaults to.

Mac Installation

To install the latest release in macOS:

brew install fastly/tap/waflyctl

Alternatively, to use unreleased code from the master branch:

brew install --HEAD fastly/tap/waflyctl

Other OS Installation

Install Go: https://golang.org/doc/install

Download, install, build waflyctl + dependencies:

go get -v github.com/fastly/waflyctl