Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 761 Bytes

README.md

File metadata and controls

52 lines (34 loc) · 761 Bytes

API

Brew

commands

brew update
brew upgrade
brew install act
brew install git
brew install k3d
brew install helm
brew install argocd
brew install opentofu
brew install ariga/tap/atlas
brew install google-cloud-sdk

ASDF

install

asdf install golang 1.23.3

Go

commands

go run api.go --env=[env] --server=[server]

go build
go run api-go --env=[env] --server=[server]

go get -u
go mod download
go mod tidy

Atlas

commands

atlas schema inspect --env [env]
atlas migrate status --env [env]
atlas migrate diff --env [env]
atlas migrate apply --env [env]

ENT

commands

go run entgo.io/ent/cmd/ent new [name]

go generate ./ent