Files
Olares/docs/developer/install/cli/start.md
2025-09-09 17:50:34 +08:00

20 lines
1.2 KiB
Markdown

# `start`
## Synopsis
The `start` command is used to start the Olares system, including its components and services, after it has been stopped.
```bash
olares-cli start [option]
```
:::tip NOTE
After executing this command, allow 5-8 minutes for all Olares components to restart. You can verify the status of all pods by running `kubectl get pods -A` or by simply trying to access your Olares desktop.
:::
## Option
| Name | Shorthand | Usage |
|------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `--help` | `-h` | Displays help information. |