mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
35 lines
684 B
Markdown
35 lines
684 B
Markdown
# replicatedctl
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Get the status of the whole system.
|
|
replicatedctl system status
|
|
|
|
# Get the detailed status of the application.
|
|
replicatedctl app status
|
|
|
|
# Start the application.
|
|
replicatedctl app start
|
|
|
|
# Stop the application.
|
|
replicatedctl app stop
|
|
|
|
# Show detailed information about the application.
|
|
replicatedctl app inspect
|
|
|
|
# Export the application's settings.
|
|
replicatedctl app-config export
|
|
replicatedctl app-config export > 'settings.json'
|
|
|
|
# Apply changes to the application's settings.
|
|
replicatedctl app apply-config
|
|
```
|
|
|
|
## Sources
|
|
|
|
- [Command reference]
|
|
|
|
<!-- project's references -->
|
|
[command reference]: https://help.replicated.com/api/replicatedctl/
|