File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ release:
4
4
owner : replicatedhq
5
5
name : replicated
6
6
brew :
7
- github : {}
7
+ github :
8
+ owner : replicatedhq
9
+ name : replicated
8
10
install : bin.install "replicated"
11
+ homepage : https://replicated.com
12
+ description : " Manage your app's channels and releases from the command line"
9
13
builds :
10
14
- goos :
11
15
- linux
Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ services :
3
+ - docker
1
4
language : go
2
5
go : 1.8.3
3
6
script :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Set the following env vars to avoid passing them as arguments to each command.
17
17
18
18
## Client
19
19
20
- (GoDoc) [ https://godoc.org/github.com/replicatedhq/replicated/client ]
20
+ [ GoDoc ] ( https://godoc.org/github.com/replicatedhq/replicated/client )
21
21
22
22
``` golang
23
23
package main
You can’t perform that action at this time.
0 commit comments