Skip to content

v2.0.0

Compare
Choose a tag to compare
@koddr koddr released this 01 May 23:54
798a461

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)

cgapp_create

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 😉