mirror of
https://github.com/beclab/Olares
synced 2026-04-21 21:47:56 +00:00
* docs: add CLI docs for user, upgrade, and disk commands * docs: update based on comments * docs: fix typo * docs: refine formatting and add description for argument * docs: resolve conflicts
19 lines
1.2 KiB
Markdown
19 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.
|
|
:::
|
|
|
|
## Options
|
|
|
|
| Name | Shorthand | Usage |
|
|
|------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| `--help` | `-h` | Displays help information. |
|