CT-VL CLI Navigation Summary and Guidelines
| Navigation | Command | Example |
|---|---|---|
| Starting prompt | main> | |
| List CLI categories or the commands within categories | ? | main> ?authAuthentication setupclusterCluster SetupicapiSafeNet ProtectApp SetupnetworkNetwork SetupsystemSystem SetupvaeVAE ConfigurationvtsTokenization Setupquit|q|up|<ctrl-d>Quit or return to previous menuexitExit application |
| Open a category and display its commands | main> clustercluster> ?addRegister a new node to a clusterapiadminAPI admin user setupcreateCreate New ClusterjoinJoin node to a clusterremotejoinRemotely join nodes to a clusterremoveRemove node from clustershowShow cluster statusquit|q|up|<ctrl-d>Quit or return to previous menuexitExit application | |
| Get help: See command usage and example output | network> checkportusage: checkport [-h] [--host HOST] [--port PORT[PORT ...]]Check port connection status of a hostOptional arguments:-h, --helpshow this help message and exit--host HOSThostname or IP address of host--port PORT [PORT ...]port numbers to scan | |
| Have CLI complete a category name, command, or argument when typing | Press | Enter enough characters to uniquely identify a category, command, or argument, and then press the |
| Return to the main level | up | main> clustercluster> upmain> |
| End the CLI session | exit |
Note
You must enter a category to execute any of its commands. For example, the reboot command is in the system category, so you must first enter system, then enter reboot.