This repository was archived by the owner on Jul 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 9
9
* .dll
10
10
* .so
11
11
* .dylib
12
- pwcli
12
+ hopp-cli
13
13
14
14
# Test binary, built with `go test -c`
15
15
* .test
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ changelog:
38
38
- ' ^test:'
39
39
release :
40
40
github :
41
- owner : athul
42
- name : pwcli
41
+ owner : hoppscotch
42
+ name : hopp-cli
43
43
brews :
44
- - name : pwcli
44
+ - name : hopp-cli
45
45
github :
46
46
owner : athul
47
47
name : homebrew-tap
48
48
folder : Formula
49
- homepage : ' https://github.com/athul/pwcli '
50
- description : ' Postwoman CLI in Go '
51
- install : bin.install "pwcli "
49
+ homepage : ' https://github.com/hoppscotch/hopp-cli '
50
+ description : ' CLI for Hoppscotch.io '
51
+ install : bin.install "hopp-cli "
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ BINDIR?=$(PREFIX)/bin
3
3
VERSION? =$(shell git tag | grep ^v | sort -V | tail -n 1)
4
4
GOFLAGS? =-ldflags '-X main.VERSION=${VERSION}'
5
5
6
- pwcli : cli.go go.mod go.sum
6
+ hopp-cli : cli.go go.mod go.sum
7
7
@echo
8
- @echo Building pwcli . This may take a minute or two.
8
+ @echo Building hopp-cli . This may take a minute or two.
9
9
@echo
10
10
go build $(GOFLAGS ) -o $@
11
11
@echo
@@ -32,17 +32,17 @@ update:
32
32
.PHONY : install
33
33
install :
34
34
@echo
35
- @echo Installing pwcli ...
35
+ @echo Installing hopp-cli ...
36
36
@echo
37
- install -m755 pwcli $(BINDIR )
37
+ install -m755 hopp-cli $(BINDIR )
38
38
@echo
39
39
@echo ...Done\!
40
40
41
41
.PHONY : uninstall
42
42
uninstall :
43
43
@echo
44
- @echo Uninstalling pwcli ...
44
+ @echo Uninstalling hopp-cli ...
45
45
@echo
46
- rm -f $(BINDIR ) /pwcli
46
+ rm -f $(BINDIR ) /hopp-cli
47
47
@echo
48
48
@echo ...Done\!
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ func main() {
123
123
124
124
WE REALLY NEED YOUR FEEDBACK,
125
125
126
- CREATE A NEW ISSUE FOR BUGS AND FEATURE REQUESTS : < http ://github.com/athul/pwcli >
126
+ CREATE A NEW ISSUE FOR BUGS AND FEATURE REQUESTS : < https ://github.com/hoppscotch/hopp-cli >
127
127
128
128
` , cli .AppHelpTemplate )
129
129
You can’t perform that action at this time.
0 commit comments