| `--base-dir` | `-b` | Sets the base directory for Olares. | No | `$HOME/.olares` |
| `--master-host` | | Defines the IP address of the master node. | Yes | N/A |
| `--master-node-name` | | Specifies the Kubernetes node name of the master node. | No | N/A |
| `--master-ssh-user` | | Sets the remote Linux user name for SSH login to the master node. | No | `root` |
| `--master-ssh-password` | | Provides the password for the Linux user. | Yes if a non-root `master-ssh-user` is specified. | N/A |
| `--master-ssh-private-key-path` | | Specifies the path to the private SSH key for authenticating as the Linux user. | No | `/root/.ssh/id_rsa` |
| `--master-ssh-port` | | Sets the SSH service's listening port on the master node. | No | `22` |
| `--version` | `-v` | Specifies the Olares version. <br>Version values follow the format `x.y.z` (e.g., `1.10.0`) or include a build date (e.g., `1.10.0-20241109`).<br> Refer to the [GitHub Releases page](https://github.com/beclab/Olares/releases) for available versions. | No | Current version |
| `--help` | `-h` | Displays help information. | No | N/A | |