Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit c7f99e0

Browse files
author
Sam McGeown
committed
Build: fix homebrew release
1 parent 77a4042 commit c7f99e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ dist/
44
set-env.sh
55
unset-env.sh
66
code-stream-cli
7-
go
7+
.DS_Store

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ brews:
104104
name: sammcgeown
105105
email: smcgeown@vmware.com
106106
license: "BSD-2"
107-
107+
homepage: "https://github.com/vmware/code-stream-cli"
108+
description: "Code Stream CLI is a command line tool written in Go to interact with the vRealize Automation Code Stream APIs"
109+
install: |
110+
bin.install "cs-cli"
108111
archives:
109112
- replacements:
110113
darwin: Darwin

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<img src="images/cs-cli-logo.png" alt="cs-cli logo" width="200px" />
22

33
# Code Stream CLI (cs-cli)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/vmware/code-stream-cli)](https://goreportcard.com/report/github.com/vmware/code-stream-cli)
45
The Code Stream CLI is a command line tool written in Go to interact with the vRealize Automation Code Stream APIs. It is written to help automate Code Stream and provide a simple way to migrate content between Code Stream instances and projects.
56
* Import and Export Code Stream artefacts such as Pipelines, Variables, Endpoints
67
* Perform CRUD operations on Code Stream artefacts such as Pipelines, Variables, Endpoints

0 commit comments

Comments
 (0)