Skip to main content

Commands

Less than 1 minute

Commands

To list all commands:

kube --help

To start daemon process as a system service:

sudo kube start

To stop daemon process previously started as a system service:

sudo kube stop

To start the KUBE process in the foreground:

kube daemon

Logs

On Darwin:

sudo tail -f /usr/local/var/log/kube.out.log /usr/local/var/log/kube.err.log

On Linux:

systemctl status kube.service -n100

Status

To display the current status:

kube status --json

Updates

To update to the latest available version:

sudo kube update

Configuration

To display the current configuration:

kube config --json

Examples of updating configuration:

kube config host newkube.local # set a different hostname
kube config port 9005 # set a different port
sudo kube restart

Uninstall

sudo kube uninstall