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
install
asdf install golang 1.23.3
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
commands
atlas schema inspect --env [env]
atlas migrate status --env [env]
atlas migrate diff --env [env]
atlas migrate apply --env [env]
commands
go run entgo.io/ent/cmd/ent new [name]
go generate ./ent