You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous `xe` help is as below:
```
Usage: xe <cmd> [-s server] [-p port] ([-u username] [-pw password] or [-pwf <password file>]) [--traceparent traceparent] <other arguments>
A full list of commands can be obtained by running
xe help -s <server> -p <port>
```
The previous `xe` help output lacked debug-related options and did not
provide detailed parameter description.
The new `xe` help output is as follows:
```
Usage:
xe <command>
[ -s <server> ] XenServer host
[ -p <port> ] XenServer port number
[ -u <username> -pw <password> | -pwf <password file> ]
User authentication (password or file)
[ --nossl ] Disable SSL/TLS
[ --debug ] Enable debug output
[ --debug-on-fail ] Enable debug output only on failure
[ --traceparent <value> ] Distributed tracing context
[ <other arguments> ... ] Command-specific options
A full list of commands can be obtained by running
xe help -s <server> -p <port>
```
0 commit comments