package
9.9.0+incompatible
Repository: https://github.com/goodeggs/platform.git
Documentation: pkg.go.dev
# README
ranch
A CLI interface to the Good Eggs Platform.
Installation
You'll need to get a working ~/.ranch.yml from someone.
$ brew tap goodeggs/delivery-eng
$ brew install ranch
Development
$ brew install golang direnv
$ git clone https://github.com/goodeggs/platform.git
$ cd platform/cmd/ranch
$ make build_deps && make build
Testing
$ make test
We use dep for dependency management.
Releasing
To create a release:
$ gitsem {major,minor,patch}
$ git push
$ GITHUB_TOKEN=xxx prod make release
Then update the ranch homebrew formula with the new version
and sha256
.
Then update the blessed version in goodeggs/travis-utils/install-ci-tools.sh
Then update the blessed version in goodeggs/ecru/bin/onbuild
Then update the blessed version in goodeggs/mk/bin/onbuild
# Variables
No description provided by the author