shup

Introduction
shup is the installer of shai written in Go.
Prerequisites
Build
version=latest
make build
Usage
shai installer
Usage:
shup [flags]
Flags:
-c, --check-version check version
-f, --config-file string config file (default "$HOME/.shai/shup.yml")
-h, --help help for shup
-l, --log-level string log level (DEBUG|INFO|WARN|ERROR) (default "WRAN")
-u, --upgrade-release upgrade release
-v, --version version for shup
Settings
shup parameters can be set in the directory config.
An example of configuration in config.yml:
apiVersion: v1
kind: shup
metadata:
name: shup
spec:
drive:
host: 127.0.0.1
port: 69090
License
Project License can be found here.
Reference