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

Commit

Permalink
Merge pull request #41 from fastly/documentation_edits
Browse files Browse the repository at this point in the history
fixed download strategy
  • Loading branch information
josehelps committed Aug 21, 2018
2 parents d9779f8 + 660fc19 commit 62b730d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ brew:
name: homebrew-tap
folder: Formula
homepage: https://github.com/fastly/waflyctl
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
description: Allows you to provision a Fastly waf object with pre-determine rules, OWASP config, response, and logging endpoints. Also manage rules, and their status.
test: |
system "#{bin}/waflyctl"
3 changes: 0 additions & 3 deletions Documentation/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
- Have a Fastly API Key in-hand with edit privileges
- Have a service behind Fastly
- Have WAF be enabled for your account
- Have a GITHUB token with repo scope

# Installation
- `export HOMEBREW_GITHUB_API_TOKEN=<your new git token>`, may want to put this on your bash
profile
- `brew install fastly/tap/waflyctl`
- grab a copy of the [config](https://github.com/fastly/waflyctl/blob/master/config_examples/waflyctl.toml.example) file and place it under `~/.waflyctl.toml` where the tool defaults to.

0 comments on commit 62b730d

Please sign in to comment.