Use the help command to obtain help on the CLI's available commands:
solui help
This will output something like:
solui
Develop and publish Dapps for smart contracts. For more information
see https://solui.dev.
Usage
$ solui <command> [options]
Commands
login Login to the solUI cloud and obtain an authentication token.
publish Publish a Dapo to the solUI cloud.
version Display solUI version.
view Render a Dapp and interact with it in your browser.
help Print this usage guide. Use "help <command>" for help on a specific command.
To get help on an individual command use:
solui help <command name>