Skip to content

Releases: create-go-app/cli

v1.5.2

17 Jul 17:09
9279b1c
Compare
Choose a tag to compare

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

b2a7c52 Delete ansible-roles, Switch to Ansible tasks in one playbook
114fab4 Re-struct Ansible playbook

Docker images

  • docker pull koddr/cgapp:1.5.2
  • docker pull koddr/cgapp:1.5
  • docker pull koddr/cgapp:1
  • docker pull koddr/cgapp:latest

v1.5.1

16 Jul 15:57
Compare
Choose a tag to compare

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

f474811 Del Dockerfile for frontend
8186012 Delete creation of Dockerfile.frontend
45a5046 Fix .cgapp.yml (add Sapper)
7fe9f6e Update FUNDING.yml
dea905f Update README
ca02a85 Update version

Docker images

  • docker pull koddr/cgapp:1.5.1
  • docker pull koddr/cgapp:1.5
  • docker pull koddr/cgapp:1
  • docker pull koddr/cgapp:latest

v1.5.0

14 Jul 19:25
7aabf29
Compare
Choose a tag to compare

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

704be15 Add Sapper to frontend apps
27c4ac6 Add section with official Docker image
7a110eb Add timeout to GH action tests
b10e755 Add vue and angular frontend parts
e9c729b Fix typo
8cfce42 Update GH Action
0dff2fd Update docker section
c91f692 Update frontend section
5979766 Update goreleaser dockers build
004ec7a Update install section

Docker images

  • docker pull koddr/cgapp:1.5.0
  • docker pull koddr/cgapp:1.5
  • docker pull koddr/cgapp:1
  • docker pull koddr/cgapp:latest

v1.4.1

12 Jul 21:33
Compare
Choose a tag to compare

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

e7572fa Fix Dockerfile
2fe40bd Fix empty files after go build installation, Add Docker image
aa7b2f1 Fix pkg.go.dev cache clear task
99a4e0d Update goreleaser config

v1.4.0

11 Jul 20:43
Compare
Choose a tag to compare

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

14c4ec9 Add task to clear pkg.go.dev cache
335bc06 Add tests to create project from cmd/repo
9d2cc5f Add tests, Update code coverage to 94%
2bab6e2 Fix gosec issues
b325c27 Merge pull request #5 from create-go-app/master
53fb510 Re-struct --use-config argument
a0790f5 Re-struct project for better view
89a8e51 Rename CreateProjectFromCMD
017fe5f Update bug_report.md
b3234e0 Update configuration file
bfd4577 Update feature_request.md

v1.3.0

09 Jul 20:01
47a906d
Compare
Choose a tag to compare

Breaking changes

Please note, that since version v1.3.0, frontend templates (in the classical sense) are not supported by the Create Go App CLI. Those templates, that we created (react-js, react-ts and preact-js), are still available, but only for use as user's custom templates.

Now, the frontend part of your project will be generated using official CLI from the authors of each frontend UI library/framework (under the hood). So, you'll always get the latest version of React, Preact, Vue.js, Svelte or Angular for your project from their authors!

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

32a2e24 Add --ask-become-pass
f021a55 Add CreateProjectFromCMD
eb1bfef Add actions pkg
402a1e4 Add ansible-lint to linters task
3c4a765 Add config flag desc
6004935 Add copyright to actions pkg
4bfdfbb Add deploy cmd
12358b2 Add description to .cgapp.yml
25b1bd2 Add global Taskfile
100ab12 Add long description
6a4d07b Add new issues templates
8fb2aec Add skip Ansible roles argument
d763352 Add survay package
688d531 Add tests for new commands
d7aad93 Clear tests
150cac3 Del ansible linter from Taskfile
5582388 Draft 1.3.0
1332654 Draft create cmd
52cc7a5 Fix actions
2097dba Fix create_test
6ccf338 Fix frontend
e2416ed Fix output
136ad1f Fix rootCmd
813a0ab Fix tests (69.2%)
c670a85 Fix tests for create
7b53af7 Merge branch 'master' of https://github.com/create-go-app/cli
64fc23c Merge pull request #3 from create-go-app/dev
47a906d Merge pull request #4 from create-go-app/dev
1ee224e Re-format README
f2c05fd Re-struct cmd funcs
694f7a2 Re-write tests (70%)
16eee8c Rebase cleanup function to GitClone
6ad2e8a Refactoring cmds
1dede82 Refactoring create cmd
6774c07 Refactoring, Add preact vendor to cmds
1036041 Rename InstallAnsibleRoles
01216c8 Rename Registry
1a9e7a8 Rename ThrowError -> throwError
a9b6da0 Rename ansible roles
7ae6860 Restore actions, create
d31afed Restore create, actions
269c738 Separate tests for utils package
9718e59 Switch to Cobra
f56af12 Update Taskfile
0be7fe2 Update bug_report.md
724189d Update color for files
9f5b31e Update config
e7dbf63 Update config's description
c3e9bc5 Update create, utils
fe5be7b Update deploy cmd
8234a21 Update feature_request.md
bd5bd3c Update init command
b8b676e Update issues templates

v1.2.1

03 Jul 22:02
Compare
Choose a tag to compare

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

cd2b6ff Add PNG version of logo
18d795f Add logo PNG@2x
8be1777 Add more comments, Fix Config struct
3962752 Del un-used images
4c8017d Fix license badge
9d9bad3 Fix logo image in README, Add godoc link to Go badge
e0d5c03 Re-struct README for new docs website
4858a89 Switch to Apache 2.0 License

v1.2.0

30 Jun 21:43
Compare
Choose a tag to compare

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

594b29a Add arg --ask-become-pass to deploy command, Update docs
7f65f2e Draft of deploy CLI command, Update docs
6732c9c Fix FAQ answer
0847f8c Fix deploy command, Update docs
33b7e62 Update Quick start example in README

v1.1.1

30 Jun 07:03
Compare
Choose a tag to compare

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

39b00d8 Add FAQ item
86d40b2 Add YouTube video example
27d7492 Add new FAQ answers
618a759 Up test cover to 100%, Add helpful info to CLI output

v1.1.0

28 Jun 22:09
Compare
Choose a tag to compare

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

251cfc4 Fix CLI installation command
8b53414 Re-configure Makefile
45472b1 Switch to Ansible from docker-compose, Switch to Taskfile from Makefile
515bcdc Update README.md