Releases: create-go-app/cli
Releases · create-go-app/cli
v2.0.0
01 May 23:54
Compare
Sorry, something went wrong.
No results found
Update CLI
# For native Go installation:
go install github.com/create-go-app/cli/v2/cmd/cgapp
# For Homebrew users:
brew upgrade create-go-app/cli/cgapp
Changelog
Made the create command super fast (since v2.0.0, average creation time not exceeding 4 seconds )
Re-thinking many code-design things:
Add new roles for traefik, traefik-acme-dns
Update CLI information output
Update logic of deploy command to Ansible roles
Update a role for nginx
Delete unused init command
Delete unused CLI config (.cgapp.yml)
Create official project Wiki
Create two new short videos (for create and deploy commands)
Your help to improve project
We would be very grateful for help with:
Code test coverage (89.2% of the code is covered in this release )
Creating new Go templates for the backend (e.g. for Echo, Gin and so on )
Creating new roles for Ansible (e.g. for other proxy servers and load balancers and so on )
Your PRs are welcome! Thanks 😉
v1.7.5
18 Apr 15:53
Compare
Sorry, something went wrong.
No results found
Update CLI
# For native Go installation:
go install -ldflags=" -s -w" github.com/create-go-app/cli@latest && mv $GOPATH /bin/cli $GOPATH /bin/cgapp
# For Homebrew users:
brew upgrade create-go-app/cli/cgapp
Changelog
v1.7.4
29 Mar 10:03
Compare
Sorry, something went wrong.
No results found
Update CLI
# For native Go installation:
go install -ldflags=" -s -w" github.com/create-go-app/cli@latest && mv $GOPATH /bin/cli $GOPATH /bin/cgapp
# For Homebrew users:
brew upgrade create-go-app/cli/cgapp
Changelog
Update go-git/go-git to v5.3.0 (package changelog )
v1.7.3
17 Mar 05:53
Compare
Sorry, something went wrong.
No results found
Update CLI
# For native Go installation:
go install -ldflags=" -s -w" github.com/create-go-app/cli@latest && mv $GOPATH /bin/cli $GOPATH /bin/cgapp
# For Homebrew users:
brew upgrade create-go-app/cli/cgapp
Changelog
Update AlecAivazis/survey to v2.2.9 (release changelog )
v1.7.2
05 Mar 08:23
Compare
Sorry, something went wrong.
No results found
Update CLI
# For native Go installation:
go install -ldflags=" -s -w" github.com/create-go-app/cli@latest && mv $GOPATH /bin/cli $GOPATH /bin/cgapp
# For Homebrew users:
brew upgrade create-go-app/cli/cgapp
Changelog
Add a new deploy param backend_port (to define port number for backend container).
Delete frontend block (and checks) from Ansible playbook.
v1.7.1
27 Feb 07:08
Compare
Sorry, something went wrong.
No results found
Update CLI
# For native Go installation:
go install -ldflags=" -s -w" github.com/create-go-app/cli@latest && mv $GOPATH /bin/cli $GOPATH /bin/cgapp
# For Homebrew users:
brew upgrade create-go-app/cli/cgapp
Changelog
Add Homebrew formula .
Minor code refactoring.
v1.7.0
25 Feb 17:31
Compare
Sorry, something went wrong.
No results found
Update CLI
go get -u github.com/create-go-app/cli
go install -ldflags=" -s -w" github.com/create-go-app/cli@latest && mv $GOPATH /bin/cli $GOPATH /bin/cgapp
Breaking changes since v1.7.0 release
Drop support Go versions 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, minimal version is now 1.16.x and higher.
Changelog
Switch from Taskfile.yml to simple Makefiles (for all Create Go App project).
Switch from own realization of embed files to built-in feature in Go 1.16.x (for config files).
Add support for macOS version for Apple Silicon CPUs.
Update AlecAivazis/survey to v2.2.8 (release notes ).
v1.6.12
11 Feb 09:30
Compare
Sorry, something went wrong.
No results found
Update CLI
go get -u github.com/create-go-app/cli
go build -i -o $GOPATH/bin/cgapp github.com/create-go-app/cli
Changelog
#53 Update spf13/cobra to v1.1.3 (package changelog )
We're know about problem with @spf13 / cobra error on CI test build (ubuntu-latest with go-1.11.x). Check our issue here .
v1.6.11
11 Feb 07:52
Compare
Sorry, something went wrong.
No results found
Update CLI
go get -u github.com/create-go-app/cli
go build -i -o $GOPATH/bin/cgapp github.com/create-go-app/cli
Changelog
#51 Update spf13/cobra to v1.1.2 (package changelog )
v1.6.10
18 Dec 15:53
Compare
Sorry, something went wrong.
No results found
Update CLI
go get -u github.com/create-go-app/cli
go build -i -o $GOPATH/bin/cgapp github.com/create-go-app/cli
Changelog
046fd34 Update AlecAivazis/survey to v2.2.7 (package changelog )