Skip to content

Commit

Permalink
feat: rename to google-cloud-proto-scrubber
Browse files Browse the repository at this point in the history
More descriptive name - thanks @ericwenn!
  • Loading branch information
odsod committed Feb 8, 2021
1 parent 4f51f7c commit 05dcc8c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ before:
- go mod download

builds:
- id: api-descriptor-scrubber
binary: api-descriptor-scrubber
- id: google-cloud-proto-scrubber
binary: google-cloud-proto-scrubber
main: ./main.go
env:
- CGO_ENABLED=0
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# API Descriptor Scrubber
# Google Cloud Proto Scrubber

[![PkgGoDev][pkg-badge]][pkg]
[![GoReportCard][report-badge]][report]
[![Codecov][codecov-badge]][codecov]

[pkg-badge]: https://pkg.go.dev/badge/go.einride.tech/api-descriptor-scrubber
[pkg]: https://pkg.go.dev/go.einride.tech/api-descriptor-scrubber
[report-badge]: https://goreportcard.com/badge/go.einride.tech/api-descriptor-scrubber
[report]: https://goreportcard.com/report/go.einride.tech/api-descriptor-scrubber
[codecov-badge]: https://codecov.io/gh/einride/api-descriptor-scrubber-go/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/einride/api-descriptor-scrubber-go
[pkg-badge]: https://pkg.go.dev/badge/go.einride.tech/google-cloud-proto-scrubber
[pkg]: https://pkg.go.dev/go.einride.tech/google-cloud-proto-scrubber
[report-badge]: https://goreportcard.com/badge/go.einride.tech/google-cloud-proto-scrubber
[report]: https://goreportcard.com/report/go.einride.tech/google-cloud-proto-scrubber
[codecov-badge]: https://codecov.io/gh/einride/google-cloud-proto-scrubber-go/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/einride/google-cloud-proto-scrubber

Scrub gRPC API descriptors of unsupported annotations before uploading
Scrub protobuf/gRPC API descriptors of unsupported annotations before uploading
them to [Google Cloud Endpoints][google-cloud-endpoints] and [Google Cloud
API Gateway][google-cloud-api-gateway].

Expand All @@ -21,5 +21,5 @@ API Gateway][google-cloud-api-gateway].
# Usage

```bash
$ go run go.einride.tech/api-descriptor-scrubber -f descriptor.pb
$ go run go.einride.tech/google-cloud-proto-scrubber -f descriptor.pb
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.einride.tech/api-descriptor-scrubber
module go.einride.tech/google-cloud-proto-scrubber

go 1.15

Expand Down

0 comments on commit 05dcc8c

Please sign in to comment.