unikube system
The system
command group includes commands to manage system dependencies on your local machine.
Using install and verify you can install all necessary
dependencies for Unikube and verify their versions.
unikube system [OPTIONS] COMMAND [ARGS]...
completion
Generate tab completion script for a given shell. Supported shells: bash.
unikube system completion [OPTIONS] SHELL
Arguments
- SHELL
Required argument
install
Install all required dependencies on your local machine.
In order to reinstall dependencies use the --reinstall
argument. You need to specify the name of the dependency
with the --reinstall
option, for example: --reinstall k3d,telepresence
unikube system install [OPTIONS]
Options
- --reinstall <reinstall>
Reinstall the given dependencies comma-separated.