__________ _____________ ___ .___ __ .__
\______ \/ _____/ | \ __| _/_______ ___/ |_ ____ ____ | |
| ___/\_____ \| | / / __ |/ __ \ \/ /\ __\/ _ \ / _ \| |
| | / \ | / / /_/ \ ___/\ / | | ( <_> | <_> ) |__
|____| /_______ /______/ \____ |\___ >\_/ |__| \____/ \____/|____/
\/ \/ \/
Installation
go get git.psu.edu/k8s/devtool
This will add devtool to your go bin. Make sure the go bin is on your $PATH
.
Help
A tool used by software engineering to build applications.
Usage:
devtool [command]
Available Commands:
build build the application
ci Build tools for the CI system
clean delete the helm release(s)
config Manage the projects build configuration
help Help about any command
run run the application
start start the minikube environment
version displays the software version
Flags:
--config string config file (default is $HOME/.devtool.yaml)
-h, --help help for devtool
Use "devtool [command] --help" for more information about a command.
Configuration
The devtool commands can be configured through CLI arguments, through ENV variables, or a global configuration file (~/.devtool.yaml)
minikube:
memory: 8192
cpu: 6
k8s:
version: v1.15.0
build:
skipCompile: false
runTests: true
openServices: true
webaccess:
user: crh5255