File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
# GitHub/GitLab repository to push the formula to
24
24
# Gitea is not supported yet, but the support coming
25
25
tap :
26
- owner : superterran
26
+ owner : blueacorninc
27
27
name : homebrew-magento-cli
28
28
29
29
# Template for the url which is determined by the given Token (github or gitlab)
46
46
# Defaults are shown.
47
47
commit_author :
48
48
name : goreleaserbot
49
- email : goreleaser@superterran.net
49
+ email : goreleaser@blueacornici.com
50
50
51
51
# Folder inside the repository to put the formula.
52
52
# Default is the root folder.
@@ -58,11 +58,11 @@ brews:
58
58
59
59
# Your app's homepage.
60
60
# Default is empty.
61
- homepage : " https://superterran.net/ magento-cli/ "
61
+ homepage : " https://magento-cli.com "
62
62
63
63
# Your app's description.
64
64
# Default is empty.
65
- description : " tool for managing magento and serving local versions "
65
+ description : " run magento natively with dockerized backend services "
66
66
67
67
# SPDX identifier of your app's license.
68
68
# Default is empty.
86
86
# Packages your package depends on.
87
87
dependencies :
88
88
- name : docker
89
- type : optional
89
+ type : required
90
90
- name : docker-compose
91
- type : optional
91
+ type : required
92
92
- name : git
93
93
type : optional
94
94
Original file line number Diff line number Diff line change 1
1
# magento-cli
2
2
3
- [ Documentation] ( https://superterran.net/ magento-cli ) |
3
+ [ Documentation] ( https://magento-cli.com/docs/ ) |
4
4
[ Discussions] ( https://github.com/blueacorninc/magento-cli/discussions ) |
5
5
[ Twitter] ( https://twitter.com/superterran ) |
6
6
[ Contribution Guide] ( CONTRIBUTING.md )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func main() {
48
48
if len (os .Args ) > 1 {
49
49
arg := os .Args [1 ]
50
50
if arg == "version" {
51
- fmt .Println ("Magento CLI by Blue Acorn iCi x Infosys version " + version )
51
+ fmt .Println ("blueacorninc/magento-cli " + version )
52
52
os .Exit (0 )
53
53
}
54
54
}
You can’t perform that action at this time.
0 commit comments