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 #30 from fastly/Homebrew
Browse files Browse the repository at this point in the history
Home Formula
  • Loading branch information
josehelps committed Jun 21, 2018
2 parents 24c1618 + d823b6c commit 83b66ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ archive:
- waflyctl.toml
- config_examples/waflyctl.fastly_soc_example.toml
- README.md
# HomeBrew Tap generation
brew:
github:
owner: fastly
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"
8 changes: 4 additions & 4 deletions Documentation/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
- Have a Fastly API Key in-hand with edit privileges
- Have a service behind Fastly
- Have WAF be enabled for your account
- optionally if you are not running Darwin/x86 (OSX) then see [Build](#build)
- Have a GITHUB token with repo scopo

# Installation
- `git clone https://github.com/fastly/waflyctl.git .`
- `cd waflyctl && chmod +x waflyctl`
- `./waflyctl`
- `export HOMEBREW_GITHUB_API_TOKEN=<your new git token>`, may want to put this on your bash
profile
- `brew install fastly/tap/waflyctl`

0 comments on commit 83b66ee

Please sign in to comment.