Enabling the CLI Wizard
Command-line Wizard¶
The Kelvin SDK command line interface provides a shell wizard that allows users to have an interactive approach.
By default, the shell wizard is disabled.
To enable it, set the KSDK_SHELL configuration to true with kelvin configuration set KSDK_SHELL True
Then, type kelvin:
➜ kelvin
Kelvin SDK: The complete tool to interact with the Kelvin Ecosystem.
kelvin > help
Documented commands (type help <topic>):
========================================
node appregistry auth configuration emulation report secrets workload
app asset client datatype label schema studio
Undocumented commands:
======================
exit help quit
kelvin > help node
Usage: node [OPTIONS] COMMAND [ARGS]...
Manage and view Nodes.
Options:
--help Show this message and exit.
Commands:
delete Delete an Node from the platform.
list List all the available Nodes in the platform.
provision-script Add a Node to the Kelvin platform in 2 easy steps.
search Search for specific Nodes based on a query.
show Show the details of a Node.
kelvin >