timothy65535 commented on pull request #826:
URL: https://github.com/apache/incubator-kyuubi/pull/826#issuecomment-884621072
The usage in master branch
```
Usage: kyuubi-ctl [create|get|delete|list] [options]
-zk, --zk-quorum <value>
The connection string for the zookeeper ensemble,
using zk quorum manually.
-n, --namespace <value> The namespace, using kyuubi-defaults/conf if
absent.
-s, --host <value> Hostname or IP address of a service.
-p, --port <value> Listening port of a service.
-v, --version <value> Using the compiled KYUUBI_VERSION default, change
it if the active service is running in another.
-b, --verbose Print additional debug output.
Command: create [server]
Command: create server
Expose Kyuubi server instance to another domain.
Command: get [server|engine] [options]
Get the service/engine node info, host and port needed.
Command: get server
Get Kyuubi server info of domain
Command: get engine
Get Kyuubi engine info belong to a user.
-u, --user <value> The user name this engine belong to.
Command: delete [server|engine] [options]
Delete the specified service/engine node, host and port needed.
Command: delete server
Delete the specified service node for a domain
Command: delete engine
Delete the specified engine node for user.
-u, --user <value> The user name this engine belong to.
Command: list [server|engine] [options]
List all the service/engine nodes for a particular domain.
Command: list server
List all the service nodes for a particular domain
Command: list engine
List all the engine nodes for a user
-u, --user <value> The user name this engine belong to.
-h, --help Show help message and exit.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]