Command Reference
This the list of all command available within k3ai
To get the list simply type k3ai -h
k3ai is a lightweight infrastructure-in-a-box solution specifically built to
install and configure AI tools and platforms in production environments on Edge
and IoT devices as easily as local test environments.
Usage:
k3ai [command]
Available Commands:
apply Apply a plugin or a plugin group
delete Delete a plugin or a plugin group
help Help about any command
init Initialize K3ai Client
list List all plugins or plugin groups
version Print CLI version
Flags:
-h, --help help for k3ai-cli
--repo string URI for the plugins repository.
Use "k3ai-cli [command] --help" for more information about a command.Apply
with apply you deploy the various plugins or group-plugins.
Init
With init you may deploy a cluster either local or remote
List
List is used to retrieve the available plugins or group-plugins
Delete
Delete is used to remove a deployed plugin
k3ai use a config file to support auomated deployment of cluster through the init command.
The sample template install by defauly KinD
Last updated
Was this helpful?