shup

Introduction
shup is the installer of shai written in Go.
Prerequisites
Build
version=latest make build
Usage
shai installer
Usage:
shup [flags]
shup [command]
Available Commands:
check Check for updates to toolchains and shup
help Help about any command
show Show the installed toolchains
update Update toolchains and shup
Flags:
--config string config file (default "$HOME/.shai/shup.yml")
-h, --help help for shup
-v, --version version for shup
Use "shup [command] --help" for more information about a command.
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:
artifact:
url: http://127.0.0.1:8080
user: user
pass: pass
License
Project License can be found here.
Reference