Skip to content

Commit

Permalink
Publish scoop package manifest during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
phamann committed Apr 27, 2020
1 parent ff07812 commit 2a82446
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ brews:
test: |
help_text = shell_output("#{bin}/fastly --help")
assert_includes help_text, "Usage:"
scoop:
bucket:
owner: fastly
name: scoop-cli
homepage: https://github.com/fastly/cli
skip_upload: auto
description: Fastly CLI
license: Apache 2.0
checksum:
name_template: "{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS"
snapshot:
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Install: `brew install fastly/tap/fastly`

Upgrade: `brew upgrade fastly`

### Windows

#### scoop
Install:

```
scoop bucket add fastly-cli https://github.com/fastly/scoop-cli.git
scoop install fastly
```
Upgrade: `scoop update fastly`

### From a prebuilt binary
[Download the latest release][latest] from the [releases page][releases].
Unarchive the binary and place it in your $PATH. You can verify the integrity
Expand Down

0 comments on commit 2a82446

Please sign in to comment.